[123777] trunk/dports/perl/p5-alien-wxwidgets/Portfile

mojca at macports.org mojca at macports.org
Thu Aug 14 06:16:55 PDT 2014


Revision: 123777
          https://trac.macports.org/changeset/123777
Author:   mojca at macports.org
Date:     2014-08-14 06:16:54 -0700 (Thu, 14 Aug 2014)
Log Message:
-----------
p5-alien-wxwidgets: depend on p5-module-pluggable (needed for 5.20), add 5.10 support back

Modified Paths:
--------------
    trunk/dports/perl/p5-alien-wxwidgets/Portfile

Modified: trunk/dports/perl/p5-alien-wxwidgets/Portfile
===================================================================
--- trunk/dports/perl/p5-alien-wxwidgets/Portfile	2014-08-14 13:12:35 UTC (rev 123776)
+++ trunk/dports/perl/p5-alien-wxwidgets/Portfile	2014-08-14 13:16:54 UTC (rev 123777)
@@ -5,10 +5,9 @@
 PortGroup           perl5 1.0
 PortGroup           wxWidgets 1.0
 
-# https://trac.macports.org/ticket/42146 (5.10 is broken)
-perl5.branches      5.8 5.12 5.14 5.16 5.18 5.20
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         Alien-wxWidgets 0.65
-revision            3
+revision            4
 
 platforms           darwin
 maintainers         mojca openmaintainer
@@ -29,7 +28,9 @@
 
 if {${perl5.major} != ""} {
     wxWidgets.use       wxWidgets-3.0
-    depends_lib-append  port:${wxWidgets.port}
+    # module-pluggable has been removed from Perl core in version 5.20 
+    depends_lib-append  port:${wxWidgets.port} \
+                        port:p${perl5.major}-module-pluggable
 
     # author says that Makefile.PL shouldn't be there
     # this line is not really needed, but it's a guard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140814/d073fbf8/attachment-0001.html>


More information about the macports-changes mailing list