From owner-svn-ports-all@FreeBSD.ORG Sun Jan 5 18:37:30 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 5875F24B; Sun, 5 Jan 2014 18:37:30 +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 41C1C1904; Sun, 5 Jan 2014 18:37:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s05IbUnV018807; Sun, 5 Jan 2014 18:37:30 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s05IbS1n018797; Sun, 5 Jan 2014 18:37:28 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201401051837.s05IbS1n018797@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 5 Jan 2014 18:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338816 - in head/devel: py-zope.site py-zope.size py-zope.tales py-zope.testbrowser py-zope.testing py-zope.traversing py-zope.viewlet 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: Sun, 05 Jan 2014 18:37:30 -0000 Author: rm Date: Sun Jan 5 18:37:28 2014 New Revision: 338816 URL: http://svnweb.freebsd.org/changeset/ports/338816 Log: - stop using easy_install for installing - convert to autogenerated packing list - bump PORTREVISION because the resulting packages changed Deleted: head/devel/py-zope.site/pkg-plist head/devel/py-zope.size/pkg-plist head/devel/py-zope.tales/pkg-plist head/devel/py-zope.testbrowser/pkg-plist head/devel/py-zope.testing/pkg-plist head/devel/py-zope.traversing/pkg-plist head/devel/py-zope.viewlet/pkg-plist Modified: head/devel/py-zope.site/Makefile head/devel/py-zope.size/Makefile head/devel/py-zope.tales/Makefile head/devel/py-zope.testbrowser/Makefile head/devel/py-zope.testing/Makefile head/devel/py-zope.traversing/Makefile head/devel/py-zope.viewlet/Makefile Modified: head/devel/py-zope.site/Makefile ============================================================================== --- head/devel/py-zope.site/Makefile Sun Jan 5 18:10:53 2014 (r338815) +++ head/devel/py-zope.site/Makefile Sun Jan 5 18:37:28 2014 (r338816) @@ -2,6 +2,7 @@ PORTNAME= zope.site PORTVERSION= 3.9.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,9 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent \ ${PYTHON_PKGNAMEPREFIX}zope.location>=3.7.0:${PORTSDIR}/devel/py-zope.location -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Modified: head/devel/py-zope.size/Makefile ============================================================================== --- head/devel/py-zope.size/Makefile Sun Jan 5 18:10:53 2014 (r338815) +++ head/devel/py-zope.size/Makefile Sun Jan 5 18:37:28 2014 (r338816) @@ -2,6 +2,7 @@ PORTNAME= zope.size PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +16,8 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Modified: head/devel/py-zope.tales/Makefile ============================================================================== --- head/devel/py-zope.tales/Makefile Sun Jan 5 18:10:53 2014 (r338815) +++ head/devel/py-zope.tales/Makefile Sun Jan 5 18:37:28 2014 (r338816) @@ -2,6 +2,7 @@ PORTNAME= zope.tales PORTVERSION= 3.5.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +16,8 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.tal>=0:${PORTSDIR}/textproc/py-zope.tal \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface -USE_PYTHON= -2.7 -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Modified: head/devel/py-zope.testbrowser/Makefile ============================================================================== --- head/devel/py-zope.testbrowser/Makefile Sun Jan 5 18:10:53 2014 (r338815) +++ head/devel/py-zope.testbrowser/Makefile Sun Jan 5 18:37:28 2014 (r338816) @@ -2,6 +2,7 @@ PORTNAME= zope.testbrowser PORTVERSION= 4.0.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,9 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mech ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}WebTest>=0:${PORTSDIR}/www/py-WebTest -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Modified: head/devel/py-zope.testing/Makefile ============================================================================== --- head/devel/py-zope.testing/Makefile Sun Jan 5 18:10:53 2014 (r338815) +++ head/devel/py-zope.testing/Makefile Sun Jan 5 18:37:28 2014 (r338816) @@ -3,9 +3,11 @@ PORTNAME= zope.testing PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope testing helpers @@ -15,11 +17,8 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:${PORTSDIR}/devel/py-zope.exceptions -DIST_SUBDIR= zope -# Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Modified: head/devel/py-zope.traversing/Makefile ============================================================================== --- head/devel/py-zope.traversing/Makefile Sun Jan 5 18:10:53 2014 (r338815) +++ head/devel/py-zope.traversing/Makefile Sun Jan 5 18:37:28 2014 (r338816) @@ -2,6 +2,7 @@ PORTNAME= zope.traversing PORTVERSION= 3.14.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,10 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \ ${PYTHON_PKGNAMEPREFIX}zope.location>=3.7.0:${PORTSDIR}/devel/py-zope.location -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-zope.viewlet/Makefile ============================================================================== --- head/devel/py-zope.viewlet/Makefile Sun Jan 5 18:10:53 2014 (r338815) +++ head/devel/py-zope.viewlet/Makefile Sun Jan 5 18:37:28 2014 (r338816) @@ -2,6 +2,7 @@ PORTNAME= zope.viewlet PORTVERSION= 3.7.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,9 +25,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include