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-19 06:39:22 +00:00
parent 5eeb02faa6
commit a4eec64815
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358357

View File

@ -3,6 +3,7 @@
PORTNAME= childtickets
PORTVERSION= 2.5.2
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://schema.filez.com/distfiles/
PKGNAMEPREFIX= trac-
@ -18,14 +19,14 @@ USES= zip
WRKSRC= ${WRKDIR}/childticketsplugin/0.12
USE_PYTHON= 2
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Tracchildtickets
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
SUB_FILES= pkg-message
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
post-install:
@${CAT} ${PKGMESSAGE}
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>