From owner-svn-ports-all@FreeBSD.ORG Sat Jan 25 07:19:35 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67C13DB2; Sat, 25 Jan 2014 07:19:35 +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 5195F16F4; Sat, 25 Jan 2014 07:19:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0P7JZRR073953; Sat, 25 Jan 2014 07:19:35 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0P7JYgL073949; Sat, 25 Jan 2014 07:19:34 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201401250719.s0P7JYgL073949@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sat, 25 Jan 2014 07:19:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340992 - in head/devel: py-Products.BTreeFolder2 py-Products.ExtendedPathIndex py-Products.ExternalEditor py-Products.ExternalMethod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 07:19:35 -0000 Author: rm Date: Sat Jan 25 07:19:34 2014 New Revision: 340992 URL: http://svnweb.freebsd.org/changeset/ports/340992 QAT: https://qat.redports.org/buildarchive/r340992/ Log: - convert to auto-generated packing list - move DIST_SUBDIR upper, where appropriate - bump PORTREVISION Deleted: head/devel/py-Products.BTreeFolder2/pkg-plist head/devel/py-Products.ExtendedPathIndex/pkg-plist head/devel/py-Products.ExternalEditor/pkg-plist head/devel/py-Products.ExternalMethod/pkg-plist Modified: head/devel/py-Products.BTreeFolder2/Makefile head/devel/py-Products.ExtendedPathIndex/Makefile head/devel/py-Products.ExternalEditor/Makefile head/devel/py-Products.ExternalMethod/Makefile Modified: head/devel/py-Products.BTreeFolder2/Makefile ============================================================================== --- head/devel/py-Products.BTreeFolder2/Makefile Sat Jan 25 06:05:35 2014 (r340991) +++ head/devel/py-Products.BTreeFolder2/Makefile Sat Jan 25 07:19:34 2014 (r340992) @@ -2,6 +2,7 @@ PORTNAME= Products.BTreeFolder2 PORTVERSION= 2.13.4 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,10 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acce ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \ ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include Modified: head/devel/py-Products.ExtendedPathIndex/Makefile ============================================================================== --- head/devel/py-Products.ExtendedPathIndex/Makefile Sat Jan 25 06:05:35 2014 (r340991) +++ head/devel/py-Products.ExtendedPathIndex/Makefile Sat Jan 25 07:19:34 2014 (r340992) @@ -2,9 +2,11 @@ PORTNAME= Products.ExtendedPathIndex PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope catalog index for paths @@ -15,12 +17,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acce ${PYTHON_PKGNAMEPREFIX}transaction>0:${PORTSDIR}/devel/py-transaction \ zodb${PYTHON_PKGNAMESUFFIX}>0:${PORTSDIR}/databases/zodb3 -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes -USES= zope - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes +USES= zope .include Modified: head/devel/py-Products.ExternalEditor/Makefile ============================================================================== --- head/devel/py-Products.ExternalEditor/Makefile Sat Jan 25 06:05:35 2014 (r340991) +++ head/devel/py-Products.ExternalEditor/Makefile Sat Jan 25 07:19:34 2014 (r340992) @@ -2,20 +2,20 @@ PORTNAME= Products.ExternalEditor PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope external editor LICENSE= ZPL21 -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include Modified: head/devel/py-Products.ExternalMethod/Makefile ============================================================================== --- head/devel/py-Products.ExternalMethod/Makefile Sat Jan 25 06:05:35 2014 (r340991) +++ head/devel/py-Products.ExternalMethod/Makefile Sat Jan 25 07:19:34 2014 (r340992) @@ -2,6 +2,7 @@ PORTNAME= Products.ExternalMethod PORTVERSION= 2.13.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acce ${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include