Date: Thu, 8 Dec 2011 18:13:31 -0500 (EST) From: Michael Scheidell <scheidell@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: pav@FreeBSD.org, gabor@FreeBSD.org Subject: ports/163136: [UPDATE] devel/py-thrift to 0.7.0 Message-ID: <20111208231331.B868C1D3B7@scanner.secnap.net> Resent-Message-ID: <201112082320.pB8NK6vo013495@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163136 >Category: ports >Synopsis: [UPDATE] devel/py-thrift to 0.7.0 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 08 23:20:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Michael Scheidell >Release: na >Organization: SECNAP Network Security >Environment: na >Description: thrift was upgraded from 0.6.1 to 0.7.0 This caused regression build on py-thrift to fail >How-To-Repeat: upgrade portstree, make sure you have thrift-0.7.1 make package >Fix: This patch (I would prefer some way to sync up with thrift ver Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-thrift/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 28 Aug 2011 21:05:03 -0000 1.10 +++ Makefile 8 Dec 2011 23:08:37 -0000 @@ -6,7 +6,7 @@ # PORTNAME= thrift -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 PORTEPOCH= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/py-thrift/pkg-plist,v retrieving revision 1.5 diff -u -u -r1.5 pkg-plist --- pkg-plist 28 Aug 2011 21:05:03 -0000 1.5 +++ pkg-plist 8 Dec 2011 23:08:37 -0000 @@ -32,12 +32,18 @@ %%PYTHON_SITELIBDIR%%/thrift/server/TServer.py %%PYTHON_SITELIBDIR%%/thrift/server/TServer.pyc %%PYTHON_SITELIBDIR%%/thrift/server/TServer.pyo +%%PYTHON_SITELIBDIR%%/thrift/server/TProcessPoolServer.py +%%PYTHON_SITELIBDIR%%/thrift/server/TProcessPoolServer.pyc +%%PYTHON_SITELIBDIR%%/thrift/server/TProcessPoolServer.pyo %%PYTHON_SITELIBDIR%%/thrift/server/__init__.py %%PYTHON_SITELIBDIR%%/thrift/server/__init__.pyc %%PYTHON_SITELIBDIR%%/thrift/server/__init__.pyo %%PYTHON_SITELIBDIR%%/thrift/transport/THttpClient.py %%PYTHON_SITELIBDIR%%/thrift/transport/THttpClient.pyc %%PYTHON_SITELIBDIR%%/thrift/transport/THttpClient.pyo +%%PYTHON_SITELIBDIR%%/thrift/transport/TSSLSocket.py +%%PYTHON_SITELIBDIR%%/thrift/transport/TSSLSocket.pyc +%%PYTHON_SITELIBDIR%%/thrift/transport/TSSLSocket.pyo %%PYTHON_SITELIBDIR%%/thrift/transport/TSocket.py %%PYTHON_SITELIBDIR%%/thrift/transport/TSocket.pyc %%PYTHON_SITELIBDIR%%/thrift/transport/TSocket.pyo @@ -47,6 +53,9 @@ %%PYTHON_SITELIBDIR%%/thrift/transport/TTwisted.py %%PYTHON_SITELIBDIR%%/thrift/transport/TTwisted.pyc %%PYTHON_SITELIBDIR%%/thrift/transport/TTwisted.pyo +%%PYTHON_SITELIBDIR%%/thrift/transport/TZlibTransport.py +%%PYTHON_SITELIBDIR%%/thrift/transport/TZlibTransport.pyc +%%PYTHON_SITELIBDIR%%/thrift/transport/TZlibTransport.pyo %%PYTHON_SITELIBDIR%%/thrift/transport/__init__.py %%PYTHON_SITELIBDIR%%/thrift/transport/__init__.pyc %%PYTHON_SITELIBDIR%%/thrift/transport/__init__.pyo ______________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com/ ______________________________________________________________________ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111208231331.B868C1D3B7>