aboutsummaryrefslogtreecommitdiff
path: root/databases/tokyocabinet/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-13 23:31:56 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-13 23:31:56 +0000
commit19d2586f02d787e99a292f2ae22f8782cd08b8ca (patch)
treec963bf66cf3fd37cecdf4aa46325ebaa1747d78b /databases/tokyocabinet/Makefile
parent3ba957f4a84975326ab0a4fc322a1ac678ad30ff (diff)
downloadports-19d2586f02d787e99a292f2ae22f8782cd08b8ca.tar.gz
ports-19d2586f02d787e99a292f2ae22f8782cd08b8ca.zip
- Update to 1.4.29
- bump PORTREVISION for SHLIB bump
Notes
Notes: svn path=/head/; revision=237739
Diffstat (limited to 'databases/tokyocabinet/Makefile')
-rw-r--r--databases/tokyocabinet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile
index 84a71d3b10a4..8032c9bb197b 100644
--- a/databases/tokyocabinet/Makefile
+++ b/databases/tokyocabinet/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tokyocabinet
-PORTVERSION= 1.4.23
+PORTVERSION= 1.4.29
CATEGORIES= databases
MASTER_SITES= SF
@@ -83,7 +83,7 @@ CONFIGURE_ARGS+= --disable-pthread
CONFIGURE_ARGS+= --disable-shared
.endif
-SHLIB_VER= 8.14.0
+SHLIB_VER= 8.20.0
SHLIB_VER_MAJ= 8
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ}