[72404] trunk/dports/lang

ricci at macports.org ricci at macports.org
Wed Oct 13 09:33:23 PDT 2010


Revision: 72404
          http://trac.macports.org/changeset/72404
Author:   ricci at macports.org
Date:     2010-10-13 09:33:20 -0700 (Wed, 13 Oct 2010)
Log Message:
-----------
Added notes to remind us to keep the perl5 and perl5.* versions in sync so
  that the perl5 will create the correct symlinks

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

Modified: trunk/dports/lang/perl5/Portfile
===================================================================
--- trunk/dports/lang/perl5/Portfile	2010-10-13 15:00:57 UTC (rev 72403)
+++ trunk/dports/lang/perl5/Portfile	2010-10-13 16:33:20 UTC (rev 72404)
@@ -4,6 +4,7 @@
 PortSystem      1.0
 
 name            perl5
+## NOTE: keep this "version" in sync with the perl5.8 port
 version         5.8.9
 categories      lang
 platforms       darwin freebsd linux
@@ -26,6 +27,7 @@
     depends_lib-delete  port:perl5.8
     depends_lib-append  port:perl5.10
 
+    ## NOTE: keep this "version" in sync with the perl5.10 port
     version 5.10.1
 }
 
@@ -33,6 +35,7 @@
     depends_lib-delete  port:perl5.8
     depends_lib-append  port:perl5.12
 
+    ## NOTE: keep this "version" in sync with the perl5.12 port
     version 5.12.2
 }
 

Modified: trunk/dports/lang/perl5.10/Portfile
===================================================================
--- trunk/dports/lang/perl5.10/Portfile	2010-10-13 15:00:57 UTC (rev 72403)
+++ trunk/dports/lang/perl5.10/Portfile	2010-10-13 16:33:20 UTC (rev 72404)
@@ -4,6 +4,7 @@
 
 name            perl5.10
 conflicts       perl5.8 perl5.12
+## NOTE: keep this "version" in sync with the perl5 port
 version         5.10.1
 revision        1
 categories      lang

Modified: trunk/dports/lang/perl5.12/Portfile
===================================================================
--- trunk/dports/lang/perl5.12/Portfile	2010-10-13 15:00:57 UTC (rev 72403)
+++ trunk/dports/lang/perl5.12/Portfile	2010-10-13 16:33:20 UTC (rev 72404)
@@ -4,6 +4,7 @@
 
 name            perl5.12
 conflicts       perl5.8 perl5.10
+## NOTE: keep this "version" in sync with the perl5 port
 version         5.12.2
 revision        0
 categories      lang

Modified: trunk/dports/lang/perl5.8/Portfile
===================================================================
--- trunk/dports/lang/perl5.8/Portfile	2010-10-13 15:00:57 UTC (rev 72403)
+++ trunk/dports/lang/perl5.8/Portfile	2010-10-13 16:33:20 UTC (rev 72404)
@@ -5,6 +5,7 @@
 
 name            perl5.8
 conflicts       perl5.10 perl5.12
+## NOTE: keep this "version" in sync with the perl5 port
 version         5.8.9
 revision        3
 categories      lang
@@ -95,6 +96,10 @@
     configure.args-append   -Dusethreads
 }
 
+variant multiplicity description {Build with multiplicity support} {
+    configure.args-append   -Dusemultiplicity=y
+}
+
 variant shared description {Build shared perl library} {
     configure.args-append   -Duseshrplib
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101013/70b3ff06/attachment.html>


More information about the macports-changes mailing list