1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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)
This commit is contained in:
Marcus von Appen 2014-06-17 19:30:26 +00:00
parent 90910df68e
commit fa606b052a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358167

View File

@ -3,7 +3,7 @@
PORTNAME= wikigoodies
PORTVERSION= 0.3.3522
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= trac-
@ -16,15 +16,9 @@ RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TracWikiGoodies
PYDISTUTILS_PKGVERSION= 0.11.${PORTVERSION:R}dev
PYDISTUTILS_NOEGGINFO= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION:R} \
PYTHONVERSION=${PYTHON_VER}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>