Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 12:01:03 +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: r341162 - in head/devel: py-Products.PloneTestCase py-Products.PluginRegistry py-Products.PortalTransforms py-Products.PythonScripts py-Products.ResourceRegistries py-Products.StandardC...
Message-ID:  <201401261201.s0QC13EA014499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Jan 26 12:01:03 2014
New Revision: 341162
URL: http://svnweb.freebsd.org/changeset/ports/341162
QAT: https://qat.redports.org/buildarchive/r341162/

Log:
  - move DIST_SUBDIR upper
  - convert to auto-generated packing list, where appropriate
  - bump PORTREVISION

Deleted:
  head/devel/py-Products.PloneTestCase/pkg-plist
  head/devel/py-Products.PluginRegistry/pkg-plist
  head/devel/py-Products.PortalTransforms/pkg-plist
  head/devel/py-Products.PythonScripts/pkg-plist
  head/devel/py-Products.ResourceRegistries/pkg-plist
  head/devel/py-Products.StandardCacheManagers/pkg-plist
  head/devel/py-Products.ZCTextIndex/pkg-plist
  head/devel/py-Products.ZCatalog/pkg-plist
  head/devel/py-Products.ZSQLMethods/pkg-plist
  head/devel/py-Products.ZopeVersionControl/pkg-plist
  head/devel/py-Products.contentmigration/pkg-plist
  head/devel/py-Products.statusmessages/pkg-plist
  head/devel/py-Products.validation/pkg-plist
  head/devel/py-Record/pkg-plist
  head/devel/py-ZopeUndo/pkg-plist
  head/devel/py-archetypes.querywidget/pkg-plist
  head/devel/py-archetypes.referencebrowserwidget/pkg-plist
  head/devel/py-archetypes.schemaextender/pkg-plist
Modified:
  head/devel/py-Products.PloneTestCase/Makefile
  head/devel/py-Products.PluginRegistry/Makefile
  head/devel/py-Products.PortalTransforms/Makefile
  head/devel/py-Products.PythonScripts/Makefile
  head/devel/py-Products.ResourceRegistries/Makefile
  head/devel/py-Products.StandardCacheManagers/Makefile
  head/devel/py-Products.ZCTextIndex/Makefile
  head/devel/py-Products.ZCatalog/Makefile
  head/devel/py-Products.ZSQLMethods/Makefile
  head/devel/py-Products.ZopeVersionControl/Makefile
  head/devel/py-Products.contentmigration/Makefile
  head/devel/py-Products.statusmessages/Makefile
  head/devel/py-Products.validation/Makefile
  head/devel/py-Record/Makefile
  head/devel/py-ZopeUndo/Makefile
  head/devel/py-archetypes.querywidget/Makefile
  head/devel/py-archetypes.referencebrowserwidget/Makefile
  head/devel/py-archetypes.schemaextender/Makefile

Modified: head/devel/py-Products.PloneTestCase/Makefile
==============================================================================
--- head/devel/py-Products.PloneTestCase/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.PloneTestCase/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,9 +2,11 @@
 
 PORTNAME=	Products.PloneTestCase
 PORTVERSION=	0.9.17
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Integration testing framework for Plone
@@ -21,12 +23,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3
 
-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.PluginRegistry/Makefile
==============================================================================
--- head/devel/py-Products.PluginRegistry/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.PluginRegistry/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -3,9 +3,11 @@
 PORTNAME=	Products.PluginRegistry
 PORTVERSION=	1.3
 PORTEPOCH=	1
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Configure application plugins based on interfaces
@@ -14,11 +16,9 @@ LICENSE=	ZPL21
 
 RUN_DEPENDS=	${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.PortalTransforms/Makefile
==============================================================================
--- head/devel/py-Products.PortalTransforms/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.PortalTransforms/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,9 +2,11 @@
 
 PORTNAME=	Products.PortalTransforms
 PORTVERSION=	2.1.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	MIME based content transformations
@@ -21,11 +23,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plon
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
 		${PYTHON_PKGNAMEPREFIX}markdown>=1.7:${PORTSDIR}/textproc/py-markdown
 
-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.PythonScripts/Makefile
==============================================================================
--- head/devel/py-Products.PythonScripts/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.PythonScripts/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Products.PythonScripts
 PORTVERSION=	2.13.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,10 +20,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Acce
 		${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:${PORTSDIR}/security/py-RestrictedPython \
 		${PYTHON_PKGNAMEPREFIX}zExceptions>=0:${PORTSDIR}/devel/py-zExceptions
 
-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.ResourceRegistries/Makefile
==============================================================================
--- head/devel/py-Products.ResourceRegistries/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.ResourceRegistries/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,9 +2,11 @@
 
 PORTNAME=	Products.ResourceRegistries
 PORTVERSION=	2.2.9
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Registry for managing CSS and JS
@@ -21,12 +23,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
 		${PYTHON_PKGNAMEPREFIX}plone.app.registry>0:${PORTSDIR}/www/py-plone.app.registry
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	2
-USE_PYDISTUTILS=easy_install
-USE_ZIP=	yes
-USES=		zope
-
-NO_STAGE=	yes
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+USE_ZIP=		yes
+USES=			zope
 
 .include <bsd.port.mk>

Modified: head/devel/py-Products.StandardCacheManagers/Makefile
==============================================================================
--- head/devel/py-Products.StandardCacheManagers/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.StandardCacheManagers/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Products.StandardCacheManagers
 PORTVERSION=	2.13.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,10 +17,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Acce
 		${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \
 		${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component
 
-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.ZCTextIndex/Makefile
==============================================================================
--- head/devel/py-Products.ZCTextIndex/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.ZCTextIndex/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Products.ZCTextIndex
 PORTVERSION=	2.13.4
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,11 +21,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Acce
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
-PYEASYINSTALL_ARCHDEP=	yes
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_ZIP=		yes
 
-NO_STAGE=	yes
-
 .include <bsd.port.mk>

Modified: head/devel/py-Products.ZCatalog/Makefile
==============================================================================
--- head/devel/py-Products.ZCatalog/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.ZCatalog/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Products.ZCatalog
 PORTVERSION=	2.13.23
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,10 +30,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Acce
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
 		${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing
 
-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.ZSQLMethods/Makefile
==============================================================================
--- head/devel/py-Products.ZSQLMethods/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.ZSQLMethods/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,9 +2,11 @@
 
 PORTNAME=	Products.ZSQLMethods
 PORTVERSION=	2.13.4
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	SQL method support for Zope 2
@@ -21,11 +23,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Acqu
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
-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.ZopeVersionControl/Makefile
==============================================================================
--- head/devel/py-Products.ZopeVersionControl/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.ZopeVersionControl/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,9 +2,11 @@
 
 PORTNAME=	Products.ZopeVersionControl
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope Version Control
@@ -17,12 +19,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${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
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+USE_ZIP=		yes
 #USES=		zope
 
-NO_STAGE=	yes
-
 .include <bsd.port.mk>

Modified: head/devel/py-Products.contentmigration/Makefile
==============================================================================
--- head/devel/py-Products.contentmigration/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.contentmigration/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,20 +2,20 @@
 
 PORTNAME=	Products.contentmigration
 PORTVERSION=	2.1.5
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Generic content migration framework for Plone
 
 LICENSE=	LGPL20
 
-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.statusmessages/Makefile
==============================================================================
--- head/devel/py-Products.statusmessages/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.statusmessages/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,24 +2,24 @@
 
 PORTNAME=	Products.statusmessages
 PORTVERSION=	4.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Handling of internationalized status messages for Zope
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope.annotation \
 		${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
-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.validation/Makefile
==============================================================================
--- head/devel/py-Products.validation/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Products.validation/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,9 +2,11 @@
 
 PORTNAME=	Products.validation
 PORTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Data validation package for Archetypes
@@ -17,11 +19,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \
 		${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime
 
-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-Record/Makefile
==============================================================================
--- head/devel/py-Record/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-Record/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Record
 PORTVERSION=	2.13.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +15,9 @@ LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass
 
-PYEASYINSTALL_ARCHDEP=	yes
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_ZIP=		yes
 
-NO_STAGE=	yes
-
 .include <bsd.port.mk>

Modified: head/devel/py-ZopeUndo/Makefile
==============================================================================
--- head/devel/py-ZopeUndo/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-ZopeUndo/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ZopeUndo
 PORTVERSION=	2.12.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +13,9 @@ COMMENT=	ZODB undo support for Zope2
 
 LICENSE=	ZPL21
 
-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-archetypes.querywidget/Makefile
==============================================================================
--- head/devel/py-archetypes.querywidget/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-archetypes.querywidget/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,9 +2,11 @@
 
 PORTNAME=	archetypes.querywidget
 PORTVERSION=	1.0.9
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Widget for creating catalog queries
@@ -14,11 +16,9 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plone.app.querystring>=1.0.3:${PORTSDIR}/www/py-plone.app.querystring \
 		${PYTHON_PKGNAMEPREFIX}plone.app.jquerytools>=0:${PORTSDIR}/www/py-plone.app.jquerytools
 
-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-archetypes.referencebrowserwidget/Makefile
==============================================================================
--- head/devel/py-archetypes.referencebrowserwidget/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-archetypes.referencebrowserwidget/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,9 +2,11 @@
 
 PORTNAME=	archetypes.referencebrowserwidget
 PORTVERSION=	2.4.19
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Implementation of referencebrowser widget for Archetypes
@@ -17,11 +19,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}plone.app.form>=0:${PORTSDIR}/www/py-plone.app.form \
 		${PYTHON_PKGNAMEPREFIX}plone.app.jquerytools>=1.1:${PORTSDIR}/www/py-plone.app.jquerytools
 
-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-archetypes.schemaextender/Makefile
==============================================================================
--- head/devel/py-archetypes.schemaextender/Makefile	Sun Jan 26 11:57:13 2014	(r341161)
+++ head/devel/py-archetypes.schemaextender/Makefile	Sun Jan 26 12:01:03 2014	(r341162)
@@ -2,9 +2,11 @@
 
 PORTNAME=	archetypes.schemaextender
 PORTVERSION=	2.1.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Dynamically extend Archetypes schemas with named adapters
@@ -13,11 +15,9 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid
 
-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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401261201.s0QC13EA014499>