Page MenuHomeFreeBSD

D37068.id112041.diff
No OneTemporary

D37068.id112041.diff

diff --git a/devel/rubygem-thrift/distinfo b/devel/rubygem-thrift/distinfo
--- 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
--- a/devel/thrift-c_glib/pkg-plist
+++ b/devel/thrift-c_glib/pkg-plist
@@ -31,9 +31,15 @@
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
--- 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 <cstring>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+
- #include <thrift/thrift-config.h>
-
- #ifdef HAVE_UNISTD_H
+ namespace apache {
+ namespace thrift {
+ namespace transport {
diff --git a/devel/thrift-cpp/pkg-plist b/devel/thrift-cpp/pkg-plist
--- a/devel/thrift-cpp/pkg-plist
+++ b/devel/thrift-cpp/pkg-plist
@@ -4,6 +4,7 @@
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
diff --git a/devel/thrift/bsd.thrift.mk b/devel/thrift/bsd.thrift.mk
--- a/devel/thrift/bsd.thrift.mk
+++ b/devel/thrift/bsd.thrift.mk
@@ -2,8 +2,9 @@
# 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
--- 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

File Metadata

Mime Type
text/plain
Expires
Fri, May 1, 8:30 AM (10 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32566064
Default Alt Text
D37068.id112041.diff (3 KB)

Event Timeline