aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-12-27 02:37:37 +0800
committerwg <wg@FreeBSD.org>2013-12-27 02:37:37 +0800
commit74c5cf00ae43a2bd0a5455866efae799c08ec985 (patch)
treef83d3d4b3448b81275232a992bee508a8fb6a7a3 /www
parentd8a21b84319058c9df23eda74c31f8f2de681c98 (diff)
downloadfreebsd-ports-gnome-74c5cf00ae43a2bd0a5455866efae799c08ec985.tar.gz
freebsd-ports-gnome-74c5cf00ae43a2bd0a5455866efae799c08ec985.tar.zst
freebsd-ports-gnome-74c5cf00ae43a2bd0a5455866efae799c08ec985.zip
www/trac-wikinotification: allow staging and modernize python knobs
Diffstat (limited to 'www')
-rw-r--r--www/trac-wikinotification/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/trac-wikinotification/Makefile b/www/trac-wikinotification/Makefile
index 468ae6d61e2f..8c883e360550 100644
--- a/www/trac-wikinotification/Makefile
+++ b/www/trac-wikinotification/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wikinotificationplugin
PORTVERSION= 0.2.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= brooks
@@ -17,9 +17,7 @@ RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
-PYDISTUTILS_PKGNAME= TracWikiNotification
-PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/p/rc/}
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>