[129956] trunk/dports/perl/p5-redis/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 23 12:46:26 PST 2014


Revision: 129956
          https://trac.macports.org/changeset/129956
Author:   mojca at macports.org
Date:     2014-12-23 12:46:26 -0800 (Tue, 23 Dec 2014)
Log Message:
-----------
p5-redis: upgrade to 1.953, replace 5.8-5.14 with 5.18 5.20, dependencies according to cpan2port

Modified Paths:
--------------
    trunk/dports/perl/p5-redis/Portfile

Modified: trunk/dports/perl/p5-redis/Portfile
===================================================================
--- trunk/dports/perl/p5-redis/Portfile	2014-12-23 20:44:34 UTC (rev 129955)
+++ trunk/dports/perl/p5-redis/Portfile	2014-12-23 20:46:26 UTC (rev 129956)
@@ -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         Redis 1.953 ../by-authors/id/M/ME/MELO/
-revision            1
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Redis 1.976
 license             Artistic-2
 platforms           darwin
 maintainers         komatasche.de:macportscf openmaintainer
@@ -14,10 +13,19 @@
 description         Redis - perl binding for Redis database
 long_description    ${description}
 
-checksums           rmd160 5085f02128797b2e9efa760497c7cf2dda937a25 \
-                    sha256 3b35fd810af6130e129ea734d51abfc227f6318934ddc2aa943943a2d8d8a530
+checksums           rmd160 48c35dd45e5a16839d2527afc2eb5e2521504218 \
+                    sha256 4a6d40ab1e825c1ef9dcb944e6b163d6aeef89a65f08f95643fd90f690ae866a
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-io-string \
+                    port:p${perl5.major}-pod-coverage-trustpod \
+                    port:p${perl5.major}-test-cpan-meta \
+                    port:p${perl5.major}-test-deep \
+                    port:p${perl5.major}-test-fatal \
+                    port:p${perl5.major}-test-sharedfork \
+                    port:p${perl5.major}-test-tcp
     depends_lib-append \
+                    port:p${perl5.major}-io-socket-timeout \
                     port:p${perl5.major}-try-tiny
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141223/96c33b9c/attachment.html>


More information about the macports-changes mailing list