From fded75d58f3b8c5ed8c2a621a7358c07efef5788 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Thu, 19 Jun 2014 06:29:40 +0000 Subject: [PATCH] - 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-down/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/www/trac-down/Makefile b/www/trac-down/Makefile index 1e403039a4e4..b20eedb48202 100644 --- a/www/trac-down/Makefile +++ b/www/trac-down/Makefile @@ -3,7 +3,7 @@ PORTNAME= down PORTVERSION= 0.0.1.r11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ PKGNAMEPREFIX= trac- @@ -14,11 +14,9 @@ COMMENT= Trac plugin for listing released downloads RUN_DEPENDS= tracd:${PORTSDIR}/www/trac -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracDown -PYDISTUTILS_PKGVERSION= 0.0.1 - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +.include "${.CURDIR}/../../www/trac/plugin.mk" .include