Date: Sat, 25 Jan 2014 07:19:34 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> 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 Message-ID: <201401250719.s0P7JYgL073949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401250719.s0P7JYgL073949>