Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 13:54:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343330 - head/www/trac-ccselector
Message-ID:  <201402081354.s18DsxAO007465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081354.s18DsxAO007465>