[102600] trunk/dports/python/py-hggit/Portfile

sean at macports.org sean at macports.org
Mon Feb 4 21:45:26 PST 2013


Revision: 102600
          https://trac.macports.org/changeset/102600
Author:   sean at macports.org
Date:     2013-02-04 21:45:26 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
py-hggit: mark the devel subport as conflicting

Modified Paths:
--------------
    trunk/dports/python/py-hggit/Portfile

Modified: trunk/dports/python/py-hggit/Portfile
===================================================================
--- trunk/dports/python/py-hggit/Portfile	2013-02-05 05:45:18 UTC (rev 102599)
+++ trunk/dports/python/py-hggit/Portfile	2013-02-05 05:45:26 UTC (rev 102600)
@@ -54,6 +54,11 @@
     depends_lib         path:bin/hg:mercurial \
                         port:py${python.version}-dulwich
 
+    conflicts           port:py${python.version}-$realname-devel
+    if {[string match "*-devel" $subport]} {
+        conflicts       port:py${python.version}-$realname
+    }
+
     notes               "
 To enable ${realname}, add the following to your ~/.hgrc:
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/d857de5c/attachment.html>


More information about the macports-changes mailing list