aboutsummaryrefslogtreecommitdiff
path: root/databases/tokyocabinet
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-01-26 18:03:16 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-01-26 18:03:16 +0000
commit15a02d99d4a7ac67139255008c4b7e41f4cac6cd (patch)
tree611c1c45d779a677996b6ccffa00b5113152771b /databases/tokyocabinet
parentfcd940ea6ec7687d0c42cd428f9b0c75a3b397e9 (diff)
downloadports-15a02d99d4a7ac67139255008c4b7e41f4cac6cd.tar.gz
ports-15a02d99d4a7ac67139255008c4b7e41f4cac6cd.zip
Notes
Diffstat (limited to 'databases/tokyocabinet')
-rw-r--r--databases/tokyocabinet/Makefile9
-rw-r--r--databases/tokyocabinet/distinfo6
-rw-r--r--databases/tokyocabinet/pkg-plist4
3 files changed, 12 insertions, 7 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile
index ab1ce28b5722..8852468b66d7 100644
--- a/databases/tokyocabinet/Makefile
+++ b/databases/tokyocabinet/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tokyocabinet
-PORTVERSION= 1.3.27
+PORTVERSION= 1.4.1
CATEGORIES= databases
MASTER_SITES= http://tokyocabinet.sourceforge.net/
@@ -25,9 +25,10 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in
MAN1= tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \
tcfmgr.1 tcfmttest.1 tcftest.1 \
tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \
- tcutest.1
+ tcutest.1 tctmgr.1 tctmttest.1 tcttest.1
MAN3= tcadb.3 tcbdb.3 tcfdb.3 tchdb.3 tclist.3 tcmap.3 \
- tcmdb.3 tcmpool.3 tcutil.3 tcxstr.3 tokyocabinet.3 tctree.3
+ tcmdb.3 tcmpool.3 tcutil.3 tcxstr.3 tokyocabinet.3 tctree.3 \
+ tctdb.3
OPTIONS= DEBUG "Debugging support" off \
DEVEL "Development build" off \
@@ -76,7 +77,7 @@ CONFIGURE_ARGS+= --disable-pthread
CONFIGURE_ARGS+= --disable-shared
.endif
-SHLIB_VER= 7.4.0
+SHLIB_VER= 7.6.0
SHLIB_VER_MAJ= 7
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ}
diff --git a/databases/tokyocabinet/distinfo b/databases/tokyocabinet/distinfo
index e1953a133db6..c31fcf650261 100644
--- a/databases/tokyocabinet/distinfo
+++ b/databases/tokyocabinet/distinfo
@@ -1,3 +1,3 @@
-MD5 (tokyocabinet-1.3.27.tar.gz) = 9dfaa4311717ee3ab56c873af312f045
-SHA256 (tokyocabinet-1.3.27.tar.gz) = ad8438b48b67b870147b0528f76f3ff0b2b910058fedf3a80bcb608dd621fd3d
-SIZE (tokyocabinet-1.3.27.tar.gz) = 768517
+MD5 (tokyocabinet-1.4.1.tar.gz) = 57caa953f5ac519e266bc666a7881c2f
+SHA256 (tokyocabinet-1.4.1.tar.gz) = 8af54d0cc25fe5efd4ec7895ebcff391802b6a0d22f031071c63715044c20713
+SIZE (tokyocabinet-1.4.1.tar.gz) = 839879
diff --git a/databases/tokyocabinet/pkg-plist b/databases/tokyocabinet/pkg-plist
index c553ff3cbd6e..5016230f87d8 100644
--- a/databases/tokyocabinet/pkg-plist
+++ b/databases/tokyocabinet/pkg-plist
@@ -13,11 +13,15 @@ bin/tchtest
bin/tcucodec
bin/tcumttest
bin/tcutest
+bin/tctmgr
+bin/tctmttest
+bin/tcttest
include/tcadb.h
include/tcbdb.h
include/tcfdb.h
include/tchdb.h
include/tcutil.h
+include/tctdb.h
lib/libtokyocabinet.a
lib/libtokyocabinet.so
lib/libtokyocabinet.so.%%SHLIB_VER_MAJ%%