diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-19 02:08:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-19 02:08:34 +0800 |
commit | 186bbbbe8c2c1397cfe5aa7709af1da8456a8337 (patch) | |
tree | 014a3188a140c88f52986118f6204540dc746fe9 /databases | |
parent | 8396ec609d9675ea43a159fa8667451aeb548d6e (diff) | |
download | freebsd-ports-gnome-186bbbbe8c2c1397cfe5aa7709af1da8456a8337.tar.gz freebsd-ports-gnome-186bbbbe8c2c1397cfe5aa7709af1da8456a8337.tar.zst freebsd-ports-gnome-186bbbbe8c2c1397cfe5aa7709af1da8456a8337.zip |
Update to 2.7.6
- While I'm here, update WWW
Changes: https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown
PR: 220632
Submitted by: John Chen <johnpupu@gmail.com>
Approved by: Sergey Avseyev <sergey@couchbase.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libcouchbase/Makefile | 2 | ||||
-rw-r--r-- | databases/libcouchbase/distinfo | 6 | ||||
-rw-r--r-- | databases/libcouchbase/pkg-descr | 2 | ||||
-rw-r--r-- | databases/libcouchbase/pkg-plist | 10 |
4 files changed, 14 insertions, 6 deletions
diff --git a/databases/libcouchbase/Makefile b/databases/libcouchbase/Makefile index fd800a9ffc47..75e10e8cbace 100644 --- a/databases/libcouchbase/Makefile +++ b/databases/libcouchbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libcouchbase -DISTVERSION= 2.7.4 +DISTVERSION= 2.7.6 CATEGORIES= databases MASTER_SITES= http://packages.couchbase.com/clients/c/ diff --git a/databases/libcouchbase/distinfo b/databases/libcouchbase/distinfo index 2fb16b18a3d5..93ed23f9adce 100644 --- a/databases/libcouchbase/distinfo +++ b/databases/libcouchbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1493881392 -SHA256 (libcouchbase-2.7.4.tar.gz) = 2b2cfb7acffd05f077c51e67ef67b4cf64228875acb08de2e0b07562a8f0b0cc -SIZE (libcouchbase-2.7.4.tar.gz) = 1125098 +TIMESTAMP = 1499972390 +SHA256 (libcouchbase-2.7.6.tar.gz) = 9b0c2a4de38963ec3314d19e50d63cc34a5990a4f6e0a81973c019d5ad83c411 +SIZE (libcouchbase-2.7.6.tar.gz) = 1149912 diff --git a/databases/libcouchbase/pkg-descr b/databases/libcouchbase/pkg-descr index 050d04d3ca14..ce6778201a69 100644 --- a/databases/libcouchbase/pkg-descr +++ b/databases/libcouchbase/pkg-descr @@ -2,4 +2,4 @@ This is the C client library for Couchbase. It communicates with the cluster and speaks the relevant protocols necessary to connect to the cluster and execute data operations. -WWW: http://developer.couchbase.com/documentation/server/current/sdk/c/start-using-sdk.html +WWW: https://developer.couchbase.com/documentation/server/current/sdk/c/start-using-sdk.html diff --git a/databases/libcouchbase/pkg-plist b/databases/libcouchbase/pkg-plist index 0acba7441694..549f3ec26a30 100644 --- a/databases/libcouchbase/pkg-plist +++ b/databases/libcouchbase/pkg-plist @@ -25,6 +25,10 @@ bin/cbc-verbosity bin/cbc-version bin/cbc-view bin/cbc-write-config +bin/cbc-role-list +bin/cbc-user-delete +bin/cbc-user-list +bin/cbc-user-upsert include/libcouchbase/_cxxwrap.h include/libcouchbase/api-legacy.h include/libcouchbase/api3.h @@ -60,7 +64,7 @@ include/libcouchbase/views.h include/libcouchbase/visibility.h lib/libcouchbase.so lib/libcouchbase.so.2 -lib/libcouchbase.so.2.0.44 +lib/libcouchbase.so.2.0.46 lib/libcouchbase_libev.so lib/libcouchbase_libevent.so lib/libcouchbase_libuv.so @@ -86,4 +90,8 @@ man/man1/cbc-verbosity.1.gz man/man1/cbc-version.1.gz man/man1/cbc-view.1.gz man/man1/cbc.1.gz +man/man1/cbc-role-list.1.gz +man/man1/cbc-user-delete.1.gz +man/man1/cbc-user-list.1.gz +man/man1/cbc-user-upsert.1.gz man/man4/cbcrc.4.gz |