[129522] trunk/dports/perl/p5-catalyst-runtime/Portfile

mojca at macports.org mojca at macports.org
Mon Dec 15 03:27:26 PST 2014


Revision: 129522
          https://trac.macports.org/changeset/129522
Author:   mojca at macports.org
Date:     2014-12-15 03:27:26 -0800 (Mon, 15 Dec 2014)
Log Message:
-----------
p5-catalyst-runtime: fix dependencies (as generated by cpan2port)

Modified Paths:
--------------
    trunk/dports/perl/p5-catalyst-runtime/Portfile

Modified: trunk/dports/perl/p5-catalyst-runtime/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-runtime/Portfile	2014-12-15 10:34:32 UTC (rev 129521)
+++ trunk/dports/perl/p5-catalyst-runtime/Portfile	2014-12-15 11:27:26 UTC (rev 129522)
@@ -6,6 +6,7 @@
 
 perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         Catalyst-Runtime 5.90077
+revision            1
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         The Elegant MVC Web Application Framework
@@ -20,37 +21,52 @@
                     sha256  d4e0a3022768f5079f16a62635604dd72cfda88981911d77a89f335f91971853
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-data-dump \
+                    port:p${perl5.major}-http-message \
+                    port:p${perl5.major}-io-stringy \
+                    port:p${perl5.major}-json-maybexs \
+                    port:p${perl5.major}-test-fatal
     depends_lib-append \
-                    port:p${perl5.major}-class-data-inheritable \
-                    port:p${perl5.major}-test-exception \
-                    port:p${perl5.major}-b-hooks-endofscope \
                     port:p${perl5.major}-cgi-simple \
+                    port:p${perl5.major}-cgi-struct \
                     port:p${perl5.major}-class-c3-adopt-next \
+                    port:p${perl5.major}-class-data-inheritable \
+                    port:p${perl5.major}-class-load \
                     port:p${perl5.major}-data-dump \
+                    port:p${perl5.major}-data-optlist \
                     port:p${perl5.major}-html-parser \
                     port:p${perl5.major}-http-body \
+                    port:p${perl5.major}-http-message \
+                    port:p${perl5.major}-hash-multivalue \
+                    port:p${perl5.major}-http-request-ascgi \
+                    port:p${perl5.major}-json-maybexs \
                     port:p${perl5.major}-libwww-perl \
-                    port:p${perl5.major}-http-request-ascgi \
                     port:p${perl5.major}-list-moreutils \
-                    port:p${perl5.major}-mro-compat \
                     port:p${perl5.major}-module-pluggable \
                     port:p${perl5.major}-moose \
-                    port:p${perl5.major}-moosex-types \
-                    port:p${perl5.major}-moosex-types-common \
                     port:p${perl5.major}-moosex-emulate-class-accessor-fast \
+                    port:p${perl5.major}-moosex-getopt \
                     port:p${perl5.major}-moosex-methodattributes \
-                    port:p${perl5.major}-moosex-getopt \
+                    port:p${perl5.major}-moosex-role-withoverloading \
+                    port:p${perl5.major}-mro-compat \
                     port:p${perl5.major}-path-class \
+                    port:p${perl5.major}-plack \
+                    port:p${perl5.major}-plack-middleware-fixmissingbodyinredirect \
+                    port:p${perl5.major}-plack-middleware-methodoverride \
+                    port:p${perl5.major}-plack-middleware-removeredundantbody \
+                    port:p${perl5.major}-plack-middleware-reverseproxy \
+                    port:p${perl5.major}-plack-test-externalserver \
+                    port:p${perl5.major}-safe-isa \
+                    port:p${perl5.major}-stream-buffered \
                     port:p${perl5.major}-string-rewriteprefix \
                     port:p${perl5.major}-sub-exporter \
                     port:p${perl5.major}-task-weaken \
+                    port:p${perl5.major}-tree-simple \
                     port:p${perl5.major}-text-simpletable \
-                    port:p${perl5.major}-tree-simple \
                     port:p${perl5.major}-tree-simple-visitorfactory \
+                    port:p${perl5.major}-try-tiny \
                     port:p${perl5.major}-uri \
                     port:p${perl5.major}-namespace-autoclean \
-                    port:p${perl5.major}-namespace-clean \
-                    port:p${perl5.major}-moosex-role-withoverloading \
-                    port:p${perl5.major}-test-simple \
-                    port:p${perl5.major}-data-optlist
+                    port:p${perl5.major}-namespace-clean
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141215/312a8c35/attachment-0001.html>


More information about the macports-changes mailing list