Revision: 100273 https://trac.macports.org/changeset/100273 Author: easieste@macports.org Date: 2012-12-06 09:39:05 -0800 (Thu, 06 Dec 2012) Log Message: ----------- py27-hggit: track source that works with mercurial-2.4.1. Modified Paths: -------------- trunk/dports/python/py27-hggit/Portfile Modified: trunk/dports/python/py27-hggit/Portfile =================================================================== --- trunk/dports/python/py27-hggit/Portfile 2012-12-06 17:34:47 UTC (rev 100272) +++ trunk/dports/python/py27-hggit/Portfile 2012-12-06 17:39:05 UTC (rev 100273) @@ -4,10 +4,16 @@ PortSystem 1.0 PortGroup python 1.0 +epoch 20121206 + +fetch.type hg +hg.url http://bitbucket.org/durin42/hg-git +hg.tag 2320ab6ada36 + name py27-hggit -version 0.3.3 +version 0.3.5.${hg.tag} revision 0 -epoch 20110928 + categories python devel platforms darwin maintainers easieste openmaintainer @@ -27,13 +33,15 @@ distname hg-git-${version} + + checksums rmd160 5ba97111225745997d4113ad066b2aa5b57084d5 \ sha256 51fb0cbe0364e3515f498b428466adddf5423b77e4882b6663320cb4fbd8d20f depends_lib port:mercurial \ - port:py27-dulwich + port:py-dulwich -python.default_version 27 +python.default_version 27 notes " To use this extension, add the following to your ~/.hgrc: