[136755] trunk/dports/devel/poco/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 25 19:33:45 PDT 2015


Revision: 136755
          https://trac.macports.org/changeset/136755
Author:   ryandesign at macports.org
Date:     2015-05-25 19:33:45 -0700 (Mon, 25 May 2015)
Log Message:
-----------
poco: update to 1.4.6p1; simplify installation of documentation

Modified Paths:
--------------
    trunk/dports/devel/poco/Portfile

Modified: trunk/dports/devel/poco/Portfile
===================================================================
--- trunk/dports/devel/poco/Portfile	2015-05-26 02:01:51 UTC (rev 136754)
+++ trunk/dports/devel/poco/Portfile	2015-05-26 02:33:45 UTC (rev 136755)
@@ -1,11 +1,10 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
 
 name            poco
-version         1.4.3p1
-revision        1
+version         1.4.6p1
 categories      devel
 maintainers     nomaintainer
 platforms       darwin
@@ -29,11 +28,11 @@
 set docdistname ${name}-[strsed ${version} {s/[a-z].*$//}]-all-doc
 
 checksums       ${distname}${extract.suffix} \
-                    rmd160  3ec28ef3a78bb9850965eef29a81150b4ea7d4a3 \
-                    sha256  8a3fd41234a8015e5c46470baa90140c7726cd7dc70d8300c655f08d71fdc35a \
+                rmd160  ea7ec969215af2c930c092a41daef1f121098091 \
+                sha256  95af0382257614c70841629c928184cddc228831a8bfc4c57399931bed8a16f8 \
                 ${docdistname}.tar.gz \
-                    rmd160  15cff661019f96bdd1ba2b7b00725117d9e2605c \
-                    sha256  c72c29835a4922356da197c08597e448f79e4e2a0202d8dbe0936114d13a0028
+                rmd160  bf7aa53a0e449a61f875d4255d2d650530f599f0 \
+                sha256  0ecb4f524e44c7eeb48be614e08a9a4cc856ed157b69d5b3b5cd45a1f72f8c2a
 
 set omit        {NetSSL_OpenSSL Data/ODBC Data/MySQL Crypto}
 
@@ -146,16 +145,8 @@
     }
 
     post-destroot {
-        set workdocpath ${workpath}/${docdistname}
-
-        xinstall -d ${destroot}${docdir}/html/CppUnit
-        eval xinstall -m 0644 [glob -directory ${workdocpath} *.html] ${destroot}${docdir}/html
-        eval xinstall -m 0644 [glob -directory ${worksrcpath}/CppUnit/doc *] ${destroot}${docdir}/html/CppUnit
-
-        foreach {dir} {images css} {
-            xinstall -d ${destroot}${docdir}/html/${dir}
-            eval xinstall -m 0644 [glob -directory ${workdocpath}/${dir} *] ${destroot}${docdir}/html/${dir}
-        }
+        copy ${workpath}/${docdistname} ${destroot}${docdir}/html
+        copy ${worksrcpath}/CppUnit/doc ${destroot}${docdir}/html/CppUnit
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150525/a0f1121e/attachment.html>


More information about the macports-changes mailing list