aboutsummaryrefslogtreecommitdiff
path: root/databases/tokyocabinet/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-03-10 11:38:36 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-03-10 11:38:36 +0000
commit59d48ae512d4ebf2d3984b1db52197978926aba4 (patch)
tree25848b1107289983ae2c05bd6059bbdb97b3fecc /databases/tokyocabinet/Makefile
parent9abdeb74e6e56c2775f1f543a3d8bc1bbead927a (diff)
downloadports-59d48ae512d4ebf2d3984b1db52197978926aba4.tar.gz
ports-59d48ae512d4ebf2d3984b1db52197978926aba4.zip
- Update to 1.4.9 [2]
- Add SF mirrors [1] - portlint(1) fix [1] PR: [1] ports/131799 [2] ports/131799 Submitted by: [1] lwhsu [2] Gea-Suan Lin <gslin AT gslin.org>
Notes
Notes: svn path=/head/; revision=229827
Diffstat (limited to 'databases/tokyocabinet/Makefile')
-rw-r--r--databases/tokyocabinet/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile
index 05a8fbfd26e6..f7bc35747dff 100644
--- a/databases/tokyocabinet/Makefile
+++ b/databases/tokyocabinet/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= tokyocabinet
-PORTVERSION= 1.4.4
+PORTVERSION= 1.4.9
CATEGORIES= databases
-MASTER_SITES= http://tokyocabinet.sourceforge.net/
+MASTER_SITES= SOURCEFORGE \
+ http://tokyocabinet.sourceforge.net/
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A modern implementation of DBM
@@ -77,10 +78,10 @@ CONFIGURE_ARGS+= --disable-pthread
CONFIGURE_ARGS+= --disable-shared
.endif
-SHLIB_VER= 7.9.0
+SHLIB_VER= 7.14.0
SHLIB_VER_MAJ= 7
-PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ}
+PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ}
# Because gnomehack will search "(libdir)" and it doesn't work, we need
# to patch it manually.