From 5eeb02faa635406a7eb5cfc61687366dee0d0602 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Thu, 19 Jun 2014 06:36:56 +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-datefield/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/trac-datefield/Makefile b/www/trac-datefield/Makefile index 2dbce6457d7b..2320ffdcf0c3 100644 --- a/www/trac-datefield/Makefile +++ b/www/trac-datefield/Makefile @@ -3,7 +3,7 @@ PORTNAME= datefield PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= http://dist.codelabs.ru/fbsd/ PKGNAMEPREFIX= trac- @@ -15,11 +15,11 @@ COMMENT= Plugin for creating date fields RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac USES= zip -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracDateField +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes WRKSRC= ${WRKDIR}/datefieldplugin/0.11 REL= 7267 -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +.include "${.CURDIR}/../../www/trac/plugin.mk" .include