mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
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)
This commit is contained in:
parent
6bfa434b40
commit
7ddf82d46e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446170
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user