svn commit: r358293 - head/www/trac-pydotorgtheme

Marcus von Appen mva at FreeBSD.org
Wed Jun 18 17:50:14 UTC 2014


Author: mva
Date: Wed Jun 18 17:50:13 2014
New Revision: 358293
URL: http://svnweb.freebsd.org/changeset/ports/358293
QAT: https://qat.redports.org/buildarchive/r358293/

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

Modified: head/www/trac-pydotorgtheme/Makefile
==============================================================================
--- head/www/trac-pydotorgtheme/Makefile	Wed Jun 18 17:09:39 2014	(r358292)
+++ head/www/trac-pydotorgtheme/Makefile	Wed Jun 18 17:50:13 2014	(r358293)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
-PORTNAME=	${PYDISTUTILS_PKGNAME:S;^Trac;;:tl}
+PORTNAME=	pydotorgtheme
 PORTVERSION=	2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www devel python
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	brooks
@@ -14,10 +14,10 @@ COMMENT=	Theme that emulates the look of
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
 		trac-themeengine>=2.0:${PORTSDIR}/www/trac-themeengine
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	TracPyDotOrgTheme
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 WRKSRC=			${WRKDIR}/${PORTNAME}
-PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
+.include "${.CURDIR}/../../www/trac/plugin.mk"
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list