Date: Tue, 29 Dec 2015 20:02:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404783 - head/devel/py-zope.component Message-ID: <201512292002.tBTK2rja060589@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512292002.tBTK2rja060589>