Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 21:02:29 +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: r338824 - in head/devel: py-zope.broken py-zope.browser py-zope.browsermenu py-zope.browserpage py-zope.browserresource py-zope.cachedescriptors py-zope.component py-zope.componentvocab...
Message-ID:  <201401052102.s05L2T2K076138@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Jan  5 21:02:29 2014
New Revision: 338824
URL: http://svnweb.freebsd.org/changeset/ports/338824

Log:
  - stop using easy_install for installing
  - convert to autogenerated packing list
  - bump PORTREVISION because the resulting packages changed
  - add staging support as side effect of PYDISTUTILS_AUTOPLIST
  - move DIST_SUBDIR to more appropriate Makefile "section", and add it where
    it is missing

Deleted:
  head/devel/py-zope.broken/pkg-plist
  head/devel/py-zope.browser/pkg-plist
  head/devel/py-zope.browsermenu/pkg-plist
  head/devel/py-zope.browserpage/pkg-plist
  head/devel/py-zope.browserresource/pkg-plist
  head/devel/py-zope.cachedescriptors/pkg-plist
  head/devel/py-zope.component/pkg-plist
  head/devel/py-zope.componentvocabulary/pkg-plist
  head/devel/py-zope.configuration/pkg-plist
  head/devel/py-zope.container/pkg-plist
  head/devel/py-zope.contentprovider/pkg-plist
  head/devel/py-zope.contenttype/pkg-plist
  head/devel/py-zope.copy/pkg-plist
  head/devel/py-zope.copypastemove/pkg-plist
  head/devel/py-zope.datetime/pkg-plist
  head/devel/py-zope.deferredimport/pkg-plist
  head/devel/py-zope.deprecation/pkg-plist
  head/devel/py-zope.dottedname/pkg-plist
  head/devel/py-zope.dublincore/pkg-plist
  head/devel/py-zope.error/pkg-plist
  head/devel/py-zope.event/pkg-plist
  head/devel/py-zope.exceptions/pkg-plist
  head/devel/py-zope.formlib/pkg-plist
  head/devel/py-zope.generations/pkg-plist
  head/devel/py-zope.globalrequest/pkg-plist
  head/devel/py-zope.i18n/pkg-plist
  head/devel/py-zope.interface/pkg-plist
  head/devel/py-zope.lifecycleevent/pkg-plist
  head/devel/py-zope.location/pkg-plist
  head/devel/py-zope.minmax/pkg-plist
  head/devel/py-zope.pagetemplate/pkg-plist
  head/devel/py-zope.processlifetime/pkg-plist
  head/devel/py-zope.ptresource/pkg-plist
  head/devel/py-zope.publisher/pkg-plist
  head/devel/py-zope.ramcache/pkg-plist
  head/devel/py-zope.schema/pkg-plist
  head/devel/py-zope.sequencesort/pkg-plist
Modified:
  head/devel/py-zope.broken/Makefile
  head/devel/py-zope.browser/Makefile
  head/devel/py-zope.browsermenu/Makefile
  head/devel/py-zope.browserpage/Makefile
  head/devel/py-zope.browserresource/Makefile
  head/devel/py-zope.cachedescriptors/Makefile
  head/devel/py-zope.component/Makefile
  head/devel/py-zope.componentvocabulary/Makefile
  head/devel/py-zope.configuration/Makefile
  head/devel/py-zope.container/Makefile
  head/devel/py-zope.contentprovider/Makefile
  head/devel/py-zope.contenttype/Makefile
  head/devel/py-zope.copy/Makefile
  head/devel/py-zope.copypastemove/Makefile
  head/devel/py-zope.datetime/Makefile
  head/devel/py-zope.deferredimport/Makefile
  head/devel/py-zope.deprecation/Makefile
  head/devel/py-zope.dottedname/Makefile
  head/devel/py-zope.dublincore/Makefile
  head/devel/py-zope.error/Makefile
  head/devel/py-zope.event/Makefile
  head/devel/py-zope.exceptions/Makefile
  head/devel/py-zope.filerepresentation/Makefile
  head/devel/py-zope.formlib/Makefile
  head/devel/py-zope.generations/Makefile
  head/devel/py-zope.globalrequest/Makefile
  head/devel/py-zope.i18n/Makefile
  head/devel/py-zope.i18n/distinfo
  head/devel/py-zope.interface/Makefile
  head/devel/py-zope.interface/distinfo
  head/devel/py-zope.lifecycleevent/Makefile
  head/devel/py-zope.location/Makefile
  head/devel/py-zope.minmax/Makefile
  head/devel/py-zope.pagetemplate/Makefile
  head/devel/py-zope.processlifetime/Makefile
  head/devel/py-zope.ptresource/Makefile
  head/devel/py-zope.publisher/Makefile
  head/devel/py-zope.ramcache/Makefile
  head/devel/py-zope.schema/Makefile
  head/devel/py-zope.sequencesort/Makefile

Modified: head/devel/py-zope.broken/Makefile
==============================================================================
--- head/devel/py-zope.broken/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.broken/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.broken
 PORTVERSION=	3.6.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +15,9 @@ LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
-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-zope.browser/Makefile
==============================================================================
--- head/devel/py-zope.browser/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.browser/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.browser
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +15,9 @@ LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
-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-zope.browsermenu/Makefile
==============================================================================
--- head/devel/py-zope.browsermenu/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.browsermenu/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.browsermenu
 PORTVERSION=	3.9.1
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,10 +24,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7:${PORTSDIR}/devel/py-zope.traversing \
 		${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=3.5:${PORTSDIR}/devel/py-zope.pagetemplate
 
-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-zope.browserpage/Makefile
==============================================================================
--- head/devel/py-zope.browserpage/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.browserpage/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.browserpage
 PORTVERSION=	3.12.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,9 +24,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7:${PORTSDIR}/devel/py-zope.traversing \
 		${PYTHON_PKGNAMEPREFIX}zope.browsermenu>=0:${PORTSDIR}/devel/py-zope.browsermenu
 
-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-zope.browserresource/Makefile
==============================================================================
--- head/devel/py-zope.browserresource/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.browserresource/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.browserresource
 PORTVERSION=	3.10.3
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
@@ -23,10 +24,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.8:${PORTSDIR}/devel/py-zope.publisher \
 		${PYTHON_PKGNAMEPREFIX}zope.traversing>3.7:${PORTSDIR}/devel/py-zope.traversing
 
-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-zope.cachedescriptors/Makefile
==============================================================================
--- head/devel/py-zope.cachedescriptors/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.cachedescriptors/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,20 +2,20 @@
 
 PORTNAME=	zope.cachedescriptors
 PORTVERSION=	3.5.1
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Method and property caching decorators
 
 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-zope.component/Makefile
==============================================================================
--- head/devel/py-zope.component/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.component/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -3,23 +3,22 @@
 
 PORTNAME=	zope.component
 PORTVERSION=	3.12.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope Component Architecture
 
 LICENSE=	ZPL21
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8.0:${PORTSDIR}/devel/py-zope.interface \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8.0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
 
-NO_STAGE=	yes
+USE_PYTHON=		2
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-zope.componentvocabulary/Makefile
==============================================================================
--- head/devel/py-zope.componentvocabulary/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.componentvocabulary/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.componentvocabulary
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope Component vocabularies
@@ -17,10 +19,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
 
-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-zope.configuration/Makefile
==============================================================================
--- head/devel/py-zope.configuration/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.configuration/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zope.configuration
 PORTVERSION=	3.8.0
+PORTREVISION=	1
 CATEGORIES=	devel textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,9 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema
 
-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-zope.container/Makefile
==============================================================================
--- head/devel/py-zope.container/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.container/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.container
 PORTVERSION=	3.12.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,11 +30,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
 		${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration
 
-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-zope.contentprovider/Makefile
==============================================================================
--- head/devel/py-zope.contentprovider/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.contentprovider/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.contentprovider
 PORTVERSION=	3.7.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,9 +21,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=3.5.1dev:${PORTSDIR}/devel/py-zope.schema \
 		${PYTHON_PKGNAMEPREFIX}zope.tales>=0:${PORTSDIR}/devel/py-zope.tales
 
-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-zope.contenttype/Makefile
==============================================================================
--- head/devel/py-zope.contenttype/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.contenttype/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.contenttype
 PORTVERSION=	3.5.5
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +13,9 @@ COMMENT=	Zope contenttype
 
 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-zope.copy/Makefile
==============================================================================
--- head/devel/py-zope.copy/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.copy/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.copy
 PORTVERSION=	3.5.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +15,8 @@ LICENSE=	ZPL21
 
 RUN_DEPENDS=	${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 <bsd.port.mk>

Modified: head/devel/py-zope.copypastemove/Makefile
==============================================================================
--- head/devel/py-zope.copypastemove/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.copypastemove/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.copypastemove
 PORTVERSION=	3.8.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Copy, Paste, and Move support for content components
@@ -21,10 +23,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent \
 		${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location
 
-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-zope.datetime/Makefile
==============================================================================
--- head/devel/py-zope.datetime/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.datetime/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.datetime
 PORTVERSION=	3.4.1
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +13,8 @@ COMMENT=	Commonly used date and time rel
 
 LICENSE=	ZPL21
 
-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-zope.deferredimport/Makefile
==============================================================================
--- head/devel/py-zope.deferredimport/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.deferredimport/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.deferredimport
 PORTVERSION=	3.5.3
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +15,8 @@ LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.proxy>=0:${PORTSDIR}/net/py-zope.proxy
 
-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-zope.deprecation/Makefile
==============================================================================
--- head/devel/py-zope.deprecation/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.deprecation/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -3,17 +3,17 @@
 
 PORTNAME=	zope.deprecation
 PORTVERSION=	3.5.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope 3 Deprecation Infrastructure
 
-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-zope.dottedname/Makefile
==============================================================================
--- head/devel/py-zope.dottedname/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.dottedname/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.dottedname
 PORTVERSION=	3.4.6
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +13,8 @@ COMMENT=	Resolver for Python dotted name
 
 LICENSE=	ZPL21
 
-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-zope.dublincore/Makefile
==============================================================================
--- head/devel/py-zope.dublincore/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.dublincore/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.dublincore
 PORTVERSION=	3.8.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope Dublin Core implementation
@@ -19,11 +21,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 #USES=		zope
 
-NO_STAGE=	yes
-
 .include <bsd.port.mk>

Modified: head/devel/py-zope.error/Makefile
==============================================================================
--- head/devel/py-zope.error/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.error/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.error
 PORTVERSION=	3.7.4
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Error reporting utility for Zope3
@@ -16,10 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location \
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3
 
-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-zope.event/Makefile
==============================================================================
--- head/devel/py-zope.event/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.event/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zope.event
 PORTVERSION=	3.5.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +14,8 @@ COMMENT=	Very basic event publishing sys
 
 LICENSE=	ZPL21
 
-# Python3 ready
-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-zope.exceptions/Makefile
==============================================================================
--- head/devel/py-zope.exceptions/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.exceptions/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zope.exceptions
 PORTVERSION=	4.0.0.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +16,8 @@ LICENSE=	ZPL21
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface
 
-# Python3 ready
-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-zope.filerepresentation/Makefile
==============================================================================
--- head/devel/py-zope.filerepresentation/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.filerepresentation/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.filerepresentation
 PORTVERSION=	3.6.1
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,10 +16,8 @@ LICENSE=	ZPL21
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-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-zope.formlib/Makefile
==============================================================================
--- head/devel/py-zope.formlib/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.formlib/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.formlib
 PORTVERSION=	4.0.6
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Form generation and validation library for Zope
@@ -26,11 +28,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz
 		${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing \
 		${PYTHON_PKGNAMEPREFIX}zope.datetime>=0:${PORTSDIR}/devel/py-zope.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-zope.generations/Makefile
==============================================================================
--- head/devel/py-zope.generations/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.generations/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.generations
 PORTVERSION=	3.7.1
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope application schema generations
@@ -16,10 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tran
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}zope.processlifetime>=0:${PORTSDIR}/devel/py-zope.processlifetime
 
-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-zope.globalrequest/Makefile
==============================================================================
--- head/devel/py-zope.globalrequest/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.globalrequest/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.globalrequest
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Global way of retrieving the currently active request
@@ -19,11 +21,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.app.zcmlfiles>=0:${PORTSDIR}/devel/py-zope.app.zcmlfiles \
 		${PYTHON_PKGNAMEPREFIX}zope.testbrowser>=0:${PORTSDIR}/devel/py-zope.testbrowser
 
-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-zope.i18n/Makefile
==============================================================================
--- head/devel/py-zope.i18n/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.i18n/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -3,9 +3,11 @@
 
 PORTNAME=	zope.i18n
 PORTVERSION=	3.8.0
+PORTREVISION=	1
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Zope Internationalization Support
@@ -17,10 +19,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
 
-USES=		gettext
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USES=			gettext
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-zope.i18n/distinfo
==============================================================================
--- head/devel/py-zope.i18n/distinfo	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.i18n/distinfo	Sun Jan  5 21:02:29 2014	(r338824)
@@ -1,2 +1,2 @@
-SHA256 (zope.i18n-3.8.0.tar.gz) = 753a087ca9d2df6965e787be823bfc9f1b9d3d6aa27a1f0e662b425d6bb4b610
-SIZE (zope.i18n-3.8.0.tar.gz) = 613058
+SHA256 (zope/zope.i18n-3.8.0.tar.gz) = 753a087ca9d2df6965e787be823bfc9f1b9d3d6aa27a1f0e662b425d6bb4b610
+SIZE (zope/zope.i18n-3.8.0.tar.gz) = 613058

Modified: head/devel/py-zope.interface/Makefile
==============================================================================
--- head/devel/py-zope.interface/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.interface/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -3,21 +3,19 @@
 
 PORTNAME=	zope.interface
 PORTVERSION=	3.8.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Interfaces for Python
 
 LICENSE=	ZPL21
 
-# Python 3 ready
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_NOEGGINFO=	yes
-PYEASYINSTALL_ARCHDEP=	yes
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-zope.interface/distinfo
==============================================================================
--- head/devel/py-zope.interface/distinfo	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.interface/distinfo	Sun Jan  5 21:02:29 2014	(r338824)
@@ -1,2 +1,2 @@
-SHA256 (zope.interface-3.8.0.tar.gz) = 1d5411ff82fd3a73bad6efb38deddb3f98d61d590344deb0cdd308e8aa94d3ff
-SIZE (zope.interface-3.8.0.tar.gz) = 111537
+SHA256 (zope/zope.interface-3.8.0.tar.gz) = 1d5411ff82fd3a73bad6efb38deddb3f98d61d590344deb0cdd308e8aa94d3ff
+SIZE (zope/zope.interface-3.8.0.tar.gz) = 111537

Modified: head/devel/py-zope.lifecycleevent/Makefile
==============================================================================
--- head/devel/py-zope.lifecycleevent/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.lifecycleevent/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.lifecycleevent
 PORTVERSION=	3.7.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +17,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
 		${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event
 
-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-zope.location/Makefile
==============================================================================
--- head/devel/py-zope.location/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.location/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.location
 PORTVERSION=	3.9.1
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,9 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.proxy>3.3:${PORTSDIR}/net/py-zope.proxy \
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=3.6:${PORTSDIR}/devel/py-zope.schema
 
-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-zope.minmax/Makefile
==============================================================================
--- head/devel/py-zope.minmax/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.minmax/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.minmax
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +16,8 @@ LICENSE=	ZPL21
 RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
 		${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 <bsd.port.mk>

Modified: head/devel/py-zope.pagetemplate/Makefile
==============================================================================
--- head/devel/py-zope.pagetemplate/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.pagetemplate/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.pagetemplate
 PORTVERSION=	3.6.3
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,10 +22,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
 		${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing
 
-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-zope.processlifetime/Makefile
==============================================================================
--- head/devel/py-zope.processlifetime/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.processlifetime/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.processlifetime
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +15,8 @@ LICENSE=	ZPL21
 
 RUN_DEPENDS=	${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 <bsd.port.mk>

Modified: head/devel/py-zope.ptresource/Makefile
==============================================================================
--- head/devel/py-zope.ptresource/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.ptresource/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.ptresource
 PORTVERSION=	3.9.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,9 +19,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \
 		${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 <bsd.port.mk>

Modified: head/devel/py-zope.publisher/Makefile
==============================================================================
--- head/devel/py-zope.publisher/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.publisher/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.publisher
 PORTVERSION=	3.13.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,9 +25,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:${PORTSDIR}/devel/py-zope.exceptions \
 		${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n
 
-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-zope.ramcache/Makefile
==============================================================================
--- head/devel/py-zope.ramcache/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.ramcache/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.ramcache
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope RAM Cache
@@ -16,11 +18,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3
 
-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-zope.schema/Makefile
==============================================================================
--- head/devel/py-zope.schema/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.schema/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,9 +2,11 @@
 
 PORTNAME=	zope.schema
 PORTVERSION=	4.2.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope@FreeBSD.org
 COMMENT=	Zope Interface extension for defining data schemas
@@ -14,17 +16,8 @@ LICENSE=	ZPL21
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event
 
-DIST_SUBDIR=	zope
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
-
-.include <bsd.port.pre.mk>
-
-post-install:
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/py-zope.sequencesort/Makefile
==============================================================================
--- head/devel/py-zope.sequencesort/Makefile	Sun Jan  5 20:54:38 2014	(r338823)
+++ head/devel/py-zope.sequencesort/Makefile	Sun Jan  5 21:02:29 2014	(r338824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.sequencesort
 PORTVERSION=	3.4.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +13,8 @@ COMMENT=	Very Advanced Sequence Sorting
 
 LICENSE=	ZPL21
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>



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