[129531] trunk/dports/perl/p5-catalyst-authentication-credential-http/ Portfile

mojca at macports.org mojca at macports.org
Mon Dec 15 04:27:41 PST 2014


Revision: 129531
          https://trac.macports.org/changeset/129531
Author:   mojca at macports.org
Date:     2014-12-15 04:27:41 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
p5-catalyst-authentication-credential-http: upgrade to 1.015, add p5.18 5.20, sha256, change dependencies according to cpan2port

Modified Paths:
--------------
    trunk/dports/perl/p5-catalyst-authentication-credential-http/Portfile

Modified: trunk/dports/perl/p5-catalyst-authentication-credential-http/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-authentication-credential-http/Portfile	2014-12-15 12:27:03 UTC (rev 129530)
+++ trunk/dports/perl/p5-catalyst-authentication-credential-http/Portfile	2014-12-15 12:27:41 UTC (rev 129531)
@@ -4,25 +4,28 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         Catalyst-Authentication-Credential-HTTP 1.012
-revision            3
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Catalyst-Authentication-Credential-HTTP 1.016
 platforms           darwin
 license             {Artistic-1 GPL}
 maintainers         fpassera.com:dev openmaintainer
 description         HTTP Basic and Digest authentication for Catalyst.
 long_description    ${description}
 
-checksums           md5     71c403922c3cbf4428c8a78b3f610315\
-                    sha1    1fcc9372fcd7e254d0c7450060dc0b3c68975985\
-                    rmd160  cb48382549cca41789845601f2a8e15f425549e6
+checksums           rmd160  1704958835c8657277e7127aa792a648f38586ce \
+                    sha256  a13cdda3ac24572cf4e35f0e2f5dd9dcc90e8d5c989868028ea7a58c07549364
 
 supported_archs     noarch
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-mockobject
     depends_lib-append \
-                    port:p${perl5.major}-test-mockobject \
                     port:p${perl5.major}-catalyst-plugin-authentication \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-data-uuid \
                     port:p${perl5.major}-string-escape \
-                    port:p${perl5.major}-data-uuid
+                    port:p${perl5.major}-uri
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/d5a39e94/attachment.html>


More information about the macports-changes mailing list