From scheidell@secnap.net  Thu Dec  8 23:13:33 2011
Return-Path: <scheidell@secnap.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1F8BD106564A;
	Thu,  8 Dec 2011 23:13:33 +0000 (UTC)
	(envelope-from scheidell@secnap.net)
Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [204.89.241.253])
	by mx1.freebsd.org (Postfix) with ESMTP id CE3738FC0A;
	Thu,  8 Dec 2011 23:13:32 +0000 (UTC)
Received: from mx1.secnap.com.ionspam.net (mx1.secnap.com.ionspam.net [10.70.1.253])
	by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id 73CDC621C0A;
	Thu,  8 Dec 2011 18:13:32 -0500 (EST)
Received: from scanner.secnap.net (unknown [10.70.1.4])
	by mx1.secnap.com.ionspam.net (Postfix) with ESMTP id C7297621C09;
	Thu,  8 Dec 2011 18:13:31 -0500 (EST)
Received: by scanner.secnap.net (Postfix, from userid 1001)
	id B868C1D3B7; Thu,  8 Dec 2011 18:13:31 -0500 (EST)
Message-Id: <20111208231331.B868C1D3B7@scanner.secnap.net>
Date: Thu,  8 Dec 2011 18:13:31 -0500 (EST)
From: Michael Scheidell <scheidell@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gabor@freebsd.org,pav@freebsd.org
Subject: [UPDATE] devel/py-thrift to 0.7.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jdugan@x1024.net

>Number:         163136
>Category:       ports
>Synopsis:       [UPDATE] devel/py-thrift to 0.7.0
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 08 23:20:06 UTC 2011
>Closed-Date:    Fri Dec 23 12:17:31 UTC 2011
>Last-Modified:  Fri Dec 23 12:50:10 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 8 23:20:23 UTC 2011 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163136 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Dec 8 23:20:28 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163136 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jdugan@x1024.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/163136: [UPDATE] devel/py-thrift to 0.7.0
Date: Thu, 8 Dec 2011 23:20:25 UT

 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
State-Changed-From-To: feedback->suspended  
State-Changed-By: scheidell 
State-Changed-When: Wed Dec 14 21:41:42 UTC 2011 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=163136 
State-Changed-From-To: suspended->feedback  
State-Changed-By: scheidell 
State-Changed-When: Sat Dec 17 14:51:03 UTC 2011 
State-Changed-Why:  
Waiting for feedback from maintainer. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=163136 
State-Changed-From-To: feedback->closed  
State-Changed-By: scheidell 
State-Changed-When: Fri Dec 23 12:16:46 UTC 2011 
State-Changed-Why:  
Already committed by pav 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163136 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163136: commit references a PR
Date: Fri, 23 Dec 2011 12:41:31 +0000 (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"
 
>Unformatted:
