svn commit: r358206 - head/www/trac-themeengine

Marcus von Appen mva at FreeBSD.org
Wed Jun 18 06:21:12 UTC 2014


Author: mva
Date: Wed Jun 18 06:21:11 2014
New Revision: 358206
URL: http://svnweb.freebsd.org/changeset/ports/358206
QAT: https://qat.redports.org/buildarchive/r358206/

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

Modified: head/www/trac-themeengine/Makefile
==============================================================================
--- head/www/trac-themeengine/Makefile	Wed Jun 18 05:22:50 2014	(r358205)
+++ head/www/trac-themeengine/Makefile	Wed Jun 18 06:21:11 2014	(r358206)
@@ -2,10 +2,11 @@
 
 PORTNAME=	themeengine
 PORTVERSION=	2.1.3
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	trac-
-DISTNAME=	${PYDISTUTILS_PKGNAME}-${PORTVERSION}
+DISTNAME=	TracThemeEngine-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Plugin to simplify distributing and deploying themes and styles
@@ -15,9 +16,9 @@ LICENSE=	BSD3CLAUSE
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
 
 USES=		tar:bzip2
-USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	TracThemeEngine
-PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
+.include "${.CURDIR}/../../www/trac/plugin.mk"
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list