[130053] trunk/dports/perl/p5-apache-session-wrapper/Portfile

mojca at macports.org mojca at macports.org
Thu Dec 25 02:28:56 PST 2014


Revision: 130053
          https://trac.macports.org/changeset/130053
Author:   mojca at macports.org
Date:     2014-12-25 02:28:56 -0800 (Thu, 25 Dec 2014)
Log Message:
-----------
p5-apache-session-wrapper: add 5.18 5.20, add dependency, minor whitespace fixes

Modified Paths:
--------------
    trunk/dports/perl/p5-apache-session-wrapper/Portfile

Modified: trunk/dports/perl/p5-apache-session-wrapper/Portfile
===================================================================
--- trunk/dports/perl/p5-apache-session-wrapper/Portfile	2014-12-25 10:22:30 UTC (rev 130052)
+++ trunk/dports/perl/p5-apache-session-wrapper/Portfile	2014-12-25 10:28:56 UTC (rev 130053)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.10 5.12 5.14 5.16
+perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         Apache-Session-Wrapper 0.34
 revision            3
 license             {Artistic-1 GPL}
@@ -20,11 +20,14 @@
                     sha256  7e30ef4cc73b32e426c4360dcd104e8f9af6de45d865b42952fe5c7a15c7a150
 
 if {${perl5.major} != ""} {
+    # module-implementation is not listed anywhere as dependency, but tests fail without it
+    depends_build-append \
+                    port:p${perl5.major}-module-implementation
     depends_lib-append \
-                   port:p${perl5.major}-apache-session \
-                   port:p${perl5.major}-class-container \
-                   port:p${perl5.major}-exception-class \
-                   port:p${perl5.major}-params-validate
+                    port:p${perl5.major}-apache-session \
+                    port:p${perl5.major}-class-container \
+                    port:p${perl5.major}-exception-class \
+                    port:p${perl5.major}-params-validate
 }
 
 perl5.use_module_build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141225/3beb894e/attachment.html>


More information about the macports-changes mailing list