mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
databases/libcouchbase: 2.6.2 -> 2.6.3
- WWW changed from https://github.com/couchbase/libcouchbase/ to http://developer.couchbase.com/documentation/server/current/sdk/c/start-using-sdk.html PR: 213040 Changes: https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown Submitted by: Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer)
This commit is contained in:
parent
661d755217
commit
50e71a189e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423488
4 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libcouchbase
|
||||
DISTVERSION= 2.6.2
|
||||
DISTVERSION= 2.6.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://packages.couchbase.com/clients/c/
|
||||
|
||||
|
@ -14,8 +14,6 @@ LIB_DEPENDS= libevent.so:devel/libevent2 \
|
|||
libev.so:devel/libev \
|
||||
libuv.so:devel/libuv
|
||||
|
||||
BUILDDIR= ${WRKDIR}/${DISTNAME}/build
|
||||
|
||||
CMAKE_ARGS+= -DLCB_NO_TESTS=1
|
||||
|
||||
USES= cmake perl5
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1472883834
|
||||
SHA256 (libcouchbase-2.6.2.tar.gz) = 28f9218aea0bd0b390bb8129aa6ac2724b7444c0e0c62e21df8d3aabdb896b18
|
||||
SIZE (libcouchbase-2.6.2.tar.gz) = 1118419
|
||||
TIMESTAMP = 1475022835
|
||||
SHA256 (libcouchbase-2.6.3.tar.gz) = 4010a10d8204ce4bb0b05b3cc24a727f88e303633639b3d9649d4d2ab03ebf6b
|
||||
SIZE (libcouchbase-2.6.3.tar.gz) = 1119550
|
||||
|
|
|
@ -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.
|
||||
|
||||
https://github.com/couchbase/libcouchbase/
|
||||
WWW: http://developer.couchbase.com/documentation/server/current/sdk/c/start-using-sdk.html
|
||||
|
|
|
@ -59,7 +59,7 @@ include/libcouchbase/views.h
|
|||
include/libcouchbase/visibility.h
|
||||
lib/libcouchbase.so
|
||||
lib/libcouchbase.so.2
|
||||
lib/libcouchbase.so.2.0.37
|
||||
lib/libcouchbase.so.2.0.38
|
||||
lib/libcouchbase_libev.so
|
||||
lib/libcouchbase_libevent.so
|
||||
lib/libcouchbase_libuv.so
|
||||
|
|
Loading…
Add table
Reference in a new issue