aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-19 21:02:47 +0800
committermva <mva@FreeBSD.org>2014-06-19 21:02:47 +0800
commit32e4656d9b92811b72a10a3f687e39b8c946a154 (patch)
tree3c6b13e552cf8a7aa76728ce81b1f3549ee6a778 /www
parent43e4cacd6bb1e30ac0cd6ede6d236d6299f44da0 (diff)
downloadfreebsd-ports-gnome-32e4656d9b92811b72a10a3f687e39b8c946a154.tar.gz
freebsd-ports-gnome-32e4656d9b92811b72a10a3f687e39b8c946a154.tar.zst
freebsd-ports-gnome-32e4656d9b92811b72a10a3f687e39b8c946a154.zip
- 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-TracGoogleAnalytics/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/trac-TracGoogleAnalytics/Makefile b/www/trac-TracGoogleAnalytics/Makefile
index d5ced4c3865c..fafc500be410 100644
--- a/www/trac-TracGoogleAnalytics/Makefile
+++ b/www/trac-TracGoogleAnalytics/Makefile
@@ -3,7 +3,7 @@
PORTNAME= TracGoogleAnalytics
PORTVERSION= 0.2.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= trac-
@@ -17,8 +17,9 @@ BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \
${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
+.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>