diff options
author | mva <mva@FreeBSD.org> | 2014-06-18 04:02:16 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-18 04:02:16 +0800 |
commit | c64db2f57998726ac916bbab0e9c1d15601a17a3 (patch) | |
tree | 39105830de14646e679b595489869b5d2dbd7dff /www | |
parent | dc81848d8d86e96e9ac4d2ed91430e4124bb5370 (diff) | |
download | freebsd-ports-gnome-c64db2f57998726ac916bbab0e9c1d15601a17a3.tar.gz freebsd-ports-gnome-c64db2f57998726ac916bbab0e9c1d15601a17a3.tar.zst freebsd-ports-gnome-c64db2f57998726ac916bbab0e9c1d15601a17a3.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-tickettemplate/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/trac-tickettemplate/Makefile b/www/trac-tickettemplate/Makefile index deedf842eb62..6d66ceebdaa8 100644 --- a/www/trac-tickettemplate/Makefile +++ b/www/trac-tickettemplate/Makefile @@ -3,7 +3,7 @@ PORTNAME= tickettemplate PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/ PKGNAMEPREFIX= trac- @@ -15,12 +15,12 @@ COMMENT= Plugin for making ticket templates RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac USES= zip -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracTicketTemplate +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin/0.11 REL= 10605 -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +.include "${.CURDIR}/../../www/trac/plugin.mk" .include <bsd.port.mk> |