Bug 163136 - [UPDATE] devel/py-thrift to 0.7.0
Summary: [UPDATE] devel/py-thrift to 0.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-08 23:20 UTC by Michael Scheidell
Modified: 2011-12-23 12:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scheidell freebsd_committer freebsd_triage 2011-12-08 23:20:06 UTC
	thrift was upgraded from 0.6.1 to 0.7.0
	This caused regression build on py-thrift to fail

Fix: This patch (I would prefer some way to sync up with thrift ver


______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.spammertrap.com/
______________________________________________________________________--NtBxXNziwTz7C1g81d6TamTo1FGZSHJuwCaH6kQoiR6NvuL8
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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
How-To-Repeat: 	upgrade portstree, make sure you have thrift-0.7.1
	make package
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-08 23:20:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-08 23:20:25 UTC
Maintainer of devel/py-thrift,

Please note that PR ports/163136 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/163136

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-08 23:20:28 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2011-12-14 21:41:42 UTC
State Changed
From-To: feedback->suspended
Comment 5 Michael Scheidell freebsd_committer freebsd_triage 2011-12-17 14:51:03 UTC
State Changed
From-To: suspended->feedback

Waiting for feedback from maintainer.
Comment 6 Michael Scheidell freebsd_committer freebsd_triage 2011-12-23 12:16:46 UTC
State Changed
From-To: feedback->closed

Already committed by pav
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-12-23 12:41:31 UTC
scheidell    2011-12-23 12:41:16 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-thrift      Makefile pkg-plist 
  Log:
  - Update to 0.7.0 to unbreak build after thrift was updated to 0.7.0
  
  PR:             ports/163136
  Approved by:    gabor (mentor)
  
  Revision  Changes    Path
  1.12      +1 -3      ports/devel/py-thrift/Makefile
  1.6       +9 -0      ports/devel/py-thrift/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"