From 24674ef07355c9ca2a41fb4e8909f432f30df871 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Mon, 4 Jan 2010 00:53:25 +0000 Subject: [PATCH] - Bump PORTREVISION to chase the update of devel/dulwich - Make 'PYVER' construct slightly smaller PR: ports/142272 Submitted by: Marco Broder (maintainer) --- devel/hg-git/Makefile | 7 ++++--- 1 file 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}