From owner-svn-ports-head@FreeBSD.ORG Sat Jan 25 19:42:04 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 A325EA04; Sat, 25 Jan 2014 19:42:04 +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 8361C1DD1; Sat, 25 Jan 2014 19:42:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0PJg4Mf066954; Sat, 25 Jan 2014 19:42:04 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0PJg3uA066951; Sat, 25 Jan 2014 19:42:03 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201401251942.s0PJg3uA066951@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sat, 25 Jan 2014 19:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341081 - in head/devel: py-Products.GenericSetup py-Products.MIMETools py-Products.OFSP 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: Sat, 25 Jan 2014 19:42:04 -0000 Author: rm Date: Sat Jan 25 19:42:03 2014 New Revision: 341081 URL: http://svnweb.freebsd.org/changeset/ports/341081 QAT: https://qat.redports.org/buildarchive/r341081/ Log: - convert to auto-generated packing list - move DIST_SUBDIR upper, where appropriate - bump PORTREVISION Deleted: head/devel/py-Products.GenericSetup/pkg-plist head/devel/py-Products.MIMETools/pkg-plist head/devel/py-Products.OFSP/pkg-plist Modified: head/devel/py-Products.GenericSetup/Makefile head/devel/py-Products.MIMETools/Makefile head/devel/py-Products.OFSP/Makefile Modified: head/devel/py-Products.GenericSetup/Makefile ============================================================================== --- head/devel/py-Products.GenericSetup/Makefile Sat Jan 25 19:34:26 2014 (r341080) +++ head/devel/py-Products.GenericSetup/Makefile Sat Jan 25 19:42:03 2014 (r341081) @@ -2,9 +2,11 @@ PORTNAME= Products.GenericSetup PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Read Zope configuration state from profile dirs / tarballs @@ -15,11 +17,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/py-five.localsitemanager \ ${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib -DIST_SUBDIR= zope -USE_PYTHON= 2 -USE_PYDISTUTILS=easy_install -USES= zope - -NO_STAGE= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USES= zope .include Modified: head/devel/py-Products.MIMETools/Makefile ============================================================================== --- head/devel/py-Products.MIMETools/Makefile Sat Jan 25 19:34:26 2014 (r341080) +++ head/devel/py-Products.MIMETools/Makefile Sat Jan 25 19:42:03 2014 (r341081) @@ -2,6 +2,7 @@ PORTNAME= Products.MIMETools PORTVERSION= 2.13.0 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +15,9 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}DocumentTemplate>=0:${PORTSDIR}/devel/py-DocumentTemplate -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.OFSP/Makefile ============================================================================== --- head/devel/py-Products.OFSP/Makefile Sat Jan 25 19:34:26 2014 (r341080) +++ head/devel/py-Products.OFSP/Makefile Sat Jan 25 19:42:03 2014 (r341081) @@ -2,6 +2,7 @@ PORTNAME= Products.OFSP PORTVERSION= 2.13.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +16,9 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-AccessControl \ ${PYTHON_PKGNAMEPREFIX}Persistence>=0:${PORTSDIR}/devel/py-Persistence -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