From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 28 20:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 730601065674 for ; Sun, 28 Dec 2008 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 525CD8FC1C for ; Sun, 28 Dec 2008 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBSKo1hu017641 for ; Sun, 28 Dec 2008 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBSKo1uM017640; Sun, 28 Dec 2008 20:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 28 Dec 2008 20:50:01 GMT Resent-Message-Id: <200812282050.mBSKo1uM017640@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16C171065673 for ; Sun, 28 Dec 2008 20:40:59 +0000 (UTC) (envelope-from lwhsu@lucky7.cs.nctu.edu.tw) Received: from lucky7.cs.nctu.edu.tw (lucky7.cs.nctu.edu.tw [140.113.17.237]) by mx1.freebsd.org (Postfix) with ESMTP id BD4478FC21 for ; Sun, 28 Dec 2008 20:40:58 +0000 (UTC) (envelope-from lwhsu@lucky7.cs.nctu.edu.tw) Received: from lucky7.cs.nctu.edu.tw (localhost [127.0.0.1]) by lucky7.cs.nctu.edu.tw (8.14.3/8.14.3) with ESMTP id mBSKQWoe087997; Mon, 29 Dec 2008 04:26:32 +0800 (CST) (envelope-from lwhsu@lucky7.cs.nctu.edu.tw) Received: (from lwhsu@localhost) by lucky7.cs.nctu.edu.tw (8.14.3/8.14.3/Submit) id mBSKQWis087984; Mon, 29 Dec 2008 04:26:32 +0800 (CST) (envelope-from lwhsu) Message-Id: <200812282026.mBSKQWis087984@lucky7.cs.nctu.edu.tw> Date: Mon, 29 Dec 2008 04:26:32 +0800 (CST) From: Li-Wen Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: neal@nelson.name Subject: ports/130001: [PATCH] devel/py-zopeInterface: update to 3.5.0 and update py-twisted-* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2008 20:50:02 -0000 >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 - -.if ${OSVERSION} < 600000 -MANUAL_PACKAGE_BUILD= does not build in tinderbox environment -.endif - -.include +.include 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: