aboutsummaryrefslogtreecommitdiff
path: root/devel/hg-git/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-09-17 00:05:15 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-09-17 00:05:15 +0000
commit4d2f709f2ea9078fe126c72dded837a0c3918f9e (patch)
treea66eaa2cdf241c0e1f1b0fc386526ff040ef065f /devel/hg-git/Makefile
parent36d340fef36e79b343aa3d3b853243593a9538e6 (diff)
downloadports-4d2f709f2ea9078fe126c72dded837a0c3918f9e.tar.gz
ports-4d2f709f2ea9078fe126c72dded837a0c3918f9e.zip
Notes
Diffstat (limited to 'devel/hg-git/Makefile')
-rw-r--r--devel/hg-git/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile
index 78f065d82c8b..1fe9d5317db0 100644
--- a/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