From owner-svn-ports-head@freebsd.org Sat Feb 24 20:40:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12EABF20573; Sat, 24 Feb 2018 20:40:29 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B521075D39; Sat, 24 Feb 2018 20:40:28 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE8C42A822; Sat, 24 Feb 2018 20:40:28 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1OKeS5Z083777; Sat, 24 Feb 2018 20:40:28 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1OKeR9Y083766; Sat, 24 Feb 2018 20:40:27 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201802242040.w1OKeR9Y083766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Sat, 24 Feb 2018 20:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462862 - in head/devel: node-thrift p5-Thrift rubygem-thrift thrift thrift-c_glib thrift-cpp thrift-cpp/files X-SVN-Group: ports-head X-SVN-Commit-Author: lx X-SVN-Commit-Paths: in head/devel: node-thrift p5-Thrift rubygem-thrift thrift thrift-c_glib thrift-cpp thrift-cpp/files X-SVN-Commit-Revision: 462862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 20:40:29 -0000 Author: lx Date: Sat Feb 24 20:40:27 2018 New Revision: 462862 URL: https://svnweb.freebsd.org/changeset/ports/462862 Log: Update thrift ports to 0.11.0. PR: 225798 Approved by: maintainer timeout Deleted: head/devel/thrift-cpp/files/patch-lib_cpp_src_thrift_transport_TSSLSocket.cpp Modified: head/devel/node-thrift/Makefile head/devel/node-thrift/pkg-plist head/devel/p5-Thrift/Makefile head/devel/p5-Thrift/pkg-plist head/devel/rubygem-thrift/distinfo head/devel/thrift-c_glib/Makefile head/devel/thrift-c_glib/pkg-plist head/devel/thrift-cpp/Makefile head/devel/thrift-cpp/pkg-plist head/devel/thrift/bsd.thrift.mk head/devel/thrift/distinfo Modified: head/devel/node-thrift/Makefile ============================================================================== --- head/devel/node-thrift/Makefile Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/node-thrift/Makefile Sat Feb 24 20:40:27 2018 (r462862) @@ -3,7 +3,6 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} -PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} PKGNAMEPREFIX= node- Modified: head/devel/node-thrift/pkg-plist ============================================================================== --- head/devel/node-thrift/pkg-plist Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/node-thrift/pkg-plist Sat Feb 24 20:40:27 2018 (r462862) @@ -29,6 +29,8 @@ lib/node_modules/thrift/lib/thrift/framed_transport.js lib/node_modules/thrift/lib/thrift/http_connection.js lib/node_modules/thrift/lib/thrift/index.js lib/node_modules/thrift/lib/thrift/input_buffer_underrun_error.js +lib/node_modules/thrift/lib/thrift/int64_util.js +lib/node_modules/thrift/lib/thrift/json_parse.js lib/node_modules/thrift/lib/thrift/json_protocol.js lib/node_modules/thrift/lib/thrift/log.js lib/node_modules/thrift/lib/thrift/multiplexed_processor.js Modified: head/devel/p5-Thrift/Makefile ============================================================================== --- head/devel/p5-Thrift/Makefile Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/p5-Thrift/Makefile Sat Feb 24 20:40:27 2018 (r462862) @@ -3,7 +3,6 @@ PORTNAME= Thrift PORTVERSION= ${THRIFT_PORTVERSION} # need to keep this in sync with ../thrift see ../thrift/bsd.thrift.mk -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- Modified: head/devel/p5-Thrift/pkg-plist ============================================================================== --- head/devel/p5-Thrift/pkg-plist Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/p5-Thrift/pkg-plist Sat Feb 24 20:40:27 2018 (r462862) @@ -1,6 +1,7 @@ %%SITE_PERL%%/Thrift.pm %%SITE_PERL%%/Thrift/BinaryProtocol.pm %%SITE_PERL%%/Thrift/BufferedTransport.pm +%%SITE_PERL%%/Thrift/Exception.pm %%SITE_PERL%%/Thrift/FramedTransport.pm %%SITE_PERL%%/Thrift/HttpClient.pm %%SITE_PERL%%/Thrift/MemoryBuffer.pm @@ -15,3 +16,6 @@ %%SITE_PERL%%/Thrift/ServerSocket.pm %%SITE_PERL%%/Thrift/Socket.pm %%SITE_PERL%%/Thrift/Transport.pm +%%SITE_PERL%%/Thrift/Type.pm +%%SITE_PERL%%/Thrift/UnixServerSocket.pm +%%SITE_PERL%%/Thrift/UnixSocket.pm Modified: head/devel/rubygem-thrift/distinfo ============================================================================== --- head/devel/rubygem-thrift/distinfo Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/rubygem-thrift/distinfo Sat Feb 24 20:40:27 2018 (r462862) @@ -1,2 +1,3 @@ -SHA256 (rubygem/thrift-0.9.3.0.gem) = 2b8cb950cacd6265ea3d93ef716a5394c6d5de1f560b665098eba2d06fa1574d -SIZE (rubygem/thrift-0.9.3.0.gem) = 72192 +TIMESTAMP = 1518214128 +SHA256 (rubygem/thrift-0.11.0.0.gem) = 9b6a5489b79f6843abc4f3d9acd4ece6b50ea254fbb5eb0c9c569ecee701e10a +SIZE (rubygem/thrift-0.11.0.0.gem) = 85504 Modified: head/devel/thrift-c_glib/Makefile ============================================================================== --- head/devel/thrift-c_glib/Makefile Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/thrift-c_glib/Makefile Sat Feb 24 20:40:27 2018 (r462862) @@ -3,7 +3,6 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} Modified: head/devel/thrift-c_glib/pkg-plist ============================================================================== --- head/devel/thrift-c_glib/pkg-plist Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/thrift-c_glib/pkg-plist Sat Feb 24 20:40:27 2018 (r462862) @@ -1,11 +1,17 @@ @comment bin/thrift include/thrift/c_glib/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 @@ -13,12 +19,15 @@ include/thrift/c_glib/thrift_application_exception.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 lib/libthrift_c_glib.a Modified: head/devel/thrift-cpp/Makefile ============================================================================== --- head/devel/thrift-cpp/Makefile Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/thrift-cpp/Makefile Sat Feb 24 20:40:27 2018 (r462862) @@ -3,7 +3,6 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} @@ -38,6 +37,7 @@ OPTIONS_SUB= yes CONFIGURE_ARGS+= \ --without-c_glib \ --with-cpp \ + --with-boost-libdir="${LOCALBASE}/lib" \ --without-csharp \ --without-erlang \ --without-haskell \ Modified: head/devel/thrift-cpp/pkg-plist ============================================================================== --- head/devel/thrift-cpp/pkg-plist Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/thrift-cpp/pkg-plist Sat Feb 24 20:40:27 2018 (r462862) @@ -1,5 +1,6 @@ @comment bin/thrift include/thrift/TApplicationException.h +include/thrift/TBase.h include/thrift/TDispatchProcessor.h include/thrift/TLogging.h include/thrift/TOutput.h @@ -30,7 +31,6 @@ include/thrift/concurrency/ThreadManager.h include/thrift/concurrency/TimerManager.h include/thrift/concurrency/Util.h include/thrift/config.h -include/thrift/cxxfunctional.h include/thrift/processor/PeekProcessor.h include/thrift/processor/StatsProcessor.h include/thrift/processor/TMultiplexedProcessor.h @@ -40,12 +40,14 @@ include/thrift/protocol/TBinaryProtocol.tcc include/thrift/protocol/TCompactProtocol.h include/thrift/protocol/TCompactProtocol.tcc include/thrift/protocol/TDebugProtocol.h +include/thrift/protocol/THeaderProtocol.h include/thrift/protocol/TJSONProtocol.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/TVirtualProtocol.h include/thrift/qt/TQIODeviceTransport.h include/thrift/qt/TQTcpServer.h @@ -56,14 +58,19 @@ include/thrift/server/TServerFramework.h include/thrift/server/TSimpleServer.h include/thrift/server/TThreadPoolServer.h include/thrift/server/TThreadedServer.h +include/thrift/stdcxx.h include/thrift/thrift-config.h include/thrift/transport/PlatformSocket.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 @@ -79,7 +86,7 @@ include/thrift/transport/TTransportException.h include/thrift/transport/TTransportUtils.h include/thrift/transport/TVirtualTransport.h include/thrift/transport/TZlibTransport.h -lib/libthrift-0.9.3.so +lib/libthrift-%%PORTVERSION%%.so lib/libthrift.a lib/libthrift.so lib/libthrift.so.0 @@ -91,7 +98,7 @@ lib/libthriftnb.so.0 %%QT4%%lib/libthriftqt.a %%QT4%%lib/libthriftqt.so %%QT4%%lib/libthriftqt.so.0 -lib/libthriftz-0.9.3.so +lib/libthriftz-%%PORTVERSION%%.so lib/libthriftz.a lib/libthriftz.so lib/libthriftz.so.0 Modified: head/devel/thrift/bsd.thrift.mk ============================================================================== --- head/devel/thrift/bsd.thrift.mk Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/thrift/bsd.thrift.mk Sat Feb 24 20:40:27 2018 (r462862) @@ -5,8 +5,7 @@ # in your makefile, set: # PORTVERSION= ${THRIFT_PORTVERSION} # see $PORTSDIR/devel/thrift for examples -THRIFT_PORTVERSION= 0.9.3 -THRIFT_PORTREVISION= 1 +THRIFT_PORTVERSION= 0.11.0 CONFIGURE_ARGS+= \ --without-tests Modified: head/devel/thrift/distinfo ============================================================================== --- head/devel/thrift/distinfo Sat Feb 24 20:12:54 2018 (r462861) +++ head/devel/thrift/distinfo Sat Feb 24 20:40:27 2018 (r462862) @@ -1,2 +1,3 @@ -SHA256 (thrift-0.9.3.tar.gz) = b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e -SIZE (thrift-0.9.3.tar.gz) = 8897936 +TIMESTAMP = 1518215832 +SHA256 (thrift-0.11.0.tar.gz) = c4ad38b6cb4a3498310d405a91fef37b9a8e79a50cd0968148ee2524d2fa60c2 +SIZE (thrift-0.11.0.tar.gz) = 3667154