Date: Sat, 25 Jan 2014 20:42:20 +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: r341094 - in head/devel: py-Products.CMFActionIcons py-Products.CMFDiffTool py-Products.CMFDynamicViewFTI py-Products.CMFFormController py-Products.CMFQuickInstallerTool py-Products.CMF... Message-ID: <201401252042.s0PKgKM0092731@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Jan 25 20:42:19 2014 New Revision: 341094 URL: http://svnweb.freebsd.org/changeset/ports/341094 QAT: https://qat.redports.org/buildarchive/r341094/ Log: - convert to auto-generated packing list - move DIST_SUBDIR upper, where appropriate - bump PORTREVISION Deleted: head/devel/py-Products.CMFActionIcons/pkg-plist head/devel/py-Products.CMFDiffTool/pkg-plist head/devel/py-Products.CMFDynamicViewFTI/pkg-plist head/devel/py-Products.CMFFormController/pkg-plist head/devel/py-Products.CMFQuickInstallerTool/pkg-plist head/devel/py-Products.CMFUid/pkg-plist head/devel/py-Products.DCWorkflow/pkg-plist head/devel/py-Products.LDAPMultiPlugins/pkg-plist head/devel/py-Products.Marshall/pkg-plist head/devel/py-Products.MimetypesRegistry/pkg-plist Modified: head/devel/py-Products.CMFActionIcons/Makefile head/devel/py-Products.CMFDiffTool/Makefile head/devel/py-Products.CMFDynamicViewFTI/Makefile head/devel/py-Products.CMFFormController/Makefile head/devel/py-Products.CMFQuickInstallerTool/Makefile head/devel/py-Products.CMFUid/Makefile head/devel/py-Products.DCWorkflow/Makefile head/devel/py-Products.LDAPMultiPlugins/Makefile head/devel/py-Products.Marshall/Makefile head/devel/py-Products.MimetypesRegistry/Makefile Modified: head/devel/py-Products.CMFActionIcons/Makefile ============================================================================== --- head/devel/py-Products.CMFActionIcons/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.CMFActionIcons/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -2,10 +2,11 @@ PORTNAME= Products.CMFActionIcons PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Action icons product for the Zope CMF @@ -16,10 +17,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \ ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> Modified: head/devel/py-Products.CMFDiffTool/Makefile ============================================================================== --- head/devel/py-Products.CMFDiffTool/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.CMFDiffTool/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -2,9 +2,11 @@ PORTNAME= Products.CMFDiffTool PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Diff tool for Plone @@ -16,12 +18,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition -DIST_SUBDIR= zope -USE_PYTHON= 2 -USE_PYDISTUTILS=easy_install -USE_ZIP= yes -#USES= zope - -NO_STAGE= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes +#USES= zope .include <bsd.port.mk> Modified: head/devel/py-Products.CMFDynamicViewFTI/Makefile ============================================================================== --- head/devel/py-Products.CMFDynamicViewFTI/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.CMFDynamicViewFTI/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -2,9 +2,11 @@ PORTNAME= Products.CMFDynamicViewFTI PORTVERSION= 4.0.5 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Product for dynamic views in CMF @@ -19,12 +21,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass -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.CMFFormController/Makefile ============================================================================== --- head/devel/py-Products.CMFFormController/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.CMFFormController/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -2,9 +2,11 @@ PORTNAME= Products.CMFFormController PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Form validation mechanism for Zope CMF @@ -19,11 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction -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.CMFQuickInstallerTool/Makefile ============================================================================== --- head/devel/py-Products.CMFQuickInstallerTool/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.CMFQuickInstallerTool/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -2,9 +2,11 @@ PORTNAME= Products.CMFQuickInstallerTool PORTVERSION= 3.0.6 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Facility for activation/deactivation of Zope CMF products @@ -20,10 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \ ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> Modified: head/devel/py-Products.CMFUid/Makefile ============================================================================== --- head/devel/py-Products.CMFUid/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.CMFUid/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -2,10 +2,11 @@ PORTNAME= Products.CMFUid PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Uid product for the Zope CMF @@ -16,11 +17,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \ ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -#USES= zope - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +#USES= zope .include <bsd.port.mk> Modified: head/devel/py-Products.DCWorkflow/Makefile ============================================================================== --- head/devel/py-Products.DCWorkflow/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.DCWorkflow/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -2,10 +2,11 @@ PORTNAME= Products.DCWorkflow PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= DCWorkflow product for the Zope Content Management Framework @@ -16,10 +17,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \ ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup -DIST_SUBDIR= zope -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> Modified: head/devel/py-Products.LDAPMultiPlugins/Makefile ============================================================================== --- head/devel/py-Products.LDAPMultiPlugins/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.LDAPMultiPlugins/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -3,9 +3,11 @@ PORTNAME= Products.LDAPMultiPlugins PORTVERSION= 1.14 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= LDAP-backed plugins for the Zope2 PluggableAuthService @@ -16,10 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap ${PYTHON_PKGNAMEPREFIX}Products.LDAPUserFolder>=2.9:${PORTSDIR}/devel/py-Products.LDAPUserFolder \ ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=1.4.0:${PORTSDIR}/security/py-Products.PluggableAuthService -DIST_SUBDIR= zope -USE_PYTHON= 2 -USE_PYDISTUTILS=easy_install - -NO_STAGE= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> Modified: head/devel/py-Products.Marshall/Makefile ============================================================================== --- head/devel/py-Products.Marshall/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.Marshall/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -2,9 +2,11 @@ PORTNAME= Products.Marshall PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Configurable Marshallers for Archetypes @@ -21,11 +23,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tran ${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \ ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass -DIST_SUBDIR= zope -USE_PYTHON= 2 -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include <bsd.port.mk> Modified: head/devel/py-Products.MimetypesRegistry/Makefile ============================================================================== --- head/devel/py-Products.MimetypesRegistry/Makefile Sat Jan 25 20:40:33 2014 (r341093) +++ head/devel/py-Products.MimetypesRegistry/Makefile Sat Jan 25 20:42:19 2014 (r341094) @@ -2,9 +2,11 @@ PORTNAME= Products.MimetypesRegistry PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= MIME type handling for Zope @@ -17,11 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 -DIST_SUBDIR= zope -USE_PYTHON= 2 -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_ATOPLIST= 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?201401252042.s0PKgKM0092731>