On Thu, Jan 03, 2013 at 11:56:22PM +0000, Stuart Henderson wrote:
> On 2013/01/04 00:44, Dmitrij D. Czarkoff wrote:
> > Did anyone have tried this? The current version in ports doesn't work with
> > current mercurial from ports, so this update might be worth committing.
> 
> Please send a "cvs diff -u" with all the relevant parts, not
> just Makefile.

Index: devel/py-hg-git/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-hg-git/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/py-hg-git/Makefile    26 Jun 2012 07:26:41 -0000      1.9
+++ devel/py-hg-git/Makefile    4 Jan 2013 01:11:22 -0000
@@ -2,8 +2,8 @@
 
 COMMENT =      push/pull from a Git server repository using Mercurial
 
-MODPY_EGG_VERSION =    0.3.1
-DISTNAME =             schacon-hg-git-${MODPY_EGG_VERSION}
+MODPY_EGG_VERSION =    0.3.4
+DISTNAME =             ${MODPY_EGG_VERSION}
 PKGNAME =              py-hg-git-${MODPY_EGG_VERSION}
 
 CATEGORIES =           devel
@@ -16,12 +16,12 @@
 PERMIT_DISTFILES_CDROM =       Yes
 PERMIT_DISTFILES_FTP =         Yes
 
-MASTER_SITES = http://github.com/schacon/hg-git/tarball/${MODPY_EGG_VERSION}/
+MASTER_SITES = https://bitbucket.org/durin42/hg-git/get/
 
 MODULES =              lang/python
 MODPY_SETUPTOOLS =     Yes
 
-WRKDIST =              ${WRKDIR}/${DISTNAME:S/-${MODPY_EGG_VERSION}/-6dc5f17/}
+WRKDIST =              ${WRKDIR}/durin42-hg-git-586b7aa96466
 
 RUN_DEPENDS =          devel/py-dulwich \
                        devel/mercurial
Index: devel/py-hg-git/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-hg-git/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- devel/py-hg-git/distinfo    26 Jun 2012 07:26:41 -0000      1.3
+++ devel/py-hg-git/distinfo    4 Jan 2013 01:11:22 -0000
@@ -1,5 +1,2 @@
-MD5 (schacon-hg-git-0.3.1.tar.gz) = fPsWNwNMqBdbuFZMX3D10w==
-RMD160 (schacon-hg-git-0.3.1.tar.gz) = bMRYKWQZft1cIWG/tUMgnzRaQTw=
-SHA1 (schacon-hg-git-0.3.1.tar.gz) = vwg4RAEA/6492Or55rCSC0u0MME=
-SHA256 (schacon-hg-git-0.3.1.tar.gz) = 
25dN2vz5hh1HhyjMihMn2Ux0PlCGU6cKCYd7RmpZr74=
-SIZE (schacon-hg-git-0.3.1.tar.gz) = 45775
+SHA256 (0.3.4.tar.gz) = FJFOG0RNwrbxxWOLWq9wNCGDhpx/K9d6MJZ9EFhEr20=
+SIZE (0.3.4.tar.gz) = 51141

-- 
Dmitrij D. Czarkoff

Reply via email to