[76606] trunk/dports/lang/perl5.12/Portfile

jmr at macports.org jmr at macports.org
Wed Mar 2 00:52:24 PST 2011


Revision: 76606
          http://trac.macports.org/changeset/76606
Author:   jmr at macports.org
Date:     2011-03-02 00:52:24 -0800 (Wed, 02 Mar 2011)
Log Message:
-----------
perl5.12: fix non-thread inc_version_list

Modified Paths:
--------------
    trunk/dports/lang/perl5.12/Portfile

Modified: trunk/dports/lang/perl5.12/Portfile
===================================================================
--- trunk/dports/lang/perl5.12/Portfile	2011-03-02 08:29:36 UTC (rev 76605)
+++ trunk/dports/lang/perl5.12/Portfile	2011-03-02 08:52:24 UTC (rev 76606)
@@ -4,7 +4,7 @@
 
 name            perl5.12
 version         5.12.3
-revision        0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      lang
 platforms       darwin freebsd linux
@@ -73,7 +73,7 @@
 if { [variant_isset threads] } {
     configure.args-append "-D inc_version_list=\"5.12.2/${os.platform}-thread-multi${platsuffix} 5.12.2 5.12.1/${os.platform}-thread-multi${platsuffix} 5.12.1 5.12.0/${os.platform}-thread-multi${platsuffix} 5.12.0\""
 } else {
-    configure.args-append "-D inc_version_list=\"5.12.2/${os.platform}${platsuffix} 5.12.2 5.12.1/${os.platform}${platsuffix} 5.12.1 5.12.0/${os.platform}${platsuffix} 5.12.0\""
+    configure.args-append "-D inc_version_list=\"5.12.2/${os.platform}-multi${platsuffix} 5.12.2 5.12.1/${os.platform}-multi${platsuffix} 5.12.1 5.12.0/${os.platform}-multi${platsuffix} 5.12.0\""
 }
 
 if {[variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110302/4e58e350/attachment.html>


More information about the macports-changes mailing list