mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Use zip:infozip to avoid issues on unpacking
- 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
d04336c189
commit
3436d18419
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358304
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= permredirect
|
||||
PORTVERSION= 3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/tags/${PORTVERSION}?old_path=${PORTNAME}plugin&format=zip&filename= \
|
||||
LOCAL/gblach/
|
||||
@ -16,13 +17,11 @@ RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
||||
|
||||
FETCH_BEFORE_ARGS= -o ${DISTFILES}
|
||||
REV= 13353
|
||||
USES= zip
|
||||
USES= zip:infozip
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= TracPermRedirect
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION}
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/tags/${PORTVERSION}
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
|
||||
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user