diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 13:21:55 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 13:21:55 +0000 |
commit | 6801c29c9273798f48592c0c7d641de66c9584d1 (patch) | |
tree | dc15f674bb279e68fd275fccb6d27d802c92c43f /databases/tokyotyrant | |
parent | e449f30f79c2aa4db9d646d309cb8efa79e99ccd (diff) | |
download | ports-6801c29c9273798f48592c0c7d641de66c9584d1.tar.gz ports-6801c29c9273798f48592c0c7d641de66c9584d1.zip |
Notes
Diffstat (limited to 'databases/tokyotyrant')
-rw-r--r-- | databases/tokyotyrant/Makefile | 7 | ||||
-rw-r--r-- | databases/tokyotyrant/distinfo | 6 | ||||
-rw-r--r-- | databases/tokyotyrant/pkg-descr | 2 | ||||
-rw-r--r-- | databases/tokyotyrant/pkg-plist | 5 |
4 files changed, 11 insertions, 9 deletions
diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile index 3dd9cdd5e377..8f1e75874712 100644 --- a/databases/tokyotyrant/Makefile +++ b/databases/tokyotyrant/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tokyotyrant -PORTVERSION= 1.1.40 -PORTREVISION= 1 +PORTVERSION= 1.1.41 CATEGORIES= databases -MASTER_SITES= http://1978th.net/${PORTNAME}/ +MASTER_SITES= http://fallabs.com/${PORTNAME}/ MAINTAINER= gslin@gslin.org COMMENT= Network interface of Tokyo Cabinet @@ -38,6 +37,8 @@ CONFIGURE_ARGS+= --enable-lua CONFIGURE_ENV+= LDFLAGS="-L${LUA_LIBDIR}" CFLAGS+= -I${LUA_INCDIR} USE_LUA= yes +.else +CONFIGURE_ARGS+= --disable-lua .endif # Since gnomehack only works for "(libdir)" case, we need to patch it diff --git a/databases/tokyotyrant/distinfo b/databases/tokyotyrant/distinfo index a0172da6ee3d..26d661786915 100644 --- a/databases/tokyotyrant/distinfo +++ b/databases/tokyotyrant/distinfo @@ -1,3 +1,3 @@ -MD5 (tokyotyrant-1.1.40.tar.gz) = cc9b7f0c6764d37700ab43d29a5c6048 -SHA256 (tokyotyrant-1.1.40.tar.gz) = 177551ef7611d0a0153a027b8d0eb5aed73cb7860cc5161c74f1d40616d93a85 -SIZE (tokyotyrant-1.1.40.tar.gz) = 195536 +MD5 (tokyotyrant-1.1.41.tar.gz) = a47e58897bd1cbbac173d5a66cc32ae3 +SHA256 (tokyotyrant-1.1.41.tar.gz) = 42af70fb9f2795d4e05c3e37941ce392a9eaafc991e230c48115370f6d64b88f +SIZE (tokyotyrant-1.1.41.tar.gz) = 196196 diff --git a/databases/tokyotyrant/pkg-descr b/databases/tokyotyrant/pkg-descr index 9b9f2f348c42..0bd32ee83b8e 100644 --- a/databases/tokyotyrant/pkg-descr +++ b/databases/tokyotyrant/pkg-descr @@ -6,4 +6,4 @@ concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications. -WWW: http://1978th.net/tokyotyrant/ +WWW: http://fallabs.com/tokyotyrant/ diff --git a/databases/tokyotyrant/pkg-plist b/databases/tokyotyrant/pkg-plist index 71a73ffcede0..af7f642a12d0 100644 --- a/databases/tokyotyrant/pkg-plist +++ b/databases/tokyotyrant/pkg-plist @@ -2,13 +2,14 @@ %%DATADIR%%/COPYING %%DATADIR%%/ChangeLog %%DATADIR%%/THANKS -%%DATADIR%%/doc/index.html %%DATADIR%%/doc/common.css +%%DATADIR%%/doc/index.html %%DATADIR%%/doc/spex.html %%DATADIR%%/ext/mapreduce.lua %%DATADIR%%/ext/queue.lua %%DATADIR%%/ext/senatus.lua %%DATADIR%%/ext/usherette.lua +%%DATADIR%%/tokyotyrant.idl bin/tcrmgr bin/tcrmttest bin/tcrtest @@ -21,7 +22,7 @@ include/ttutil.h lib/libtokyotyrant.a lib/libtokyotyrant.so lib/libtokyotyrant.so.3 -lib/libtokyotyrant.so.3.23.0 +lib/libtokyotyrant.so.3.24.0 lib/ttskeldir.so lib/ttskelmock.so lib/ttskelnull.so |