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
eb2abe7cc1
commit
f8a02a04ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358209
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= TracSpamFilter
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://zhoushuqun.com/files/ \
|
||||
http://freebsd.unixfreunde.de/sources/
|
||||
@ -16,9 +16,9 @@ RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}dev
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION}dev
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user