From owner-svn-ports-all@freebsd.org Mon Jun 29 14:41:49 2020 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 ABB4D34B1D2; Mon, 29 Jun 2020 14:41:49 +0000 (UTC) (envelope-from danfe@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wVYn46NSz3c5y; Mon, 29 Jun 2020 14:41:49 +0000 (UTC) (envelope-from danfe@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 706378971; Mon, 29 Jun 2020 14:41:49 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05TEfnwG072363; Mon, 29 Jun 2020 14:41:49 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05TEfmkH072358; Mon, 29 Jun 2020 14:41:48 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202006291441.05TEfmkH072358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 29 Jun 2020 14:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540776 - in head/databases/libcouchbase: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/databases/libcouchbase: . files X-SVN-Commit-Revision: 540776 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.33 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: Mon, 29 Jun 2020 14:41:49 -0000 Author: danfe Date: Mon Jun 29 14:41:48 2020 New Revision: 540776 URL: https://svnweb.freebsd.org/changeset/ports/540776 Log: Update to version 2.10.7. PR: 233468 Approved by: maintainer timeout Added: head/databases/libcouchbase/files/patch-src_lcbio_ioutils.cc (contents, props changed) head/databases/libcouchbase/files/patch-tools_cbc-proxy.cc (contents, props changed) Modified: head/databases/libcouchbase/Makefile head/databases/libcouchbase/distinfo head/databases/libcouchbase/pkg-plist Modified: head/databases/libcouchbase/Makefile ============================================================================== --- head/databases/libcouchbase/Makefile Mon Jun 29 14:40:37 2020 (r540775) +++ head/databases/libcouchbase/Makefile Mon Jun 29 14:41:48 2020 (r540776) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libcouchbase -DISTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.10.7 CATEGORIES= databases MASTER_SITES= http://packages.couchbase.com/clients/c/ Modified: head/databases/libcouchbase/distinfo ============================================================================== --- head/databases/libcouchbase/distinfo Mon Jun 29 14:40:37 2020 (r540775) +++ head/databases/libcouchbase/distinfo Mon Jun 29 14:41:48 2020 (r540776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504181517 -SHA256 (libcouchbase-2.8.0.tar.gz) = 862ed3fd01938d872782f1a96b318d517c3015ef1b1183cdcf5b2098a1d4705b -SIZE (libcouchbase-2.8.0.tar.gz) = 1185885 +TIMESTAMP = 1592402966 +SHA256 (libcouchbase-2.10.7.tar.gz) = bbee97ef2394f275b8cd4b9b940010566a2d34d4754ba3532a7fca3d94029b75 +SIZE (libcouchbase-2.10.7.tar.gz) = 1345574 Added: head/databases/libcouchbase/files/patch-src_lcbio_ioutils.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/libcouchbase/files/patch-src_lcbio_ioutils.cc Mon Jun 29 14:41:48 2020 (r540776) @@ -0,0 +1,10 @@ +--- src/lcbio/ioutils.cc.orig 2020-06-17 13:30:27 UTC ++++ src/lcbio/ioutils.cc +@@ -25,6 +25,7 @@ + #include "manager.h" + #include "iotable.h" + #include ++#include + #include "ssl.h" + + lcbio_CSERR Added: head/databases/libcouchbase/files/patch-tools_cbc-proxy.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/libcouchbase/files/patch-tools_cbc-proxy.cc Mon Jun 29 14:41:48 2020 (r540776) @@ -0,0 +1,10 @@ +--- tools/cbc-proxy.cc.orig 2020-06-17 13:30:27 UTC ++++ tools/cbc-proxy.cc +@@ -18,6 +18,7 @@ + + #include "config.h" + #include ++#include + #include + #include + #include Modified: head/databases/libcouchbase/pkg-plist ============================================================================== --- head/databases/libcouchbase/pkg-plist Mon Jun 29 14:40:37 2020 (r540775) +++ head/databases/libcouchbase/pkg-plist Mon Jun 29 14:41:48 2020 (r540776) @@ -9,14 +9,17 @@ bin/cbc-create bin/cbc-decr bin/cbc-hash bin/cbc-incr +bin/cbc-keygen bin/cbc-lock bin/cbc-mcflush +bin/cbc-mcversion bin/cbc-n1ql bin/cbc-n1qlback bin/cbc-observe bin/cbc-observe-seqno bin/cbc-pillowfight bin/cbc-ping +bin/cbc-proxy bin/cbc-rm bin/cbc-role-list bin/cbc-stats @@ -30,8 +33,10 @@ bin/cbc-user-upsert bin/cbc-verbosity bin/cbc-version bin/cbc-view +bin/cbc-watch bin/cbc-write-config include/libcouchbase/_cxxwrap.h +include/libcouchbase/analytics.h include/libcouchbase/api-legacy.h include/libcouchbase/api3.h include/libcouchbase/assert.h @@ -41,6 +46,7 @@ include/libcouchbase/cntl-private.h include/libcouchbase/cntl.h include/libcouchbase/configuration.h include/libcouchbase/couchbase.h +include/libcouchbase/crypto.h include/libcouchbase/deprecated.h include/libcouchbase/error.h include/libcouchbase/http.h @@ -50,6 +56,7 @@ include/libcouchbase/kvbuf.h include/libcouchbase/libev_io_opts.h include/libcouchbase/libevent_io_opts.h include/libcouchbase/libuv_io_opts.h +include/libcouchbase/metrics.h include/libcouchbase/n1ql.h include/libcouchbase/pktfwd.h include/libcouchbase/plugins/io/bsdio-inl.c @@ -61,12 +68,13 @@ include/libcouchbase/plugins/io/wsaerr.h include/libcouchbase/select_io_opts.h include/libcouchbase/subdoc.h include/libcouchbase/sysdefs.h +include/libcouchbase/tracing.h include/libcouchbase/vbucket.h include/libcouchbase/views.h include/libcouchbase/visibility.h lib/libcouchbase.so lib/libcouchbase.so.2 -lib/libcouchbase.so.2.0.48 +lib/libcouchbase.so.2.0.69 lib/libcouchbase_libev.so lib/libcouchbase_libevent.so lib/libcouchbase_libuv.so @@ -78,10 +86,14 @@ man/man1/cbc-cat.1.gz man/man1/cbc-connstr.1.gz man/man1/cbc-cp.1.gz man/man1/cbc-create.1.gz -man/man1/cbc-dsn.1.gz +man/man1/cbc-decr.1.gz man/man1/cbc-flush.1.gz man/man1/cbc-hash.1.gz +man/man1/cbc-incr.1.gz man/man1/cbc-lock.1.gz +man/man1/cbc-mcflush.1.gz +man/man1/cbc-mcversion.1.gz +man/man1/cbc-n1ql.1.gz man/man1/cbc-n1qlback.1.gz man/man1/cbc-observe.1.gz man/man1/cbc-pillowfight.1.gz @@ -97,5 +109,6 @@ man/man1/cbc-user-upsert.1.gz man/man1/cbc-verbosity.1.gz man/man1/cbc-version.1.gz man/man1/cbc-view.1.gz +man/man1/cbc-watch.1.gz man/man1/cbc.1.gz man/man4/cbcrc.4.gz