mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to Apache Incubator snapshot as of 20090622.
This commit is contained in:
parent
d558b3f08b
commit
f32fa7e442
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237106
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= thrift
|
||||
PORTVERSION= 20070917
|
||||
PORTVERSION= 20090622
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= py-
|
||||
DISTFILES=
|
||||
@ -14,8 +14,6 @@ DISTFILES=
|
||||
MAINTAINER= jdugan@x1024.net
|
||||
COMMENT= Python interface to Thrift
|
||||
|
||||
BROKEN= needs updating for Apache Incubator version
|
||||
|
||||
EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
|
||||
|
||||
USE_PYTHON= yes
|
||||
@ -25,4 +23,10 @@ post-extract:
|
||||
@${LN} -sfh \
|
||||
`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/py ${WRKSRC}
|
||||
|
||||
do-patch:
|
||||
${REINPLACE_CMD} "/name = '/s/Thrift/thrift/" \
|
||||
${WRKSRC}/setup.py
|
||||
${REINPLACE_CMD} "/version = '/s/0\.1/${PORTVERSION}/" \
|
||||
${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,21 +0,0 @@
|
||||
*** setup.py.orig Wed Dec 12 16:38:52 2007
|
||||
--- setup.py Wed Dec 12 16:39:23 2007
|
||||
***************
|
||||
*** 12,19 ****
|
||||
sources = ['src/protocol/fastbinary.c'],
|
||||
)
|
||||
|
||||
! setup(name = 'Thrift',
|
||||
! version = '1.0',
|
||||
description = 'Thrift Python Libraries',
|
||||
author = ['Mark Slee'],
|
||||
author_email = ['mcslee@facebook.com'],
|
||||
--- 12,19 ----
|
||||
sources = ['src/protocol/fastbinary.c'],
|
||||
)
|
||||
|
||||
! setup(name = 'thrift',
|
||||
! version = '20070917',
|
||||
description = 'Thrift Python Libraries',
|
||||
author = ['Mark Slee'],
|
||||
author_email = ['mcslee@facebook.com'],
|
@ -1,3 +1,3 @@
|
||||
Python interface to Thrift.
|
||||
|
||||
WWW: http://developers.facebook.com/thrift/
|
||||
WWW: http://incubator.apache.org/thrift/
|
||||
|
@ -17,18 +17,12 @@
|
||||
%%PYTHON_SITELIBDIR%%/thrift/protocol/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/protocol/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/thrift/protocol/fastbinary.so
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/limited/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/limited/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/limited/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/limited/constants.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/limited/constants.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/limited/constants.pyo
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/limited/ttypes.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/limited/ttypes.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/reflection/limited/ttypes.pyo
|
||||
%%PYTHON_SITELIBDIR%%/thrift/server/THttpServer.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/server/THttpServer.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/server/THttpServer.pyo
|
||||
%%PYTHON_SITELIBDIR%%/thrift/server/TNonblockingServer.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/server/TNonblockingServer.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/server/TNonblockingServer.pyo
|
||||
%%PYTHON_SITELIBDIR%%/thrift/server/TServer.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/server/TServer.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/server/TServer.pyo
|
||||
@ -44,12 +38,13 @@
|
||||
%%PYTHON_SITELIBDIR%%/thrift/transport/TTransport.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/transport/TTransport.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/transport/TTransport.pyo
|
||||
%%PYTHON_SITELIBDIR%%/thrift/transport/TTwisted.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/transport/TTwisted.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/transport/TTwisted.pyo
|
||||
%%PYTHON_SITELIBDIR%%/thrift/transport/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/thrift/transport/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/thrift/transport/__init__.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/thrift/transport
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/thrift/server
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/thrift/reflection/limited
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/thrift/reflection
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/thrift/protocol
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/thrift
|
||||
|
Loading…
Reference in New Issue
Block a user