diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-11 07:05:04 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-11 07:05:04 +0800 |
commit | 0ee7e45760187b5d171b51a3d27bbbbafbe3ab8e (patch) | |
tree | 054d11403e4f39209d8beaf763f8138d5a1a82a6 /devel | |
parent | 92c63df1e552f481cefdbd8bf98bdb4b32ce4f07 (diff) | |
download | freebsd-ports-gnome-0ee7e45760187b5d171b51a3d27bbbbafbe3ab8e.tar.gz freebsd-ports-gnome-0ee7e45760187b5d171b51a3d27bbbbafbe3ab8e.tar.zst freebsd-ports-gnome-0ee7e45760187b5d171b51a3d27bbbbafbe3ab8e.zip |
- Update to 0.4.0
PR: ports/151128
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer timeout (skv ; 69 days)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/thrift/Makefile | 4 | ||||
-rw-r--r-- | devel/thrift/distinfo | 6 | ||||
-rw-r--r-- | devel/thrift/files/patch-THRIFT-817 | 11 | ||||
-rw-r--r-- | devel/thrift/pkg-plist | 5 |
4 files changed, 9 insertions, 17 deletions
diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile index 4ac08d3338b2..354d63c5fbf9 100644 --- a/devel/thrift/Makefile +++ b/devel/thrift/Makefile @@ -6,8 +6,7 @@ # PORTNAME= thrift -PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTVERSION= 0.4.0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE @@ -45,6 +44,7 @@ CONFIGURE_ARGS+= \ --without-erlang \ --without-java \ --without-perl \ + --without-php \ --without-py \ --without-ruby diff --git a/devel/thrift/distinfo b/devel/thrift/distinfo index eb5871051f53..c97e9decf1c5 100644 --- a/devel/thrift/distinfo +++ b/devel/thrift/distinfo @@ -1,3 +1,3 @@ -MD5 (thrift-0.3.0.tar.gz) = a6c80ab3d8c7827365a9b40f5c9d66a3 -SHA256 (thrift-0.3.0.tar.gz) = 4bc4e133275380dc155772a66477f3b50a782f4800c2d9a1af4a32689d00bf21 -SIZE (thrift-0.3.0.tar.gz) = 1187866 +MD5 (thrift-0.4.0.tar.gz) = bb8466e5b884e9edef862a64f57abe38 +SHA256 (thrift-0.4.0.tar.gz) = 7cb8825a8888686ed6a9e229c9e9fcd9878a4af623785e1b22cdcc01a578d248 +SIZE (thrift-0.4.0.tar.gz) = 1206710 diff --git a/devel/thrift/files/patch-THRIFT-817 b/devel/thrift/files/patch-THRIFT-817 index 87aed3e668f8..e69de29bb2d1 100644 --- a/devel/thrift/files/patch-THRIFT-817 +++ b/devel/thrift/files/patch-THRIFT-817 @@ -1,11 +0,0 @@ ---- lib/cpp/src/concurrency/Mutex.h (revision 986202) -+++ lib/cpp/src/concurrency/Mutex.h (working copy) -@@ -133,7 +133,7 @@ - // as to whether we're doing acquireRead() or acquireWrite(). - enum RWGuardType { - RW_READ = 0, -- RW_WRITE = 1, -+ RW_WRITE = 1 - }; - - diff --git a/devel/thrift/pkg-plist b/devel/thrift/pkg-plist index fdb1522f0455..675ccd045da9 100644 --- a/devel/thrift/pkg-plist +++ b/devel/thrift/pkg-plist @@ -1,10 +1,10 @@ +@comment $FreeBSD$ bin/thrift include/thrift/TApplicationException.h include/thrift/TLogging.h include/thrift/TProcessor.h include/thrift/TReflectionLocal.h include/thrift/Thrift.h -include/thrift/config.h include/thrift/concurrency/Exception.h include/thrift/concurrency/FunctionRunner.h include/thrift/concurrency/Monitor.h @@ -14,6 +14,7 @@ include/thrift/concurrency/Thread.h include/thrift/concurrency/ThreadManager.h include/thrift/concurrency/TimerManager.h include/thrift/concurrency/Util.h +include/thrift/config.h include/thrift/processor/PeekProcessor.h include/thrift/processor/StatsProcessor.h include/thrift/protocol/TBase64Utils.h @@ -35,6 +36,8 @@ include/thrift/transport/TBufferTransports.h include/thrift/transport/TFDTransport.h include/thrift/transport/TFileTransport.h include/thrift/transport/THttpClient.h +include/thrift/transport/THttpServer.h +include/thrift/transport/THttpTransport.h include/thrift/transport/TServerSocket.h include/thrift/transport/TServerTransport.h include/thrift/transport/TShortReadTransport.h |