diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-08-08 14:09:54 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-08-08 14:09:54 +0000 |
commit | e23c4851422a563d2cc87a875cc9b1e18bd47419 (patch) | |
tree | b039370162ffe655d58f61992e6f58cb78db4831 /devel/hg-git/Makefile | |
parent | a6f1053028d05445bf18fe57d99f56728760b8bc (diff) | |
download | ports-e23c4851422a563d2cc87a875cc9b1e18bd47419.tar.gz ports-e23c4851422a563d2cc87a875cc9b1e18bd47419.zip |
Notes
Diffstat (limited to 'devel/hg-git/Makefile')
-rw-r--r-- | devel/hg-git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index 3c8bf78bc935..3bfcbc1ed1c6 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hg-git -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ COMMENT= Mercurial extension to pull from or push to a Git repository LICENSE= GPLv2 -RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.8.3:${PORTSDIR}/devel/dulwich \ +RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.8.5:${PORTSDIR}/devel/dulwich \ mercurial>=2.0.2:${PORTSDIR}/devel/mercurial MAKE_JOBS_SAFE= yes |