diff --git a/devel/rubygem-thrift/distinfo b/devel/rubygem-thrift/distinfo index 64a5d4ab25d6..1cc94f7cd25e 100644 --- a/devel/rubygem-thrift/distinfo +++ b/devel/rubygem-thrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614981436 -SHA256 (rubygem/thrift-0.14.0.gem) = b648fdec62324fcc6b1c420248c63bc2d6b819303d6122b228294fc2284798ec -SIZE (rubygem/thrift-0.14.0.gem) = 75776 +TIMESTAMP = 1665845770 +SHA256 (rubygem/thrift-0.16.0.gem) = d023286ea89e30444c9f1c28dd76107f87d8aaf85fe1742da1d8cd3b5417dcce +SIZE (rubygem/thrift-0.16.0.gem) = 75776 diff --git a/devel/thrift-c_glib/pkg-plist b/devel/thrift-c_glib/pkg-plist index 160706a926dc..c9ef9f2c9220 100644 --- a/devel/thrift-c_glib/pkg-plist +++ b/devel/thrift-c_glib/pkg-plist @@ -1,39 +1,45 @@ @comment bin/thrift include/thrift/config.h include/thrift/c_glib/processor/thrift_dispatch_processor.h include/thrift/c_glib/processor/thrift_multiplexed_processor.h include/thrift/c_glib/processor/thrift_processor.h include/thrift/c_glib/protocol/thrift_binary_protocol.h include/thrift/c_glib/protocol/thrift_binary_protocol_factory.h include/thrift/c_glib/protocol/thrift_compact_protocol.h include/thrift/c_glib/protocol/thrift_compact_protocol_factory.h include/thrift/c_glib/protocol/thrift_multiplexed_protocol.h include/thrift/c_glib/protocol/thrift_protocol.h include/thrift/c_glib/protocol/thrift_protocol_decorator.h include/thrift/c_glib/protocol/thrift_protocol_factory.h include/thrift/c_glib/protocol/thrift_stored_message_protocol.h include/thrift/c_glib/server/thrift_server.h include/thrift/c_glib/server/thrift_simple_server.h include/thrift/c_glib/thrift.h include/thrift/c_glib/thrift_application_exception.h include/thrift/c_glib/thrift_configuration.h include/thrift/c_glib/thrift_struct.h include/thrift/c_glib/transport/thrift_buffered_transport.h include/thrift/c_glib/transport/thrift_buffered_transport_factory.h include/thrift/c_glib/transport/thrift_fd_transport.h include/thrift/c_glib/transport/thrift_framed_transport.h include/thrift/c_glib/transport/thrift_framed_transport_factory.h include/thrift/c_glib/transport/thrift_memory_buffer.h include/thrift/c_glib/transport/thrift_platform_socket.h include/thrift/c_glib/transport/thrift_server_socket.h include/thrift/c_glib/transport/thrift_server_transport.h include/thrift/c_glib/transport/thrift_socket.h include/thrift/c_glib/transport/thrift_ssl_socket.h include/thrift/c_glib/transport/thrift_transport.h include/thrift/c_glib/transport/thrift_transport_factory.h +include/thrift/c_glib/transport/thrift_zlib_transport.h +include/thrift/c_glib/transport/thrift_zlib_transport_factory.h lib/libthrift_c_glib.so lib/libthrift_c_glib.so.%%PORTVERSION%% +lib/libthrift_c_glib_zlib.so +lib/libthrift_c_glib_zlib.so.%%PORTVERSION%% lib/cmake/thrift/ThriftConfig.cmake lib/cmake/thrift/ThriftConfigVersion.cmake lib/cmake/thrift/thrift_c_glibTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/thrift/thrift_c_glibTargets.cmake +lib/cmake/thrift/thrift_c_glib_zlibTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/thrift/thrift_c_glib_zlibTargets.cmake diff --git a/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp b/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp index 143758d0a644..61863fdc2fa9 100644 --- a/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp +++ b/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_SocketCommon.cpp @@ -1,14 +1,14 @@ ---- lib/cpp/src/thrift/transport/SocketCommon.cpp.orig 2021-03-05 23:09:13 UTC +--- lib/cpp/src/thrift/transport/SocketCommon.cpp.orig 2022-01-20 19:36:56 UTC +++ lib/cpp/src/thrift/transport/SocketCommon.cpp -@@ -24,6 +24,11 @@ +@@ -26,6 +26,11 @@ - #ifndef _WIN32 + #include +#include +#include +#include +#include + - #include - - #ifdef HAVE_UNISTD_H + namespace apache { + namespace thrift { + namespace transport { diff --git a/devel/thrift-cpp/pkg-plist b/devel/thrift-cpp/pkg-plist index c6aa7553fa6c..d50af49a4d15 100644 --- a/devel/thrift-cpp/pkg-plist +++ b/devel/thrift-cpp/pkg-plist @@ -1,117 +1,118 @@ @comment bin/thrift include/thrift/TApplicationException.h include/thrift/TBase.h include/thrift/TConfiguration.h include/thrift/TDispatchProcessor.h include/thrift/TLogging.h +include/thrift/TNonCopyable.h include/thrift/TOutput.h include/thrift/TProcessor.h include/thrift/TToString.h include/thrift/Thrift.h include/thrift/async/TAsyncBufferProcessor.h include/thrift/async/TAsyncChannel.h include/thrift/async/TAsyncDispatchProcessor.h include/thrift/async/TAsyncProcessor.h include/thrift/async/TAsyncProtocolProcessor.h include/thrift/async/TConcurrentClientSyncInfo.h include/thrift/async/TEvhttpClientChannel.h include/thrift/async/TEvhttpServer.h include/thrift/concurrency/Exception.h include/thrift/concurrency/FunctionRunner.h include/thrift/concurrency/Monitor.h include/thrift/concurrency/Mutex.h include/thrift/concurrency/Thread.h include/thrift/concurrency/ThreadFactory.h include/thrift/concurrency/ThreadManager.h include/thrift/concurrency/TimerManager.h include/thrift/config.h include/thrift/processor/PeekProcessor.h include/thrift/processor/StatsProcessor.h include/thrift/processor/TMultiplexedProcessor.h include/thrift/protocol/TBase64Utils.h include/thrift/protocol/TBinaryProtocol.h include/thrift/protocol/TBinaryProtocol.tcc include/thrift/protocol/TCompactProtocol.h include/thrift/protocol/TCompactProtocol.tcc include/thrift/protocol/TDebugProtocol.h include/thrift/protocol/TEnum.h include/thrift/protocol/THeaderProtocol.h include/thrift/protocol/TJSONProtocol.h include/thrift/protocol/TList.h include/thrift/protocol/TMap.h include/thrift/protocol/TMultiplexedProtocol.h include/thrift/protocol/TProtocol.h include/thrift/protocol/TProtocolDecorator.h include/thrift/protocol/TProtocolException.h include/thrift/protocol/TProtocolTap.h include/thrift/protocol/TProtocolTypes.h include/thrift/protocol/TSet.h include/thrift/protocol/TVirtualProtocol.h include/thrift/qt/TQIODeviceTransport.h include/thrift/qt/TQTcpServer.h include/thrift/server/TConnectedClient.h include/thrift/server/TNonblockingServer.h include/thrift/server/TServer.h include/thrift/server/TServerFramework.h include/thrift/server/TSimpleServer.h include/thrift/server/TThreadPoolServer.h include/thrift/server/TThreadedServer.h include/thrift/thrift-config.h include/thrift/thrift_export.h include/thrift/transport/PlatformSocket.h include/thrift/transport/SocketCommon.h include/thrift/transport/TBufferTransports.h include/thrift/transport/TFDTransport.h include/thrift/transport/TFileTransport.h include/thrift/transport/THeaderTransport.h include/thrift/transport/THttpClient.h include/thrift/transport/THttpServer.h include/thrift/transport/THttpTransport.h include/thrift/transport/TNonblockingSSLServerSocket.h include/thrift/transport/TNonblockingServerSocket.h include/thrift/transport/TNonblockingServerTransport.h include/thrift/transport/TPipe.h include/thrift/transport/TPipeServer.h include/thrift/transport/TSSLServerSocket.h include/thrift/transport/TSSLSocket.h include/thrift/transport/TServerSocket.h include/thrift/transport/TServerTransport.h include/thrift/transport/TShortReadTransport.h include/thrift/transport/TSimpleFileTransport.h include/thrift/transport/TSocket.h include/thrift/transport/TSocketPool.h include/thrift/transport/TSocketUtils.h include/thrift/transport/TTransport.h include/thrift/transport/TTransportException.h include/thrift/transport/TTransportUtils.h include/thrift/transport/TVirtualTransport.h include/thrift/transport/TWebSocketServer.h include/thrift/transport/TZlibTransport.h include/thrift/windows/GetTimeOfDay.h include/thrift/windows/Operators.h include/thrift/windows/OverlappedSubmissionThread.h include/thrift/windows/SocketPair.h include/thrift/windows/Sync.h include/thrift/windows/TWinsockSingleton.h include/thrift/windows/WinFcntl.h include/thrift/windows/config.h lib/libthrift.so lib/libthrift.so.0 lib/libthrift.so.%%PORTVERSION%% lib/libthriftnb.so lib/libthriftnb.so.0 lib/libthriftnb.so.%%PORTVERSION%% lib/libthriftz.so lib/libthriftz.so.0 lib/libthriftz.so.%%PORTVERSION%% lib/cmake/thrift/ThriftConfig.cmake lib/cmake/thrift/ThriftConfigVersion.cmake lib/cmake/thrift/thriftTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/thrift/thriftTargets.cmake lib/cmake/thrift/thriftnbTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/thrift/thriftnbTargets.cmake lib/cmake/thrift/thriftzTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/thrift/thriftzTargets.cmake libdata/pkgconfig/thrift-nb.pc libdata/pkgconfig/thrift-z.pc libdata/pkgconfig/thrift.pc diff --git a/devel/thrift/bsd.thrift.mk b/devel/thrift/bsd.thrift.mk index 230d6705b29e..048e2fd3bd14 100644 --- a/devel/thrift/bsd.thrift.mk +++ b/devel/thrift/bsd.thrift.mk @@ -1,9 +1,10 @@ # to use: # in your makefile, set: # PORTVERSION= ${THRIFT_PORTVERSION} # see $PORTSDIR/devel/thrift for examples -THRIFT_PORTVERSION= 0.14.0 +THRIFT_PORTVERSION= 0.16.0 +MASTER_SITE_APACHE+= https://archive.apache.org/dist/%SUBDIR%/ CONFIGURE_ARGS+= \ --without-tests diff --git a/devel/thrift/distinfo b/devel/thrift/distinfo index 9435b07f15e3..baeb74e7e674 100644 --- a/devel/thrift/distinfo +++ b/devel/thrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614981388 -SHA256 (thrift-0.14.0.tar.gz) = 8dcb64f63126522e1a3fd65bf6e5839bc3d3f1e13eb514ce0c2057c9b898ff71 -SIZE (thrift-0.14.0.tar.gz) = 4180456 +TIMESTAMP = 1666107014 +SHA256 (thrift-0.16.0.tar.gz) = f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209 +SIZE (thrift-0.16.0.tar.gz) = 4085114