Date: Wed, 3 Mar 2021 09:25:39 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567034 - in head/devel: node-thrift rubygem-thrift thrift thrift-cpp Message-ID: <202103030925.1239Pd8E013859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Wed Mar 3 09:25:38 2021 New Revision: 567034 URL: https://svnweb.freebsd.org/changeset/ports/567034 Log: Update thrift ports to 0.13.0 which is required for gitlab-ce upgrade. PR: 253804 Approved by: maintainer timeout Modified: head/devel/node-thrift/pkg-plist head/devel/rubygem-thrift/Makefile head/devel/rubygem-thrift/distinfo head/devel/thrift-cpp/Makefile head/devel/thrift-cpp/pkg-plist head/devel/thrift/Makefile head/devel/thrift/bsd.thrift.mk head/devel/thrift/distinfo Modified: head/devel/node-thrift/pkg-plist ============================================================================== --- head/devel/node-thrift/pkg-plist Wed Mar 3 09:16:59 2021 (r567033) +++ head/devel/node-thrift/pkg-plist Wed Mar 3 09:25:38 2021 (r567034) @@ -26,6 +26,8 @@ lib/node_modules/thrift/lib/thrift/compact_protocol.js lib/node_modules/thrift/lib/thrift/connection.js lib/node_modules/thrift/lib/thrift/create_client.js lib/node_modules/thrift/lib/thrift/framed_transport.js +lib/node_modules/thrift/lib/thrift/header_protocol.js +lib/node_modules/thrift/lib/thrift/header_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 @@ -44,16 +46,21 @@ lib/node_modules/thrift/lib/thrift/ws_connection.js lib/node_modules/thrift/lib/thrift/ws_transport.js lib/node_modules/thrift/lib/thrift/xhr_connection.js lib/node_modules/thrift/test/binary.test.js -lib/node_modules/thrift/test/browser_client.js lib/node_modules/thrift/test/certificates.README lib/node_modules/thrift/test/client.js lib/node_modules/thrift/test/deep-constructor.test.js +lib/node_modules/thrift/test/episodic-code-generation-test/client.js +lib/node_modules/thrift/test/episodic-code-generation-test/episodic_compilation.package.json +lib/node_modules/thrift/test/episodic-code-generation-test/server.js lib/node_modules/thrift/test/exceptions.js +lib/node_modules/thrift/test/header.test.js lib/node_modules/thrift/test/helpers.js +lib/node_modules/thrift/test/int64.test.js lib/node_modules/thrift/test/server.crt lib/node_modules/thrift/test/server.js lib/node_modules/thrift/test/server.key lib/node_modules/thrift/test/test-cases.js +lib/node_modules/thrift/test/test_header_payload lib/node_modules/thrift/test/testAll.sh lib/node_modules/thrift/test/test_driver.js lib/node_modules/thrift/test/test_handler.js Modified: head/devel/rubygem-thrift/Makefile ============================================================================== --- head/devel/rubygem-thrift/Makefile Wed Mar 3 09:16:59 2021 (r567033) +++ head/devel/rubygem-thrift/Makefile Wed Mar 3 09:25:38 2021 (r567034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thrift -PORTVERSION= ${THRIFT_PORTVERSION}.0 # to keep in sync with ../thrift +PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with ../thrift PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-thrift/distinfo ============================================================================== --- head/devel/rubygem-thrift/distinfo Wed Mar 3 09:16:59 2021 (r567033) +++ head/devel/rubygem-thrift/distinfo Wed Mar 3 09:25:38 2021 (r567034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518214128 -SHA256 (rubygem/thrift-0.11.0.0.gem) = 9b6a5489b79f6843abc4f3d9acd4ece6b50ea254fbb5eb0c9c569ecee701e10a -SIZE (rubygem/thrift-0.11.0.0.gem) = 85504 +TIMESTAMP = 1613998762 +SHA256 (rubygem/thrift-0.13.0.gem) = 580431d8154c5203c0c1b14139a68dd4d94232edb49d36b30fe581de2a330720 +SIZE (rubygem/thrift-0.13.0.gem) = 75264 Modified: head/devel/thrift-cpp/Makefile ============================================================================== --- head/devel/thrift-cpp/Makefile Wed Mar 3 09:16:59 2021 (r567033) +++ head/devel/thrift-cpp/Makefile Wed Mar 3 09:25:38 2021 (r567034) @@ -3,7 +3,7 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 12 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} Modified: head/devel/thrift-cpp/pkg-plist ============================================================================== --- head/devel/thrift-cpp/pkg-plist Wed Mar 3 09:16:59 2021 (r567033) +++ head/devel/thrift-cpp/pkg-plist Wed Mar 3 09:25:38 2021 (r567034) @@ -15,21 +15,14 @@ include/thrift/async/TAsyncProtocolProcessor.h include/thrift/async/TConcurrentClientSyncInfo.h include/thrift/async/TEvhttpClientChannel.h include/thrift/async/TEvhttpServer.h -include/thrift/concurrency/BoostThreadFactory.h include/thrift/concurrency/Exception.h include/thrift/concurrency/FunctionRunner.h include/thrift/concurrency/Monitor.h include/thrift/concurrency/Mutex.h -include/thrift/concurrency/PlatformThreadFactory.h -include/thrift/concurrency/PosixThreadFactory.h -include/thrift/concurrency/StdMonitor.cpp -include/thrift/concurrency/StdMutex.cpp -include/thrift/concurrency/StdThreadFactory.cpp -include/thrift/concurrency/StdThreadFactory.h include/thrift/concurrency/Thread.h +include/thrift/concurrency/ThreadFactory.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 @@ -58,8 +51,8 @@ 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/thrift_export.h include/thrift/transport/PlatformSocket.h include/thrift/transport/TBufferTransports.h include/thrift/transport/TFDTransport.h Modified: head/devel/thrift/Makefile ============================================================================== --- head/devel/thrift/Makefile Wed Mar 3 09:16:59 2021 (r567033) +++ head/devel/thrift/Makefile Wed Mar 3 09:25:38 2021 (r567034) @@ -3,7 +3,7 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # get these from bsd.thrift.mk. any upgrade needs to check ALL dependencies -PORTREVISION= 2 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} Modified: head/devel/thrift/bsd.thrift.mk ============================================================================== --- head/devel/thrift/bsd.thrift.mk Wed Mar 3 09:16:59 2021 (r567033) +++ head/devel/thrift/bsd.thrift.mk Wed Mar 3 09:25:38 2021 (r567034) @@ -5,7 +5,7 @@ # in your makefile, set: # PORTVERSION= ${THRIFT_PORTVERSION} # see $PORTSDIR/devel/thrift for examples -THRIFT_PORTVERSION= 0.11.0 +THRIFT_PORTVERSION= 0.13.0 CONFIGURE_ARGS+= \ --without-tests Modified: head/devel/thrift/distinfo ============================================================================== --- head/devel/thrift/distinfo Wed Mar 3 09:16:59 2021 (r567033) +++ head/devel/thrift/distinfo Wed Mar 3 09:25:38 2021 (r567034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518215832 -SHA256 (thrift-0.11.0.tar.gz) = c4ad38b6cb4a3498310d405a91fef37b9a8e79a50cd0968148ee2524d2fa60c2 -SIZE (thrift-0.11.0.tar.gz) = 3667154 +TIMESTAMP = 1613998298 +SHA256 (thrift-0.13.0.tar.gz) = 7ad348b88033af46ce49148097afe354d513c1fca7c607b59c33ebb6064b5179 +SIZE (thrift-0.13.0.tar.gz) = 4154357
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103030925.1239Pd8E013859>