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
d14827bbca
commit
fded75d58f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358353
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= down
|
||||
PORTVERSION= 0.0.1.r11
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
|
||||
PKGNAMEPREFIX= trac-
|
||||
@ -14,11 +14,9 @@ COMMENT= Trac plugin for listing released downloads
|
||||
|
||||
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= TracDown
|
||||
PYDISTUTILS_PKGVERSION= 0.0.1
|
||||
|
||||
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