svn commit: r358345 - head/www/trac-keywords

Marcus von Appen mva at FreeBSD.org
Thu Jun 19 06:11:53 UTC 2014


Author: mva
Date: Thu Jun 19 06:11:52 2014
New Revision: 358345
URL: http://svnweb.freebsd.org/changeset/ports/358345
QAT: https://qat.redports.org/buildarchive/r358345/

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-keywords/Makefile

Modified: head/www/trac-keywords/Makefile
==============================================================================
--- head/www/trac-keywords/Makefile	Thu Jun 19 06:07:19 2014	(r358344)
+++ head/www/trac-keywords/Makefile	Thu Jun 19 06:11:52 2014	(r358345)
@@ -3,7 +3,7 @@
 
 PORTNAME=	keywords
 PORTVERSION=	0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www python
 MASTER_SITES=	http://dist.codelabs.ru/fbsd/
 PKGNAMEPREFIX=	trac-
@@ -14,13 +14,12 @@ COMMENT=	Plugin for using pre-configured
 
 RUN_DEPENDS+=	trac>=0.11:${PORTSDIR}/www/trac
 
-USE_PYTHON=	2
 USES=		zip
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	TracKeywordsPlugin
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 WRKSRC=			${WRKDIR}/trackeywordsplugin/0.11
 REL=			7273
-PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 post-extract:
 # Fix misplaced Genshi template: https://trac-hacks.org/ticket/6104
@@ -28,4 +27,5 @@ post-extract:
 # Seems like web_ui.py was misplaced too.
 	@${MV} ${WRKDIR}/trackeywordsplugin/0.10/trackeywords/web_ui.py ${WRKSRC}/trackeywords/
 
+.include "${.CURDIR}/../../www/trac/plugin.mk"
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list