svn commit: r358352 - head/www/trac-downloads
Marcus von Appen
mva at FreeBSD.org
Thu Jun 19 06:27:54 UTC 2014
Author: mva
Date: Thu Jun 19 06:27:53 2014
New Revision: 358352
URL: http://svnweb.freebsd.org/changeset/ports/358352
QAT: https://qat.redports.org/buildarchive/r358352/
Log:
- 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)
Modified:
head/www/trac-downloads/Makefile
Modified: head/www/trac-downloads/Makefile
==============================================================================
--- head/www/trac-downloads/Makefile Thu Jun 19 06:27:17 2014 (r358351)
+++ head/www/trac-downloads/Makefile Thu Jun 19 06:27:53 2014 (r358352)
@@ -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>
More information about the svn-ports-all
mailing list