diff options
author | mva <mva@FreeBSD.org> | 2014-06-18 14:36:34 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-18 14:36:34 +0800 |
commit | 054cbfe136b6b842013e15db309d4fac62cecae7 (patch) | |
tree | edbc6fd5e298878f84d28e301a78c63c46dbd045 /www | |
parent | 3bda715ec37a77dc160447b556d18e50985d6034 (diff) | |
download | freebsd-ports-gnome-054cbfe136b6b842013e15db309d4fac62cecae7.tar.gz freebsd-ports-gnome-054cbfe136b6b842013e15db309d4fac62cecae7.tar.zst freebsd-ports-gnome-054cbfe136b6b842013e15db309d4fac62cecae7.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-subtickets/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/www/trac-subtickets/Makefile b/www/trac-subtickets/Makefile index f268e39ac67a..11ad95a12b64 100644 --- a/www/trac-subtickets/Makefile +++ b/www/trac-subtickets/Makefile @@ -3,6 +3,7 @@ PORTNAME= subtickets PORTVERSION= 0.2.0.${GITDATE} +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://distfiles.cse.tw/ \ https://github.com/itota/trac-subtickets-plugin/tarball/${GITVERSION}/ @@ -19,14 +20,10 @@ RUN_DEPENDS= tracd:${PORTSDIR}/www/trac GITVERSION= a0fc153 GITDATE= 20130328 -WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.12 WRKSRC= ${WRKDIR}/itota-trac-${PORTNAME}-plugin-${GITVERSION} -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install - -PYDISTUTILS_PKGNAME= TracSubTicketsPlugin -PYDISTUTILS_PKGVERSION= ${PORTVERSION:C/${GITDATE}//g}dev -PLIST_FILES= bin/check-trac-subtickets \ - %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +.include "${.CURDIR}/../../www/trac/plugin.mk" .include <bsd.port.mk> |