svn commit: r338816 - in head/devel: py-zope.site py-zope.size py-zope.tales py-zope.testbrowser py-zope.testing py-zope.traversing py-zope.viewlet

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Jan 5 18:37:30 UTC 2014


Author: rm
Date: Sun Jan  5 18:37:28 2014
New Revision: 338816
URL: http://svnweb.freebsd.org/changeset/ports/338816

Log:
  - stop using easy_install for installing
  - convert to autogenerated packing list
  - bump PORTREVISION because the resulting packages changed

Deleted:
  head/devel/py-zope.site/pkg-plist
  head/devel/py-zope.size/pkg-plist
  head/devel/py-zope.tales/pkg-plist
  head/devel/py-zope.testbrowser/pkg-plist
  head/devel/py-zope.testing/pkg-plist
  head/devel/py-zope.traversing/pkg-plist
  head/devel/py-zope.viewlet/pkg-plist
Modified:
  head/devel/py-zope.site/Makefile
  head/devel/py-zope.size/Makefile
  head/devel/py-zope.tales/Makefile
  head/devel/py-zope.testbrowser/Makefile
  head/devel/py-zope.testing/Makefile
  head/devel/py-zope.traversing/Makefile
  head/devel/py-zope.viewlet/Makefile

Modified: head/devel/py-zope.site/Makefile
==============================================================================
--- head/devel/py-zope.site/Makefile	Sun Jan  5 18:10:53 2014	(r338815)
+++ head/devel/py-zope.site/Makefile	Sun Jan  5 18:37:28 2014	(r338816)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.site
 PORTVERSION=	3.9.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,9 +22,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent \
 		${PYTHON_PKGNAMEPREFIX}zope.location>=3.7.0:${PORTSDIR}/devel/py-zope.location
 
-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.size/Makefile
==============================================================================
--- head/devel/py-zope.size/Makefile	Sun Jan  5 18:10:53 2014	(r338815)
+++ head/devel/py-zope.size/Makefile	Sun Jan  5 18:37:28 2014	(r338816)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.size
 PORTVERSION=	3.5.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +16,8 @@ LICENSE=	ZPL21
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
 		${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.tales/Makefile
==============================================================================
--- head/devel/py-zope.tales/Makefile	Sun Jan  5 18:10:53 2014	(r338815)
+++ head/devel/py-zope.tales/Makefile	Sun Jan  5 18:37:28 2014	(r338816)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.tales
 PORTVERSION=	3.5.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +16,8 @@ LICENSE=	ZPL21
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.tal>=0:${PORTSDIR}/textproc/py-zope.tal \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
-USE_PYTHON=	-2.7
-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.testbrowser/Makefile
==============================================================================
--- head/devel/py-zope.testbrowser/Makefile	Sun Jan  5 18:10:53 2014	(r338815)
+++ head/devel/py-zope.testbrowser/Makefile	Sun Jan  5 18:37:28 2014	(r338816)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.testbrowser
 PORTVERSION=	4.0.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,9 +19,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mech
 		${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
 		${PYTHON_PKGNAMEPREFIX}WebTest>=0:${PORTSDIR}/www/py-WebTest
 
-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.testing/Makefile
==============================================================================
--- head/devel/py-zope.testing/Makefile	Sun Jan  5 18:10:53 2014	(r338815)
+++ head/devel/py-zope.testing/Makefile	Sun Jan  5 18:37:28 2014	(r338816)
@@ -3,9 +3,11 @@
 
 PORTNAME=	zope.testing
 PORTVERSION=	4.1.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	zope
 
 MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Zope testing helpers
@@ -15,11 +17,8 @@ LICENSE=	ZPL21
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:${PORTSDIR}/devel/py-zope.exceptions
 
-DIST_SUBDIR=	zope
-# 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.traversing/Makefile
==============================================================================
--- head/devel/py-zope.traversing/Makefile	Sun Jan  5 18:10:53 2014	(r338815)
+++ head/devel/py-zope.traversing/Makefile	Sun Jan  5 18:37:28 2014	(r338816)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.traversing
 PORTVERSION=	3.14.0
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,10 +21,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \
 		${PYTHON_PKGNAMEPREFIX}zope.location>=3.7.0:${PORTSDIR}/devel/py-zope.location
 
-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.viewlet/Makefile
==============================================================================
--- head/devel/py-zope.viewlet/Makefile	Sun Jan  5 18:10:53 2014	(r338815)
+++ head/devel/py-zope.viewlet/Makefile	Sun Jan  5 18:37:28 2014	(r338816)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zope.viewlet
 PORTVERSION=	3.7.2
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,9 +25,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
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
-
-NO_STAGE=	yes
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list