[130023] trunk/dports/perl/p5-data-stag/Portfile

devans at macports.org devans at macports.org
Wed Dec 24 13:20:18 PST 2014


Revision: 130023
          https://trac.macports.org/changeset/130023
Author:   devans at macports.org
Date:     2014-12-24 13:20:18 -0800 (Wed, 24 Dec 2014)
Log Message:
-----------
p5-data-stag: update to version 0.14, drop perl branches 5.8 5.10 5.12 5.14, add 5.18 5.20, dependencies, remove unnecessary test declarations.

Modified Paths:
--------------
    trunk/dports/perl/p5-data-stag/Portfile

Modified: trunk/dports/perl/p5-data-stag/Portfile
===================================================================
--- trunk/dports/perl/p5-data-stag/Portfile	2014-12-24 21:15:49 UTC (rev 130022)
+++ trunk/dports/perl/p5-data-stag/Portfile	2014-12-24 21:20:18 UTC (rev 130023)
@@ -4,9 +4,8 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         Data-Stag 0.11 Data/CMUNGALL/
-revision            4
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Data-Stag 0.14 Data/CMUNGALL/
 license             {Artistic-1 GPL}
 maintainers         tonym.us:tonym openmaintainer
 platforms           darwin
@@ -19,19 +18,17 @@
                     These datastructures can be represented as nested arrays, \
                     which have the advantage of being native to perl.
 
-checksums           md5     6bfa3cf196b69180d04602e956f8b626 \
-                    sha1    c18c48ba794f47537d98dcc32e33d0d21a09ee44 \
-                    rmd160  45c92b1b299b836786f6d0da26cb7a1040317cbf
+checksums           rmd160  9c66074546e600bb230f0a06d6f7670b87e8da07 \
+                    sha256  4ab122508d2fb86d171a15f4006e5cf896d5facfa65219c0b243a89906258e59
 
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-io-string \
-                    port:p${perl5.major}-xml-libxslt \
+    depends_lib-append \
+                    port:p${perl5.major}-gd \
+                    port:p${perl5.major}-graph \
+                    port:p${perl5.major}-io-string \
+                    port:p${perl5.major}-json \
                     port:p${perl5.major}-libxml-perl \
                     port:p${perl5.major}-mldbm \
-                    port:p${perl5.major}-gd \
-                    port:p${perl5.major}-graph
-
-test.run            yes
-test.cmd            make
-test.target         test
+                    port:p${perl5.major}-tk \
+                    port:p${perl5.major}-xml-libxslt
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141224/cbf46407/attachment-0001.html>


More information about the macports-changes mailing list