diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-10-09 13:31:34 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-10-09 13:31:34 +0000 |
commit | 3c274fe36920f3ffdc5f7de6a7a41be0a76ebf30 (patch) | |
tree | 8f2d2a015740788a29a8fcd22d9c948b36c749e1 /www/trac-customfieldadmin | |
parent | e85016511120f8ca6321a968456dfda70533f88d (diff) | |
download | ports-3c274fe36920f3ffdc5f7de6a7a41be0a76ebf30.tar.gz ports-3c274fe36920f3ffdc5f7de6a7a41be0a76ebf30.zip |
Notes
Diffstat (limited to 'www/trac-customfieldadmin')
-rw-r--r-- | www/trac-customfieldadmin/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/trac-customfieldadmin/Makefile b/www/trac-customfieldadmin/Makefile index 5ab67d199ac0..830420d97aa1 100644 --- a/www/trac-customfieldadmin/Makefile +++ b/www/trac-customfieldadmin/Makefile @@ -7,6 +7,7 @@ PORTNAME= customfieldadmin PORTVERSION= 0.2.4016 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -16,15 +17,15 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Web interface to administer Trac ticket custom fields -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -NO_BUILD= yes USE_PYTHON= 2.3+ -USE_PYDISTUTILS=yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_PKGNAME= TracCustomFieldAdmin +PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes |