Date: Mon, 29 Dec 2008 04:26:32 +0800 (CST) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: neal@nelson.name Subject: ports/130001: [PATCH] devel/py-zopeInterface: update to 3.5.0 and update py-twisted-* Message-ID: <200812282026.mBSKQWis087984@lucky7.cs.nctu.edu.tw> Resent-Message-ID: <200812282050.mBSKo1uM017640@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130001 >Category: ports >Synopsis: [PATCH] devel/py-zopeInterface: update to 3.5.0 and update py-twisted-* >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 28 20:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD lucky7 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sat Dec 6 14:59:58 CST >Description: - Update to 3.5.0 And also, please see http://people.freebsd.org/~lwhsu/twisted_20081222.diff for the update of twisted-* ports. This patch file contains: - Update py-twisted-* to 8.1.0 - turn devel/py-twisted into a meta port. - Update USE_TWISTED{,_BUILD,_RUN} in bsd.python.mk: * Remove flow, pair, xish, which are deprecated * Remove USE_TWISTED=13 * Fix typos in twisted components _DEPENDS Port maintainer (neal@nelson.name) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py25-zopeInterface-3.5.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/py-zopeInterface/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 19 Dec 2008 14:31:29 -0000 1.11 +++ Makefile 28 Dec 2008 20:07:53 -0000 @@ -6,7 +6,7 @@ # PORTNAME= zopeInterface -PORTVERSION= 3.4.1 +PORTVERSION= 3.5.0 CATEGORIES= devel zope python MASTER_SITES= http://cheeseshop.python.org/packages/source/z/zope.interface/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,16 +17,11 @@ FETCH_CMD= fetch -RP +USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_NOEGGINFO= yes PYDISTUTILS_PKGNAME= zope.interface PYEASYINSTALL_ARCHDEP= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -MANUAL_PACKAGE_BUILD= does not build in tinderbox environment -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/py-zopeInterface/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 19 Dec 2008 14:31:29 -0000 1.6 +++ distinfo 28 Dec 2008 20:07:53 -0000 @@ -1,3 +1,3 @@ -MD5 (zope.interface-3.4.1.tar.gz) = b085f4a774adab688e037ad32fbbf08e -SHA256 (zope.interface-3.4.1.tar.gz) = 033b0f230e55fc610d06ad1e5f058e0b449fb015481bd59bb7c9babf83941b38 -SIZE (zope.interface-3.4.1.tar.gz) = 115412 +MD5 (zope.interface-3.5.0.zip) = 478d05add7cd7faf25a2fd880a739ddb +SHA256 (zope.interface-3.5.0.zip) = 57295aeb6e09ed642c421d247de2f787125a77ef5b19b7b8589e7a3df96e25f8 +SIZE (zope.interface-3.5.0.zip) = 144211 --- py25-zopeInterface-3.5.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812282026.mBSKQWis087984>