summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-18 19:18:01 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-18 19:18:01 +0000
commit3436d1841999febf9283a07d3b86c5b87574ae91 (patch)
treebc3dc73cf9b0fda72b696e7498900cf431b866cc
parent- Bump minimal java version (diff)
- Use zip:infozip to avoid issues on unpacking
- Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=358304
-rw-r--r--www/trac-permredirect/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/trac-permredirect/Makefile b/www/trac-permredirect/Makefile
index 656aad87481d..6c0efb021dfb 100644
--- a/www/trac-permredirect/Makefile
+++ b/www/trac-permredirect/Makefile
@@ -3,6 +3,7 @@
PORTNAME= permredirect
PORTVERSION= 3.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/tags/${PORTVERSION}?old_path=${PORTNAME}plugin&format=zip&filename= \
LOCAL/gblach/
@@ -16,13 +17,11 @@ RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
FETCH_BEFORE_ARGS= -o ${DISTFILES}
REV= 13353
-USES= zip
+USES= zip:infozip
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= TracPermRedirect
-PYDISTUTILS_PKGVERSION= ${PORTVERSION}
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/tags/${PORTVERSION}
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
+.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>