Date: Sun, 15 Mar 2009 12:05:12 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: pgollucci@FreeBSD.org, gslin@gslin.org Subject: ports/132648: [PATCH] databases/tokyocabinet: update to 1.4.10 Message-ID: <20090315040512.9219F7E823@colo-p.gslin.org> Resent-Message-ID: <200903150410.n2F4A33v060556@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132648 >Category: ports >Synopsis: [PATCH] databases/tokyocabinet: update to 1.4.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 15 04:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD gslin 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009 >Description: - Update to 1.4.10 - Avoid to use http://tokyocabinet.sourceforge.net/ as distfiles. Port maintainer (pgollucci@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tokyocabinet-1.4.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/tokyocabinet/Makefile /home/staff/gslin/work/ports/tokyocabinet/Makefile --- /usr/ports/databases/tokyocabinet/Makefile 2009-03-10 19:38:36.000000000 +0800 +++ /home/staff/gslin/work/ports/tokyocabinet/Makefile 2009-03-15 12:01:02.000000000 +0800 @@ -6,10 +6,9 @@ # PORTNAME= tokyocabinet -PORTVERSION= 1.4.9 +PORTVERSION= 1.4.10 CATEGORIES= databases -MASTER_SITES= SOURCEFORGE \ - http://tokyocabinet.sourceforge.net/ +MASTER_SITES= SF MAINTAINER= pgollucci@FreeBSD.org COMMENT= A modern implementation of DBM @@ -78,8 +77,8 @@ CONFIGURE_ARGS+= --disable-shared .endif -SHLIB_VER= 7.14.0 -SHLIB_VER_MAJ= 7 +SHLIB_VER= 8.1.0 +SHLIB_VER_MAJ= 8 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} diff -ruN --exclude=CVS /usr/ports/databases/tokyocabinet/distinfo /home/staff/gslin/work/ports/tokyocabinet/distinfo --- /usr/ports/databases/tokyocabinet/distinfo 2009-03-10 19:38:36.000000000 +0800 +++ /home/staff/gslin/work/ports/tokyocabinet/distinfo 2009-03-15 11:59:53.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (tokyocabinet-1.4.9.tar.gz) = 295c5c04d62bfd3a772dbfa1bc9991ca -SHA256 (tokyocabinet-1.4.9.tar.gz) = abe3898761283ace6457c4e0ed07e72bcd804a3c3cf8fbf75e896f68cd1cddf3 -SIZE (tokyocabinet-1.4.9.tar.gz) = 916084 +MD5 (tokyocabinet-1.4.10.tar.gz) = 28c23bd98cacea906333a03c0807bd23 +SHA256 (tokyocabinet-1.4.10.tar.gz) = ba68055eaa2c9db619c73dfebd086b52d12fe22d1353b30d6bcd5e00b47e2e5b +SIZE (tokyocabinet-1.4.10.tar.gz) = 862385 --- tokyocabinet-1.4.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090315040512.9219F7E823>