diff options
author | wen <wen@FreeBSD.org> | 2010-01-04 08:53:25 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-04 08:53:25 +0800 |
commit | d9c7e86ddd8dde6132e89cdee17361ea62f472ce (patch) | |
tree | f08ccc6b8a7735f24c1ed22d68af094e2cbac3ec | |
parent | 160dc6f7e22f694e4920185d3029191a16efed0d (diff) | |
download | freebsd-ports-gnome-d9c7e86ddd8dde6132e89cdee17361ea62f472ce.tar.gz freebsd-ports-gnome-d9c7e86ddd8dde6132e89cdee17361ea62f472ce.tar.zst freebsd-ports-gnome-d9c7e86ddd8dde6132e89cdee17361ea62f472ce.zip |
- Bump PORTREVISION to chase the update of devel/dulwich
- Make 'PYVER' construct slightly smaller
PR: ports/142272
Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer)
-rw-r--r-- | devel/hg-git/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index 5ff2579495ad..3692f6079998 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -7,6 +7,7 @@ PORTNAME= hg-git PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,14 +15,14 @@ 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.4.0:${PORTSDIR}/devel/dulwich \ +RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=0.4.1:${PORTSDIR}/devel/dulwich \ hg:${PORTSDIR}/devel/mercurial USE_PYTHON= yes USE_PYDISTUTILS=easy_install -PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} -PLIST_FILES= %%PYTHON_SITELIBDIR%%/hg_git-%%VERSION%%-py%%PYVER%%.egg +PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/thon//} +PLIST_FILES= %%PYTHON_SITELIBDIR%%/hg_git-%%VERSION%%-%%PYVER%%.egg post-install: @${CAT} ${PKGMESSAGE} |