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

hum at macports.org hum at macports.org
Sat Sep 1 06:06:43 PDT 2012


Revision: 97257
          https://trac.macports.org/changeset/97257
Author:   hum at macports.org
Date:     2012-09-01 06:06:40 -0700 (Sat, 01 Sep 2012)
Log Message:
-----------
pecco: update to 2012-08-31; install test data; use clang if available.

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

Modified: trunk/dports/math/pecco/Portfile
===================================================================
--- trunk/dports/math/pecco/Portfile	2012-09-01 11:30:45 UTC (rev 97256)
+++ trunk/dports/math/pecco/Portfile	2012-09-01 13:06:40 UTC (rev 97257)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pecco
-version             2012-05-15
+version             2012-08-31
 epoch               1
 categories          math
 platforms           darwin
@@ -16,18 +16,15 @@
 long_description    ${name} is a ${description}.
 
 master_sites        ${homepage}
-checksums           rmd160  03b4600efe3f847c3436fe5972e42fef413b4de3 \
-                    sha256  a62a3bd3d5fec1f1abbf4eafc76565605209b779d93f606d0e968de7c8bdfe4e
+checksums           rmd160  cff0a5112c93ddbe8cbbbe4cc7e55bce41e3e04c \
+                    sha256  51fa5cc3faa388cc63007f189a70cd3138f97a50aebc8747a16f9647cbcd16b7
 
-use_bzip2           yes
-
-compiler.blacklist  clang
-
 post-destroot {
     file mkdir ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} \
         AUTHORS COPYING GPL LGPL README \
         ${destroot}${prefix}/share/doc/${name}
+    copy ${worksrcpath}/test ${destroot}${prefix}/share/${name}
 }
 
 variant dartsclone description {Use darts-clone} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120901/6a5bcbac/attachment.html>


More information about the macports-changes mailing list