svn commit: r358304 - head/www/trac-permredirect

Marcus von Appen mva at FreeBSD.org
Wed Jun 18 19:18:02 UTC 2014


Author: mva
Date: Wed Jun 18 19:18:01 2014
New Revision: 358304
URL: http://svnweb.freebsd.org/changeset/ports/358304
QAT: https://qat.redports.org/buildarchive/r358304/

Log:
  - Use zip:infozip to avoid issues on unpacking
  - 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-permredirect/Makefile

Modified: head/www/trac-permredirect/Makefile
==============================================================================
--- head/www/trac-permredirect/Makefile	Wed Jun 18 19:16:19 2014	(r358303)
+++ head/www/trac-permredirect/Makefile	Wed Jun 18 19:18:01 2014	(r358304)
@@ -3,6 +3,7 @@
 
 PORTNAME=	permredirect
 PORTVERSION=	3.0
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/tags/${PORTVERSION}?old_path=${PORTNAME}plugin&format=zip&filename= \
 		LOCAL/gblach/
@@ -16,13 +17,11 @@ RUN_DEPENDS=	tracd:${PORTSDIR}/www/trac
 
 FETCH_BEFORE_ARGS=	-o ${DISTFILES}
 REV=			13353
-USES=			zip
+USES=			zip:infozip
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	TracPermRedirect
-PYDISTUTILS_PKGVERSION=	${PORTVERSION}
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 WRKSRC=			${WRKDIR}/${PORTNAME}plugin/tags/${PORTVERSION}
 
-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