svn commit: r404783 - head/devel/py-zope.component

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 29 20:02:54 UTC 2015


Author: sunpoet
Date: Tue Dec 29 20:02:53 2015
New Revision: 404783
URL: https://svnweb.freebsd.org/changeset/ports/404783

Log:
  - Update to 4.2.2
  - Add NO_ARCH
  
  Changes:	https://github.com/zopefoundation/zope.component/blob/master/CHANGES.rst
  PR:		204878
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 31 days)

Modified:
  head/devel/py-zope.component/Makefile
  head/devel/py-zope.component/distinfo

Modified: head/devel/py-zope.component/Makefile
==============================================================================
--- head/devel/py-zope.component/Makefile	Tue Dec 29 20:02:47 2015	(r404782)
+++ head/devel/py-zope.component/Makefile	Tue Dec 29 20:02:53 2015	(r404783)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zope.component
-PORTVERSION=	3.12.1
+PORTVERSION=	4.2.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,11 @@ COMMENT=	Zope Component Architecture
 LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-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=	${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \
+		${PYTHON_PKGNAMEPREFIX}zope.interface>=4.1.0:${PORTSDIR}/devel/py-zope.interface
 
-USES=		python:2 zip
+NO_ARCH=	yes
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-zope.component/distinfo
==============================================================================
--- head/devel/py-zope.component/distinfo	Tue Dec 29 20:02:47 2015	(r404782)
+++ head/devel/py-zope.component/distinfo	Tue Dec 29 20:02:53 2015	(r404783)
@@ -1,2 +1,2 @@
-SHA256 (zope/zope.component-3.12.1.zip) = b954f2efa11f0409dd9f94364abe823b4f04f2ca4902fd89a99bd0648f378de0
-SIZE (zope/zope.component-3.12.1.zip) = 127498
+SHA256 (zope/zope.component-4.2.2.tar.gz) = 282c112b55dd8e3c869a3571f86767c150ab1284a9ace2bdec226c592acaf81a
+SIZE (zope/zope.component-4.2.2.tar.gz) = 546598


More information about the svn-ports-head mailing list