diff options
author | wxs <wxs@FreeBSD.org> | 2009-07-28 22:53:52 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-07-28 22:53:52 +0800 |
commit | 8df377f26f04abfdf156124ca4c2ac2d6b5174c8 (patch) | |
tree | dfcd6f5cc7aba8e519f05750f80332c564762f05 /databases | |
parent | 32a2145bb146c7cd57697cefef894aeae263ce45 (diff) | |
download | freebsd-ports-gnome-8df377f26f04abfdf156124ca4c2ac2d6b5174c8.tar.gz freebsd-ports-gnome-8df377f26f04abfdf156124ca4c2ac2d6b5174c8.tar.zst freebsd-ports-gnome-8df377f26f04abfdf156124ca4c2ac2d6b5174c8.zip |
- Update to 1.1.33 [1]
- While here respect PREFIX/LOCALBASE
PR: ports/136987 [1]
Submitted by: Qing Feng <qingfeng@me.com> [1]
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) [1]
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tokyotyrant/Makefile | 6 | ||||
-rw-r--r-- | databases/tokyotyrant/distinfo | 6 | ||||
-rw-r--r-- | databases/tokyotyrant/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile index 0c9838afd0bc..eced2e15ce29 100644 --- a/databases/tokyotyrant/Makefile +++ b/databases/tokyotyrant/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tokyotyrant -PORTVERSION= 1.1.28 -PORTREVISION= 2 +PORTVERSION= 1.1.33 CATEGORIES= databases MASTER_SITES= SF MASTER_SITE_SUBDIR= tokyocabinet @@ -29,6 +28,9 @@ MAN8= ttservctl.8 OPTIONS= LUA "Enable LUA support" off +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" +CFLAGS+= -I${LOCALBASE}/include + .include <bsd.port.pre.mk> .if defined(WITH_LUA) diff --git a/databases/tokyotyrant/distinfo b/databases/tokyotyrant/distinfo index a8ce540913d1..95f48f3aa3a5 100644 --- a/databases/tokyotyrant/distinfo +++ b/databases/tokyotyrant/distinfo @@ -1,3 +1,3 @@ -MD5 (tokyotyrant-1.1.28.tar.gz) = 14451ccbffbecfadc2ce0830cf4a91ff -SHA256 (tokyotyrant-1.1.28.tar.gz) = ea88338bcbafeb0d12c4ab88dea8566e86172270627b9cedab0f5c89bea11a0a -SIZE (tokyotyrant-1.1.28.tar.gz) = 181804 +MD5 (tokyotyrant-1.1.33.tar.gz) = 880d6af48458bc04b993bdae6ecc543d +SHA256 (tokyotyrant-1.1.33.tar.gz) = 1423d6be5561fa85253d3c1e02f27e893e1d57f7620406d8b0da12f1cf5c430a +SIZE (tokyotyrant-1.1.33.tar.gz) = 185691 diff --git a/databases/tokyotyrant/pkg-plist b/databases/tokyotyrant/pkg-plist index bf651d67e044..6867791017e7 100644 --- a/databases/tokyotyrant/pkg-plist +++ b/databases/tokyotyrant/pkg-plist @@ -4,6 +4,7 @@ %%DATADIR%%/THANKS %%DATADIR%%/doc/index.html %%DATADIR%%/ext/mapreduce.lua +%%DATADIR%%/ext/queue.lua %%DATADIR%%/ext/senatus.lua %%DATADIR%%/ext/usherette.lua bin/tcrmgr @@ -18,7 +19,7 @@ include/ttutil.h lib/libtokyotyrant.a lib/libtokyotyrant.so lib/libtokyotyrant.so.3 -lib/libtokyotyrant.so.3.11.0 +lib/libtokyotyrant.so.3.16.0 lib/ttskeldir.so lib/ttskelmock.so lib/ttskelnull.so |