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

ryandesign at macports.org ryandesign at macports.org
Wed Feb 6 18:35:44 PST 2013


Revision: 102691
          https://trac.macports.org/changeset/102691
Author:   ryandesign at macports.org
Date:     2013-02-06 18:35:44 -0800 (Wed, 06 Feb 2013)
Log Message:
-----------
py-hggit: fix port conflicts

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

Modified: trunk/dports/python/py-hggit/Portfile
===================================================================
--- trunk/dports/python/py-hggit/Portfile	2013-02-07 01:21:43 UTC (rev 102690)
+++ trunk/dports/python/py-hggit/Portfile	2013-02-07 02:35:44 UTC (rev 102691)
@@ -54,9 +54,9 @@
     depends_lib         path:bin/hg:mercurial \
                         port:py${python.version}-dulwich
 
-    conflicts           port:py${python.version}-$realname-devel
+    conflicts           py${python.version}-$realname-devel
     if {[string match "*-devel" $subport]} {
-        conflicts       port:py${python.version}-$realname
+        conflicts       py${python.version}-$realname
     }
 
     notes               "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130206/fdda1422/attachment.html>


More information about the macports-changes mailing list