diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-12-27 10:08:54 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-12-27 10:08:54 +0800 |
commit | df5c4844221cca8758e1117633162886f230578b (patch) | |
tree | d13ff94595d4893f0ace9f41e565d4b84702f239 | |
parent | 10d8ad4900d0c65ffd2c70690cae4eb0249684eb (diff) | |
download | freebsd-ports-gnome-df5c4844221cca8758e1117633162886f230578b.tar.gz freebsd-ports-gnome-df5c4844221cca8758e1117633162886f230578b.tar.zst freebsd-ports-gnome-df5c4844221cca8758e1117633162886f230578b.zip |
- Update databases/tokyocabinet to 1.4.41
- Bump PORTREVISION of depend ports (sh lib bump)
PR: ports/142032
Submitted by: lwshu
-rw-r--r-- | databases/py-pytc/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-tokyocabinet/Makefile | 2 | ||||
-rw-r--r-- | databases/tokyocabinet/Makefile | 10 | ||||
-rw-r--r-- | databases/tokyocabinet/distinfo | 6 | ||||
-rw-r--r-- | databases/tokyocabinet/pkg-descr | 2 | ||||
-rw-r--r-- | databases/tokyocabinet/pkg-plist | 7 | ||||
-rw-r--r-- | databases/tokyotyrant/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-tc/Makefile | 2 | ||||
-rw-r--r-- | sysutils/grok/Makefile | 1 | ||||
-rw-r--r-- | textproc/tokyodystopia/Makefile | 2 |
10 files changed, 19 insertions, 17 deletions
diff --git a/databases/py-pytc/Makefile b/databases/py-pytc/Makefile index 3df40d81710f..436e9827cc5c 100644 --- a/databases/py-pytc/Makefile +++ b/databases/py-pytc/Makefile @@ -7,7 +7,7 @@ PORTNAME= pytc PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/ruby-tokyocabinet/Makefile b/databases/ruby-tokyocabinet/Makefile index dd77ec61deff..c6b2b1e403fd 100644 --- a/databases/ruby-tokyocabinet/Makefile +++ b/databases/ruby-tokyocabinet/Makefile @@ -7,7 +7,7 @@ PORTNAME= tokyocabinet PORTVERSION= 1.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases ruby MASTER_SITES= http://1978th.net/tokyocabinet/rubypkg/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/databases/tokyocabinet/Makefile b/databases/tokyocabinet/Makefile index 309c50884a00..8235918ee7f9 100644 --- a/databases/tokyocabinet/Makefile +++ b/databases/tokyocabinet/Makefile @@ -6,9 +6,9 @@ # PORTNAME= tokyocabinet -PORTVERSION= 1.4.30 +PORTVERSION= 1.4.41 CATEGORIES= databases -MASTER_SITES= SF +MASTER_SITES= http://1978th.net/tokyocabinet/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= A modern implementation of DBM @@ -24,7 +24,7 @@ USE_LDCONFIG= yes EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in .endif -MAN1= tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \ +MAN1= tcamgr.1 tcamttest.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \ tcfmgr.1 tcfmttest.1 tcftest.1 \ tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \ tcutest.1 tctmgr.1 tctmttest.1 tcttest.1 @@ -83,8 +83,8 @@ CONFIGURE_ARGS+= --disable-pthread CONFIGURE_ARGS+= --disable-shared .endif -SHLIB_VER= 8.21.0 -SHLIB_VER_MAJ= 8 +SHLIB_VER= 9.4.0 +SHLIB_VER_MAJ= 9 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} diff --git a/databases/tokyocabinet/distinfo b/databases/tokyocabinet/distinfo index abb987317951..689fc934c8e8 100644 --- a/databases/tokyocabinet/distinfo +++ b/databases/tokyocabinet/distinfo @@ -1,3 +1,3 @@ -MD5 (tokyocabinet-1.4.30.tar.gz) = 9db239bf12c7a76f068a4e38b5575ee7 -SHA256 (tokyocabinet-1.4.30.tar.gz) = 5c44f831e0f64ffbcc3ce668e128672aed2f9fbe10e73ae98f95dfcee41e8312 -SIZE (tokyocabinet-1.4.30.tar.gz) = 945988 +MD5 (tokyocabinet-1.4.41.tar.gz) = f5cbcb55286df6bbdedd165f33fdfb5d +SHA256 (tokyocabinet-1.4.41.tar.gz) = 567bd9a05608474776a44849fca866fbbc0de69278531af5c9332c7bb6c24391 +SIZE (tokyocabinet-1.4.41.tar.gz) = 991669 diff --git a/databases/tokyocabinet/pkg-descr b/databases/tokyocabinet/pkg-descr index d21a454367b8..6234730b20c1 100644 --- a/databases/tokyocabinet/pkg-descr +++ b/databases/tokyocabinet/pkg-descr @@ -5,4 +5,4 @@ length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. -WWW: http://tokyocabinet.sourceforge.net/ +WWW: http://1978th.net/tokyocabinet/ diff --git a/databases/tokyocabinet/pkg-plist b/databases/tokyocabinet/pkg-plist index 5016230f87d8..a6716b9c94e8 100644 --- a/databases/tokyocabinet/pkg-plist +++ b/databases/tokyocabinet/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/tcamgr +bin/tcamttest bin/tcatest bin/tcbmgr bin/tcbmttest @@ -10,12 +11,12 @@ bin/tcftest bin/tchmgr bin/tchmttest bin/tchtest -bin/tcucodec -bin/tcumttest -bin/tcutest bin/tctmgr bin/tctmttest bin/tcttest +bin/tcucodec +bin/tcumttest +bin/tcutest include/tcadb.h include/tcbdb.h include/tcfdb.h diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile index 551058b5d814..09606b96eb13 100644 --- a/databases/tokyotyrant/Makefile +++ b/databases/tokyotyrant/Makefile @@ -7,7 +7,7 @@ PORTNAME= tokyotyrant PORTVERSION= 1.1.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= SF/tokyocabinet/${PORTNAME}/${PORTVERSION} diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile index 8b2954931d4c..15985b3d4d27 100644 --- a/mail/bogofilter-tc/Makefile +++ b/mail/bogofilter-tc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail PKGNAMESUFFIX= -tc diff --git a/sysutils/grok/Makefile b/sysutils/grok/Makefile index 2d747a1455c8..b66f3f6631fa 100644 --- a/sysutils/grok/Makefile +++ b/sysutils/grok/Makefile @@ -7,6 +7,7 @@ PORTNAME= grok PORTVERSION= 20091225.01 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE diff --git a/textproc/tokyodystopia/Makefile b/textproc/tokyodystopia/Makefile index 6c195936c0ce..e178fc895eb2 100644 --- a/textproc/tokyodystopia/Makefile +++ b/textproc/tokyodystopia/Makefile @@ -7,7 +7,7 @@ PORTNAME= tokyodystopia PORTVERSION= 0.9.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/tokyocabinet/${PORTNAME}/${PORTVERSION} \ http://tokyocabinet.sourceforge.net/dystopiapkg/ |