From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 18:40:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2CBB20A; Fri, 21 Feb 2014 18:40:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD0501F76; Fri, 21 Feb 2014 18:40:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LIeeLn099018; Fri, 21 Feb 2014 18:40:40 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LIee57099017; Fri, 21 Feb 2014 18:40:40 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402211840.s1LIee57099017@svn.freebsd.org> From: Antoine Brodin Date: Fri, 21 Feb 2014 18:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345527 - head/www/py-plone.app.upgrade X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 18:40:40 -0000 Author: antoine Date: Fri Feb 21 18:40:40 2014 New Revision: 345527 URL: http://svnweb.freebsd.org/changeset/ports/345527 QAT: https://qat.redports.org/buildarchive/r345527/ Log: - Package something - Remove infozip dependency Modified: head/www/py-plone.app.upgrade/Makefile Modified: head/www/py-plone.app.upgrade/Makefile ============================================================================== --- head/www/py-plone.app.upgrade/Makefile Fri Feb 21 18:35:55 2014 (r345526) +++ head/www/py-plone.app.upgrade/Makefile Fri Feb 21 18:40:40 2014 (r345527) @@ -2,10 +2,11 @@ PORTNAME= plone.app.upgrade PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +EXTRACT_SUFX= .zip DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org @@ -50,7 +51,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borg USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_ZIP= yes +PYDISTUTILS_AUTOPLIST= yes USES= zope .include