diff options
author | obache <obache> | 2008-12-07 11:31:21 +0000 |
---|---|---|
committer | obache <obache> | 2008-12-07 11:31:21 +0000 |
commit | 0554db9450e8a3478985846e4e2b17d7b32eaab6 (patch) | |
tree | bbcd608eef45137be5ea5948689ff51d34486157 /databases/tokyocabinet/Makefile | |
parent | ab5a51c1c6a6e33ffea573486a8ac02d26ca7d99 (diff) | |
download | pkgsrc-0554db9450e8a3478985846e4e2b17d7b32eaab6.tar.gz |
Update tokyocabinet to 1.3.23.
Changes:
2008-12-03 Mikio Hirabayashi
* tcbdb.c (tcbdbtranbegin): conbination of non-transaction and transaction became safer.
- Release: 1.3.23
2008-11-28 Mikio Hirabayashi
* tcutil.c (tcmapput3, tcmdbput3, tcmapputcat3, tcmdbputcat3): new functions.
* tcutil.c (tctreeput3, tcndbput3): new functions.
* tcadb.c (tcadbput, tcadbputcat): LRU rule is now strictly applied.
- Release: 1.3.22
Diffstat (limited to 'databases/tokyocabinet/Makefile')
-rw-r--r-- | databases/tokyocabinet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 98643040024..126aa8e649b 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2008/11/25 11:16:05 obache Exp $ +# $NetBSD: Makefile,v 1.13 2008/12/07 11:31:21 obache Exp $ # -DISTNAME= tokyocabinet-1.3.21 +DISTNAME= tokyocabinet-1.3.23 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/} |