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
efaf84f944
commit
d14827bbca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358352
@ -1,8 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:tl}
|
||||
PORTNAME= downloads
|
||||
PORTVERSION= ${TRAC_VERSION}.${PLUGIN_VERSION}.${SVN_REV}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= brooks
|
||||
@ -19,11 +19,9 @@ TRAC_VERSION= 0.12
|
||||
PLUGIN_VERSION= 0.3
|
||||
SVN_REV= 10047
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= TracDownloads
|
||||
PYDISTUTILS_PKGVERSION= ${PLUGIN_VERSION}
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.if defined(BOOTSTRAP)
|
||||
do-fetch:
|
||||
@ -34,4 +32,5 @@ do-fetch:
|
||||
tar cfvz ${_DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME}
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user