From d14827bbcada6c4779496f32a053f6b0a58dd02a Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Thu, 19 Jun 2014 06:27:53 +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-downloads/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/www/trac-downloads/Makefile b/www/trac-downloads/Makefile index 8a25244aeec7..6dfa79d7ff6c 100644 --- a/www/trac-downloads/Makefile +++ b/www/trac-downloads/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:tl} +PORTNAME= downloads PORTVERSION= ${TRAC_VERSION}.${PLUGIN_VERSION}.${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -19,11 +19,9 @@ TRAC_VERSION= 0.12 PLUGIN_VERSION= 0.3 SVN_REV= 10047 -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracDownloads -PYDISTUTILS_PKGVERSION= ${PLUGIN_VERSION} -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .if defined(BOOTSTRAP) do-fetch: @@ -34,4 +32,5 @@ do-fetch: tar cfvz ${_DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME} .endif +.include "${.CURDIR}/../../www/trac/plugin.mk" .include