[130018] trunk/dports/perl/p5-dancer/Portfile

devans at macports.org devans at macports.org
Wed Dec 24 11:19:37 PST 2014


Revision: 130018
          https://trac.macports.org/changeset/130018
Author:   devans at macports.org
Date:     2014-12-24 11:19:37 -0800 (Wed, 24 Dec 2014)
Log Message:
-----------
p5-dancer: update to version 1.3132, drop perl branches 5.8 5.10 5.12 5.14, add 5.18 5.20, dependencies.

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

Modified: trunk/dports/perl/p5-dancer/Portfile
===================================================================
--- trunk/dports/perl/p5-dancer/Portfile	2014-12-24 19:16:03 UTC (rev 130017)
+++ trunk/dports/perl/p5-dancer/Portfile	2014-12-24 19:19:37 UTC (rev 130018)
@@ -4,8 +4,8 @@
 PortSystem         1.0
 PortGroup          perl5 1.0
 
-perl5.branches     5.8 5.10 5.12 5.14 5.16
-perl5.setup        Dancer 1.3119 ../by-authors/id/Y/YA/YANICK/
+perl5.branches     5.16 5.18 5.20
+perl5.setup        Dancer 1.3132 ../by-authors/id/Y/YA/YANICK/
 platforms          darwin
 maintainers        di.uminho.pt:jpo openmaintainer
 supported_archs    noarch
@@ -20,15 +20,17 @@
     way up to a more complex fully-fledged web application with session \
     support, templates for views and layouts, etc.
 
-checksums           rmd160 1dc85e35de4c12b5940cfd5b45acdcc3b3dcc5d0 \
-                    sha256 b36f438b365e59a1ea02a66008ae8e82aaf8a81faa9f01544afd0c51f8af3fbd
+checksums           rmd160  aeb659508fd1f908edbe6bc81d638464139ea6fd \
+                    sha256  7ddb8046423cbdc44ae61b53e2a8897f1ca1e2c7dbe903dacf7a121a1e46149f
 
 if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-http-server-simple-psgi \
-                   port:p${perl5.major}-uri \
-                   port:p${perl5.major}-http-body \
-                   port:p${perl5.major}-mime-types \
-                   port:p${perl5.major}-libwww-perl \
-                   port:p${perl5.major}-try-tiny \
-                   port:p${perl5.major}-module-runtime
+    depends_lib-append \
+                    port:p${perl5.major}-hash-merge-simple \
+                    port:p${perl5.major}-http-body \
+                    port:p${perl5.major}-http-server-simple-psgi \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-mime-types \
+                    port:p${perl5.major}-module-runtime \
+                    port:p${perl5.major}-try-tiny \
+                    port:p${perl5.major}-uri
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141224/22e1ec91/attachment.html>


More information about the macports-changes mailing list