1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

www/trac-wikinotification: allow staging and modernize python knobs

This commit is contained in:
William Grzybowski 2013-12-26 18:37:37 +00:00
parent a5d09efe48
commit 379090670e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337593

View File

@ -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>