[69062] trunk/dports/lang/perl5.10/Portfile

ricci at macports.org ricci at macports.org
Tue Jun 22 09:34:08 PDT 2010


Revision: 69062
          http://trac.macports.org/changeset/69062
Author:   ricci at macports.org
Date:     2010-06-22 09:34:03 -0700 (Tue, 22 Jun 2010)
Log Message:
-----------
add conflicts w/ perl5.12 (and removal of same w/ +mangle_names)

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

Modified: trunk/dports/lang/perl5.10/Portfile
===================================================================
--- trunk/dports/lang/perl5.10/Portfile	2010-06-22 16:15:09 UTC (rev 69061)
+++ trunk/dports/lang/perl5.10/Portfile	2010-06-22 16:34:03 UTC (rev 69062)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            perl5.10
-conflicts       perl5.8
+conflicts       perl5.8 perl5.12
 version         5.10.1
 revision        1
 categories      lang
@@ -88,8 +88,9 @@
     configure.args-append   -Dusedtrace
 }
 
-variant mangle_names description {mangle the installed names by appending -5.10 to avoid conflicting with perl5.8} {
+variant mangle_names description {mangle the installed names by appending -5.10 to avoid conflicting with perl5.8 and perl5.12} {
     conflicts-delete perl5.8
+    conflicts-delete perl5.12
     post-destroot {
         file delete ${destroot}${prefix}/bin/perl
         set branch [join [lrange [split ${version} .] 0 1] .]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100622/37faa98b/attachment.html>


More information about the macports-changes mailing list