[80383] trunk/dports/python/py26-hgsubversion/Portfile
easieste at macports.org
easieste at macports.org
Mon Jul 11 03:09:33 PDT 2011
Revision: 80383
http://trac.macports.org/changeset/80383
Author: easieste at macports.org
Date: 2011-07-11 03:09:30 -0700 (Mon, 11 Jul 2011)
Log Message:
-----------
Fix to work with mecurial-1.9.
No upstream release fixing this problem has been made, so we go
against a working tag and use epoch to track this.
Modified Paths:
--------------
trunk/dports/python/py26-hgsubversion/Portfile
Modified: trunk/dports/python/py26-hgsubversion/Portfile
===================================================================
--- trunk/dports/python/py26-hgsubversion/Portfile 2011-07-11 08:23:12 UTC (rev 80382)
+++ trunk/dports/python/py26-hgsubversion/Portfile 2011-07-11 10:09:30 UTC (rev 80383)
@@ -5,7 +5,9 @@
PortGroup python26 1.0
name py26-hgsubversion
-version 1.2.1
+version 1.2.1.e30ff6d5feff
+revision 0
+epoch 20110711
categories-append devel
platforms darwin
maintainers akitada openmaintainer
@@ -21,9 +23,14 @@
master_sites http://pypi.python.org/packages/source/h/hgsubversion
distname hgsubversion-${version}
-checksums sha1 fd0cc97a4477316bed4915c8a5cf265ec8b4fcad \
- rmd160 9f1bda718d582da6615cd0b424115a662d17b61b
+#checksums sha1 fd0cc97a4477316bed4915c8a5cf265ec8b4fcad \
+# rmd160 9f1bda718d582da6615cd0b424115a662d17b61b
+# No release version working with mercurial-1.9 so we use a known tag
+fetch.type hg
+hg.url https://bitbucket.org/durin42/hgsubversion
+hg.tag e30ff6d5feff
+
depends_lib-append port:mercurial \
port:subversion-python26bindings
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110711/bff44f19/attachment.html>
More information about the macports-changes
mailing list