[94736] trunk/dports/perl/p5-io-compress/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 27 23:10:44 PDT 2012


Revision: 94736
          https://trac.macports.org/changeset/94736
Author:   jmr at macports.org
Date:     2012-06-27 23:10:43 -0700 (Wed, 27 Jun 2012)
Log Message:
-----------
p5.16-io-compress: perl5.link_binaries no

Modified Paths:
--------------
    trunk/dports/perl/p5-io-compress/Portfile

Modified: trunk/dports/perl/p5-io-compress/Portfile
===================================================================
--- trunk/dports/perl/p5-io-compress/Portfile	2012-06-27 23:39:23 UTC (rev 94735)
+++ trunk/dports/perl/p5-io-compress/Portfile	2012-06-28 06:10:43 UTC (rev 94736)
@@ -3,9 +3,9 @@
 PortSystem            1.0
 PortGroup             perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.branches        5.8 5.10 5.12 5.14 5.16
 perl5.setup           IO-Compress 2.052 IO/PMQS
-revision        1
+revision              2
 license               {Artistic-1 GPL}
 maintainers           nomaintainer
 description           Perl interface to allow reading and writing of \
@@ -23,4 +23,8 @@
                       port:p${perl5.major}-compress-raw-zlib
 
 supported_archs noarch
+if {[vercmp ${perl5.major} 5.16] >= 0} {
+    # perl5.16 installs zipdetails
+    perl5.link_binaries no
 }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120627/8cdab6ad/attachment.html>


More information about the macports-changes mailing list