Revision: 102600 https://trac.macports.org/changeset/102600 Author: sean@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:
participants (1)
-
sean@macports.org