Hello!

Here is an update for hggit to version 0.4.0. For me it fixes the "creating 
bookmarks failed, do you have bookmarks enabled?" bug.

--
Dmitrij D. Czarkoff

Index: devel/py-hg-git/Makefile
===================================================================
RCS file: /var/cvs/ports/devel/py-hg-git/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- devel/py-hg-git/Makefile    3 Oct 2013 16:37:16 -0000       1.13
+++ devel/py-hg-git/Makefile    9 Oct 2013 07:46:47 -0000
@@ -2,9 +2,8 @@
 
 COMMENT =      push/pull from a Git server repository using Mercurial
 
-MODPY_EGG_VERSION =    0.3.4
+MODPY_EGG_VERSION =    0.4.0
 DISTNAME =             py-hg-git-${MODPY_EGG_VERSION}
-REVISION =             0
 
 CATEGORIES =           devel
 
@@ -13,13 +12,13 @@ HOMEPAGE =          http://hg-git.github.com/
 # GPLv2
 PERMIT_PACKAGE_CDROM =         Yes
 
-# Ugly gymnastics to give a more sensible filename than "0.3.4.tar.gz"..
+# Ugly gymnastics to give a more sensible filename than "0.4.0.tar.gz"..
 MASTER_SITES = 
https://bitbucket.org/durin42/hg-git/get/${MODPY_EGG_VERSION}${EXTRACT_SUFX}?dummy=/
 
 MODULES =              lang/python
 MODPY_SETUPTOOLS =     Yes
 
-WRKDIST =              ${WRKDIR}/durin42-hg-git-586b7aa96466
+WRKDIST =              ${WRKDIR}/durin42-hg-git-a3c3b8077cbe
 
 RUN_DEPENDS =          devel/py-dulwich \
                        devel/mercurial
@@ -34,6 +33,6 @@ pre-test:
 
 do-test:
        cd ${WRKSRC}/tests && ${MODPY_BIN} run-tests.py \
-           --with-hg=${LOCALBASE}/hg
+           --with-hg=${LOCALBASE}/bin/hg
 
 .include <bsd.port.mk>
Index: devel/py-hg-git/distinfo
===================================================================
RCS file: /var/cvs/ports/devel/py-hg-git/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- devel/py-hg-git/distinfo    4 Jan 2013 01:30:47 -0000       1.4
+++ devel/py-hg-git/distinfo    30 Sep 2013 00:16:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (py-hg-git-0.3.4.tar.gz) = FJFOG0RNwrbxxWOLWq9wNCGDhpx/K9d6MJZ9EFhEr20=
-SIZE (py-hg-git-0.3.4.tar.gz) = 51141
+SHA256 (py-hg-git-0.4.0.tar.gz) = ZAcoguhvN2h81dUOE4KnUE7fc+X8OsrZNLyIJjhED1c=
+SIZE (py-hg-git-0.4.0.tar.gz) = 65015

Reply via email to