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:
parent
c1cb43c0de
commit
6903df3056
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358347
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= TracGantt
|
||||
PORTVERSION= 0.3.2a
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://willbarton.com/files/ \
|
||||
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
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= TracGantt
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
@ -34,4 +33,5 @@ post-install:
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user