[104087] trunk/dports/devel/subversion-perlbindings/Portfile

dluke at macports.org dluke at macports.org
Fri Mar 15 07:14:18 PDT 2013


Revision: 104087
          https://trac.macports.org/changeset/104087
Author:   dluke at macports.org
Date:     2013-03-15 07:14:18 -0700 (Fri, 15 Mar 2013)
Log Message:
-----------
subversion-perlbindings: follow up to r104067, actually fix #38360 (correctly list the (sub)ports we conflict with)

Revision Links:
--------------
    https://trac.macports.org/changeset/104067

Modified Paths:
--------------
    trunk/dports/devel/subversion-perlbindings/Portfile

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile	2013-03-15 13:16:02 UTC (rev 104086)
+++ trunk/dports/devel/subversion-perlbindings/Portfile	2013-03-15 14:14:18 UTC (rev 104087)
@@ -25,7 +25,9 @@
 
     subport ${name}-${branch} {
         set perl5.branch $branch
-	conflicts ${other_perls}
+	foreach c_perl ${other_perls} {
+            conflicts-append ${name}-${c_perl}
+        }
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130315/00bd2e79/attachment.html>


More information about the macports-changes mailing list