diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-29 01:12:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-29 01:12:11 +0800 |
commit | 05500a929fbad259527ce9bcbeba5c6363700661 (patch) | |
tree | a41fb8b12df11c0a9638b05b8357b1ef8341f9c1 /databases | |
parent | d495829f741e6e7f17d476f2b312d15ef49b02ff (diff) | |
download | freebsd-ports-gnome-05500a929fbad259527ce9bcbeba5c6363700661.tar.gz freebsd-ports-gnome-05500a929fbad259527ce9bcbeba5c6363700661.tar.zst freebsd-ports-gnome-05500a929fbad259527ce9bcbeba5c6363700661.zip |
- Update to 1.2.76
Changes:
- kcthread.cc (CondVar::wait): a bug on Win32 was fixed.
- kcdbext.h (IndexDB::set, IndexDB::replace): a bug of updating existing records
was fixed.
- kcdb.h (DB::check): new function.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/kyotocabinet/Makefile | 2 | ||||
-rw-r--r-- | databases/kyotocabinet/distinfo | 4 | ||||
-rw-r--r-- | databases/kyotocabinet/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile index 0e67f1c10fc3..fe249a3fa98e 100644 --- a/databases/kyotocabinet/Makefile +++ b/databases/kyotocabinet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kyotocabinet -PORTVERSION= 1.2.75 +PORTVERSION= 1.2.76 CATEGORIES= databases MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \ LOCAL/sunpoet diff --git a/databases/kyotocabinet/distinfo b/databases/kyotocabinet/distinfo index b5bdf196437f..b02abd93fd29 100644 --- a/databases/kyotocabinet/distinfo +++ b/databases/kyotocabinet/distinfo @@ -1,2 +1,2 @@ -SHA256 (kyotocabinet-1.2.75.tar.gz) = 66c2d8c2b3ba269b4c33114974226de114047121d67cc4f749307e210e89597b -SIZE (kyotocabinet-1.2.75.tar.gz) = 949259 +SHA256 (kyotocabinet-1.2.76.tar.gz) = 812a2d3f29c351db4c6f1ff29d94d7135f9e601d7cc1872ec1d7eed381d0d23c +SIZE (kyotocabinet-1.2.76.tar.gz) = 951930 diff --git a/databases/kyotocabinet/pkg-plist b/databases/kyotocabinet/pkg-plist index 257a0c216c2f..9616155c5de9 100644 --- a/databases/kyotocabinet/pkg-plist +++ b/databases/kyotocabinet/pkg-plist @@ -37,7 +37,7 @@ include/kcutil.h lib/libkyotocabinet.a lib/libkyotocabinet.so lib/libkyotocabinet.so.16 -lib/libkyotocabinet.so.16.12.0 +lib/libkyotocabinet.so.16.13.0 libdata/pkgconfig/kyotocabinet.pc %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog |