diff options
author | mva <mva@FreeBSD.org> | 2014-06-19 14:29:40 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-19 14:29:40 +0800 |
commit | 127b4f588ac8c9454a52a69950b86e9237a5c8e1 (patch) | |
tree | 03267cd6ce36c5495d9129062084ce093f47ba29 /www | |
parent | 0a9e0b1d43000920ff0fdc16a1cb708597e07606 (diff) | |
download | freebsd-ports-gnome-127b4f588ac8c9454a52a69950b86e9237a5c8e1.tar.gz freebsd-ports-gnome-127b4f588ac8c9454a52a69950b86e9237a5c8e1.tar.zst freebsd-ports-gnome-127b4f588ac8c9454a52a69950b86e9237a5c8e1.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-down/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/trac-down/Makefile b/www/trac-down/Makefile index 1e403039a4e4..b20eedb48202 100644 --- a/www/trac-down/Makefile +++ b/www/trac-down/Makefile @@ -3,7 +3,7 @@ PORTNAME= down PORTVERSION= 0.0.1.r11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ PKGNAMEPREFIX= trac- @@ -14,11 +14,9 @@ COMMENT= Trac plugin for listing released downloads RUN_DEPENDS= tracd:${PORTSDIR}/www/trac -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracDown -PYDISTUTILS_PKGVERSION= 0.0.1 - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +.include "${.CURDIR}/../../www/trac/plugin.mk" .include <bsd.port.mk> |