From 3436d1841999febf9283a07d3b86c5b87574ae91 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Wed, 18 Jun 2014 19:18:01 +0000 Subject: - 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) --- www/trac-permredirect/Makefile | 11 +++++------ 1 file 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 -- cgit v1.2.3