svn commit: r343330 - head/www/trac-ccselector

Antoine Brodin antoine at FreeBSD.org
Sat Feb 8 13:55:00 UTC 2014


Author: antoine
Date: Sat Feb  8 13:54:59 2014
New Revision: 343330
URL: http://svnweb.freebsd.org/changeset/ports/343330
QAT: https://qat.redports.org/buildarchive/r343330/

Log:
  Fix packaging after swith to PYDISTUTILS_AUTOPLIST
  While here, remove infozip dependency
  
  Reported by:	pkg-fallout

Deleted:
  head/www/trac-ccselector/pkg-plist
Modified:
  head/www/trac-ccselector/Makefile

Modified: head/www/trac-ccselector/Makefile
==============================================================================
--- head/www/trac-ccselector/Makefile	Sat Feb  8 13:48:54 2014	(r343329)
+++ head/www/trac-ccselector/Makefile	Sat Feb  8 13:54:59 2014	(r343330)
@@ -9,14 +9,13 @@ MASTER_SITES=	http://www.sourcehosting.n
 		LOCAL/glarkin
 PKGNAMEPREFIX=	trac-
 DISTNAME=	${PORTNAME}plugin-${PORTVERSION}
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Visually edit the Trac ticket CC field
 
 RUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac
 
-USE_ZIP=	yes
-
 WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11
 USE_PYTHON=	2
 USE_PYDISTUTILS=	yes


More information about the svn-ports-all mailing list