svn commit: r358357 - head/www/trac-childtickets
Marcus von Appen
mva at FreeBSD.org
Thu Jun 19 06:39:23 UTC 2014
Author: mva
Date: Thu Jun 19 06:39:22 2014
New Revision: 358357
URL: http://svnweb.freebsd.org/changeset/ports/358357
QAT: https://qat.redports.org/buildarchive/r358357/
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-childtickets/Makefile
Modified: head/www/trac-childtickets/Makefile
==============================================================================
--- head/www/trac-childtickets/Makefile Thu Jun 19 06:36:56 2014 (r358356)
+++ head/www/trac-childtickets/Makefile Thu Jun 19 06:39:22 2014 (r358357)
@@ -3,6 +3,7 @@
PORTNAME= childtickets
PORTVERSION= 2.5.2
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://schema.filez.com/distfiles/
PKGNAMEPREFIX= trac-
@@ -18,14 +19,14 @@ USES= zip
WRKSRC= ${WRKDIR}/childticketsplugin/0.12
-USE_PYTHON= 2
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= Tracchildtickets
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
SUB_FILES= pkg-message
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
post-install:
@${CAT} ${PKGMESSAGE}
+.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list