[129552] trunk/dports/perl/p5-catalyst-helper-authdbic/Portfile
mojca at macports.org
mojca at macports.org
Mon Dec 15 07:39:28 PST 2014
Revision: 129552
https://trac.macports.org/changeset/129552
Author: mojca at macports.org
Date: 2014-12-15 07:39:28 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
p5-catalyst-helper-authdbic: upgrade to 0.17, replace p5.8 with 5.18 5.20, sha256, reorganized dependencies according to cpan2port
Modified Paths:
--------------
trunk/dports/perl/p5-catalyst-helper-authdbic/Portfile
Modified: trunk/dports/perl/p5-catalyst-helper-authdbic/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-helper-authdbic/Portfile 2014-12-15 15:22:22 UTC (rev 129551)
+++ trunk/dports/perl/p5-catalyst-helper-authdbic/Portfile 2014-12-15 15:39:28 UTC (rev 129552)
@@ -4,32 +4,35 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.branches 5.8 5.10 5.12 5.14 5.16
-perl5.setup Catalyst-Helper-AuthDBIC 0.12
-revision 3
+perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup Catalyst-Helper-AuthDBIC 0.17
license {Artistic-1 GPL}
maintainers fpassera.com:dev openmaintainer
description Helper to provide a simple authentication scaffold for a Catalyst application.
long_description ${description}
-checksums md5 e827ad4810143cc0aecb16bbe725a8da \
- sha1 c07428f3109fd00e09ad5e76a897cb43f5ec15db \
- rmd160 6fc5f27f804ca8e6de56a641b76bd9f65e2b75dc
+checksums rmd160 f226ca8c55711b1ea8c995beff617bca4e46fbc2 \
+ sha256 9cc5da87a56a278cd1336124fa55eb598b2303e3a8e22825a3fd126bf4458d25
platforms darwin
supported_archs noarch
if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-catalyst-runtime \
+ port:p${perl5.major}-directory-scratch \
+ port:p${perl5.major}-test-command
depends_lib-append \
port:p${perl5.major}-catalyst-authentication-credential-http \
- port:p${perl5.major}-dbix-class-encodedcolumn \
- port:p${perl5.major}-ppi \
- port:p${perl5.major}-directory-scratch \
+ port:p${perl5.major}-catalyst-authentication-store-dbix-class \
+ port:p${perl5.major}-catalyst-devel \
port:p${perl5.major}-catalyst-model-dbic-schema \
+ port:p${perl5.major}-catalyst-plugin-authentication \
+ port:p${perl5.major}-catalyst-plugin-authorization-roles \
+ port:p${perl5.major}-catalyst-plugin-session \
+ port:p${perl5.major}-catalyst-plugin-session-state-cookie \
port:p${perl5.major}-catalyst-plugin-session-store-fastmmap \
- port:p${perl5.major}-catalyst-plugin-session-state-cookie \
- port:p${perl5.major}-catalyst-plugin-authorization-roles \
- port:p${perl5.major}-catalyst-authentication-store-dbix-class \
+ port:p${perl5.major}-dbix-class-encodedcolumn \
port:p${perl5.major}-dbix-class-schema-loader \
- port:p${perl5.major}-test-command
+ port:p${perl5.major}-ppi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/259238f8/attachment.html>
More information about the macports-changes
mailing list