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:15:26 +00:00
parent c1cb43c0de
commit 6903df3056
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358347

View File

@ -3,7 +3,7 @@
PORTNAME= TracGantt PORTNAME= TracGantt
PORTVERSION= 0.3.2a PORTVERSION= 0.3.2a
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= www devel python CATEGORIES= www devel python
MASTER_SITES= http://willbarton.com/files/ \ MASTER_SITES= http://willbarton.com/files/ \
http://dryice.name/computer/FreeBSD/distfiles/ http://dryice.name/computer/FreeBSD/distfiles/
@ -14,10 +14,9 @@ COMMENT= Plugin to creates Gantt charts for trac
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
USE_PYTHON= 2 USE_PYTHON= 2
USE_PYDISTUTILS= easy_install USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= TracGantt PYDISTUTILS_AUTOPLIST= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
@ -34,4 +33,5 @@ post-install:
.endif .endif
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk> .include <bsd.port.mk>