[115159] trunk/dports/math/pecco/Portfile

hum at macports.org hum at macports.org
Fri Dec 27 00:30:29 PST 2013


Revision: 115159
          https://trac.macports.org/changeset/115159
Author:   hum at macports.org
Date:     2013-12-27 00:30:29 -0800 (Fri, 27 Dec 2013)
Log Message:
-----------
pecco: update to 2013-12-25.

Modified Paths:
--------------
    trunk/dports/math/pecco/Portfile

Modified: trunk/dports/math/pecco/Portfile
===================================================================
--- trunk/dports/math/pecco/Portfile	2013-12-27 08:29:57 UTC (rev 115158)
+++ trunk/dports/math/pecco/Portfile	2013-12-27 08:30:29 UTC (rev 115159)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pecco
-version             2013-01-21
+version             2013-12-25
 epoch               1
 categories          math
 maintainers         hum openmaintainer
@@ -17,16 +17,18 @@
 license             {GPL-2 LGPL-2.1}
 
 master_sites        ${homepage}
-checksums           rmd160  0287b17c074994e027af07f42c2b22d0d0b3b876 \
-                    sha256  983b1293907aaf39a764ace0d1a6d391264ab856a936c8bf6288f94766fc3e07
+checksums           rmd160  5073265d1d6ea4cf5c262fb836ad50bd7abaacc0 \
+                    sha256  7499080ee4323fc3814d73194151872f17af879bb78566bae028607c75a236f1
 
 post-destroot {
-    set doc_dir ${destroot}${prefix}/share/doc/${name}
-    file mkdir ${doc_dir}
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} \
         AUTHORS COPYING GPL LGPL README \
-        ${doc_dir}
-    copy ${worksrcpath}/test ${destroot}${prefix}/share/${name}
+        ${destroot}${docdir}
+    set exroot ${prefix}/share/examples
+    xinstall -d ${destroot}${exroot}
+    copy ${worksrcpath}/test ${destroot}${exroot}/${name}
 }
 
 variant dartsclone description {Use darts-clone} {
@@ -45,4 +47,4 @@
 default_variants    +dartsclone
     
 livecheck.type      regex
-livecheck.regex     ${name}-(\\d+-\\d+-\\d+)\\.
+livecheck.regex     "${name}-(\\d+(?:\\-\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131227/6d3568ea/attachment.html>


More information about the macports-changes mailing list