Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2011 15:16:53 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160256: [PATCH] devel/py-thrift: unbreak
Message-ID:  <201108281516.p7SFGrrJ097328@red.freebsd.org>
Resent-Message-ID: <201108281520.p7SFKEhX041668@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160256
>Category:       ports
>Synopsis:       [PATCH] devel/py-thrift: unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 15:20:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA1
>Organization:
>Environment:
9.0-BETA1 i386
>Description:
Unbreak by align this slave port version (0.5.0) to master port's version (0.6.1) and by adding new file to pkg-plist. 

build log: http://208.43.160.235/tb/8.2/py27-thrift-0.6.1,1.log
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa py-thrift.orig/Makefile py-thrift/Makefile
--- py-thrift.orig/Makefile	2011-08-27 01:01:00.000000000 +0400
+++ py-thrift/Makefile	2011-08-27 11:15:07.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	thrift
-PORTVERSION=	0.5.0
+PORTVERSION=	0.6.1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,8 +17,6 @@
 
 EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
 
-BROKEN=		does not package
-
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
diff -ruNa py-thrift.orig/pkg-plist py-thrift/pkg-plist
--- py-thrift.orig/pkg-plist	2010-08-20 15:07:15.000000000 +0400
+++ py-thrift/pkg-plist	2011-08-27 11:26:04.000000000 +0400
@@ -13,6 +13,9 @@
 %%PYTHON_SITELIBDIR%%/thrift/protocol/TBinaryProtocol.py
 %%PYTHON_SITELIBDIR%%/thrift/protocol/TBinaryProtocol.pyc
 %%PYTHON_SITELIBDIR%%/thrift/protocol/TBinaryProtocol.pyo
+%%PYTHON_SITELIBDIR%%/thrift/protocol/TCompactProtocol.py
+%%PYTHON_SITELIBDIR%%/thrift/protocol/TCompactProtocol.pyc
+%%PYTHON_SITELIBDIR%%/thrift/protocol/TCompactProtocol.pyo
 %%PYTHON_SITELIBDIR%%/thrift/protocol/TProtocol.py
 %%PYTHON_SITELIBDIR%%/thrift/protocol/TProtocol.pyc
 %%PYTHON_SITELIBDIR%%/thrift/protocol/TProtocol.pyo


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108281516.p7SFGrrJ097328>