diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 20:04:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 20:04:23 +0000 |
commit | 060274400d58a5d0a24313242f7cc086aee66744 (patch) | |
tree | 018d77fb370597777892b187e236178693d12851 /databases/tokyocabinet | |
parent | df347bdfbec2c3a49463f8517b54fde771a9ab38 (diff) | |
download | ports-060274400d58a5d0a24313242f7cc086aee66744.tar.gz ports-060274400d58a5d0a24313242f7cc086aee66744.zip |
Notes
Diffstat (limited to 'databases/tokyocabinet')
-rw-r--r-- | databases/tokyocabinet/Makefile | 14 | ||||
-rw-r--r-- | databases/tokyocabinet/distinfo | 6 | ||||
-rw-r--r-- | databases/tokyocabinet/pkg-plist | 4 |
3 files changed, 11 insertions, 13 deletions
diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 11d2b515f596..9297ad95af40 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -6,11 +6,11 @@ # PORTNAME= tokyocabinet -PORTVERSION= 1.1.14 +PORTVERSION= 1.2.0 CATEGORIES= databases MASTER_SITES= SF -MAINTAINER= gslin@gslin.org +MAINTAINER= ports@FreeBSD.org COMMENT= A modern implementation of DBM CONFIGURE_ARGS= --enable-off64 @@ -18,8 +18,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME} -EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} MAN1= tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \ tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \ tcutest.1 @@ -27,8 +25,8 @@ MAN3= tcadb.3 tcbdb.3 tchdb.3 tcutil.3 tokyocabinet.3 DOCS= COPYING ChangeLog README THANKS BINS= tcamgr tcatest tcbmgr tcbmttest tcbtest tchmgr tchmttest \ tchtest tcucodec tcumttest tcutest -LIBS= libtokyocabinet.a libtokyocabinet.so libtokyocabinet.so.1 \ - libtokyocabinet.so.1.33.0 +LIBS= libtokyocabinet.a libtokyocabinet.so libtokyocabinet.so.3 \ + libtokyocabinet.so.3.1.0 INCLUDES= tcbdb.h tchdb.h tcutil.h OPTIONS= DEBUG "Debugging support" off \ @@ -75,8 +73,8 @@ CONFIGURE_ARGS+= --disable-pthread CONFIGURE_ARGS+= --disable-shared .endif -# Because gnomehack use "(libdir)" and it doesn't work, we need to patch -# it manually. +# Because gnomehack will search "(libdir)" and it doesn't work, we need +# to patch it manually. post-patch: ${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in diff --git a/databases/tokyocabinet/distinfo b/databases/tokyocabinet/distinfo index fe12de2714a7..f99bebc817e7 100644 --- a/databases/tokyocabinet/distinfo +++ b/databases/tokyocabinet/distinfo @@ -1,3 +1,3 @@ -MD5 (tokyocabinet-1.1.14.tar.gz) = ef2158509cc2010ccffdbc77fadd5b53 -SHA256 (tokyocabinet-1.1.14.tar.gz) = 932957549518705df2244686bc7f68862cd71d858cc9e094ef4626b08dfa24d8 -SIZE (tokyocabinet-1.1.14.tar.gz) = 343128 +MD5 (tokyocabinet-1.2.0.tar.gz) = fe40e173901a0c63a100245c753d55b9 +SHA256 (tokyocabinet-1.2.0.tar.gz) = f5d7e7a3382dfe7e0b6f91aaf8060c4318573030e6960d2f718714c69b7f3839 +SIZE (tokyocabinet-1.2.0.tar.gz) = 353355 diff --git a/databases/tokyocabinet/pkg-plist b/databases/tokyocabinet/pkg-plist index 432d0fbce608..c1abfa29ce55 100644 --- a/databases/tokyocabinet/pkg-plist +++ b/databases/tokyocabinet/pkg-plist @@ -15,8 +15,8 @@ include/tchdb.h include/tcutil.h lib/libtokyocabinet.a lib/libtokyocabinet.so -lib/libtokyocabinet.so.1 -lib/libtokyocabinet.so.1.33.0 +lib/libtokyocabinet.so.3 +lib/libtokyocabinet.so.3.1.0 libdata/pkgconfig/tokyocabinet.pc %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog |