From owner-svn-ports-all@freebsd.org Wed Mar 3 09:25:41 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0D3AC5643C6; Wed, 3 Mar 2021 09:25:41 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dr7s06x1lz4tW0; Wed, 3 Mar 2021 09:25:40 +0000 (UTC) (envelope-from mfechner@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 E08C026E5E; Wed, 3 Mar 2021 09:25:40 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1239PeVH013867; Wed, 3 Mar 2021 09:25:40 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1239Pd8E013859; Wed, 3 Mar 2021 09:25:39 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <202103030925.1239Pd8E013859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 3 Mar 2021 09:25:39 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel: node-thrift rubygem-thrift thrift thrift-cpp X-SVN-Commit-Revision: 567034 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2021 09:25:41 -0000 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