Hi!

Below is a trivial update to devel/py-hg-git.  It now depends on
devel/py-dulwich>0.9.4 (instead of devel/py-dulwich>=0.9.4) because
there is a reported issue with dulwich 0.9.4 that was fixed after 0.8.0
release.  (In ports py-dulwich was updated from 0.9.4 to 0.9.7, which is
still current and works with py-hg-git 0.8.0.)

Comments? OKs?

-- 
Dmitrij D. Czarkoff

Index: Makefile
===================================================================
RCS file: /var/cvs/ports/devel/py-hg-git/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile    12 Jan 2015 08:02:55 -0000      1.16
+++ Makefile    18 Mar 2015 07:44:00 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              mercurial extension to work with git repositories
 
-MODPY_EGG_VERSION =    0.7.0
+MODPY_EGG_VERSION =    0.8.0
 DISTNAME =             py-hg-git-${MODPY_EGG_VERSION}
 
 CATEGORIES =           devel
@@ -20,9 +20,9 @@ DISTFILES =           ${DISTNAME}{${MODPY_EGG_VER
 MODULES =              lang/python
 MODPY_SETUPTOOLS =     Yes
 
-WRKDIST =              ${WRKDIR}/durin42-hg-git-fc63d0e2653d
+WRKDIST =              ${WRKDIR}/durin42-hg-git-cf3dafce0611
 
-RUN_DEPENDS =          devel/py-dulwich>=0.9.4 \
+RUN_DEPENDS =          devel/py-dulwich>0.9.4 \
                        devel/mercurial
 TEST_DEPENDS =         ${RUN_DEPENDS} \
                        archivers/bzip2 \
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/devel/py-hg-git/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    12 Jan 2015 08:02:55 -0000      1.7
+++ distinfo    18 Mar 2015 07:44:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (py-hg-git-0.7.0.tar.gz) = rmbISRHsmzfuJ6M/UOHNUMm8q6HlhUNlCSBQGR1NqNM=
-SIZE (py-hg-git-0.7.0.tar.gz) = 87310
+SHA256 (py-hg-git-0.8.0.tar.gz) = 2Wy/umPMJw62uX2sEsXPbThyokb1TO6cF4aEjz0SpBs=
+SIZE (py-hg-git-0.8.0.tar.gz) = 94205
Index: pkg/PLIST
===================================================================
RCS file: /var/cvs/ports/devel/py-hg-git/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   12 Jan 2015 08:02:55 -0000      1.6
+++ pkg/PLIST   18 Mar 2015 07:44:12 -0000
@@ -10,6 +10,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/hggit/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/hggit/_ssh.py
 lib/python${MODPY_VERSION}/site-packages/hggit/_ssh.pyc
+lib/python${MODPY_VERSION}/site-packages/hggit/compat.py
+lib/python${MODPY_VERSION}/site-packages/hggit/compat.pyc
 lib/python${MODPY_VERSION}/site-packages/hggit/git2hg.py
 lib/python${MODPY_VERSION}/site-packages/hggit/git2hg.pyc
 lib/python${MODPY_VERSION}/site-packages/hggit/git_handler.py

Reply via email to