most recent changes, diff for p5-catalyst-plugin-authorization-roles

Index: perl/p5-catalyst-plugin-authorization-roles/Portfile
--- perl/p5-catalyst-plugin-authorization-roles/Portfile (revision 33893)
+++ perl/p5-catalyst-plugin-authorization-roles/Portfile (revision 33894)
@@ -1,22 +1,24 @@
# $Id$

-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Catalyst-Plugin-Authorization-Roles 0.05
-maintainers narf_tm openmaintainer
-description Role based authorization for Catalyst based \
- on Catalyst::Plugin::Authentication
-long_description Role based access control is very simple: every user has \
- a list of roles, which that user is allowed to assume, and every \
- restricted part of the app makes an assertion about the necessary roles.
+PortSystem 1.0
+PortGroup perl5 1.0

-platforms darwin
+perl5.setup Catalyst-Plugin-Authorization-Roles 0.05
+maintainers narf_tm openmaintainer
+description Role based authorization for Catalyst based \
+ on Catalyst::Plugin::Authentication
+long_description Role based access control is very simple: every user \
+ has a list of roles, which that user is allowed to \
+ assume, and every restricted part of the app makes \
+ an assertion about the necessary roles.

-checksums md5 5a1a3ced578428136f74827503aeabcf
+platforms darwin

-depends_lib-append port:p5-catalyst-runtime \
- port:p5-catalyst-plugin-authentication \
- port:p5-set-object \
- port:p5-test-exception \
- port:p5-test-mockobject \
- port:p5-universal-isa
+checksums md5 5a1a3ced578428136f74827503aeabcf
+
+depends_lib-append port:p5-catalyst-runtime \
+ port:p5-catalyst-plugin-authentication \
+ port:p5-set-object \
+ port:p5-test-exception \
+ port:p5-test-mockobject \
+ port:p5-universal-isa