--- b/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hg-git -PORTVERSION= 0.2.6 +PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +14,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= marco.broeder@gmx.eu COMMENT= Mercurial extension to pull from or push to a Git repository -RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.7.0:${PORTSDIR}/devel/dulwich \ - mercurial>=1.7.5:${PORTSDIR}/devel/mercurial - LICENSE= GPLv2 +RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \ + mercurial>=1.9.0:${PORTSDIR}/devel/mercurial + MAKE_JOBS_SAFE= yes USE_PYTHON= yes --- b/devel/hg-git/distinfo +++ b/devel/hg-git/distinfo @@ -1,2 +1,2 @@ -SHA256 (hg-git-0.2.6.tar.gz) = 31b3b01632f090cde2fbc421b2d0e0b04c8e078595c314f5a0d90d8187a70d2d -SIZE (hg-git-0.2.6.tar.gz) = 12710 +SHA256 (hg-git-0.3.1.tar.gz) = c877a407a55d65f634410bb9b567b7565310d3005fb1256484bde156bf30ab0e +SIZE (hg-git-0.3.1.tar.gz) = 16361 --- b/devel/hg-git/pkg-message +++ b/devel/hg-git/pkg-message @@ -10,7 +10,7 @@ Mercurial global configuration file '~/.hgrc': bookmarks = hggit = -The bookmarks section is not compulsory, but it makes some things a bit nicer. -Bookmarks will be translated to git heads when pushing. +The bookmarks section is only required prior to hg 1.7. Bookmarks will be +translated to git heads when pushing. ====