aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-19 03:18:01 +0800
committermva <mva@FreeBSD.org>2014-06-19 03:18:01 +0800
commit505d69e1310a3d11edf804e08b1cce5776d46c03 (patch)
treebc3dc73cf9b0fda72b696e7498900cf431b866cc /www
parent10840304c48df15d2d70232e8f05125831c45d95 (diff)
downloadfreebsd-ports-gnome-505d69e1310a3d11edf804e08b1cce5776d46c03.tar.gz
freebsd-ports-gnome-505d69e1310a3d11edf804e08b1cce5776d46c03.tar.zst
freebsd-ports-gnome-505d69e1310a3d11edf804e08b1cce5776d46c03.zip
- 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)
Diffstat (limited to 'www')
-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>