From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 18 01:50:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 068901065675 for ; Wed, 18 Feb 2009 01:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D510A8FC18 for ; Wed, 18 Feb 2009 01:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1I1o3L5058171 for ; Wed, 18 Feb 2009 01:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1I1o3Jw058170; Wed, 18 Feb 2009 01:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 18 Feb 2009 01:50:03 GMT Resent-Message-Id: <200902180150.n1I1o3Jw058170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B9A7106564A for ; Wed, 18 Feb 2009 01:46:00 +0000 (UTC) (envelope-from lwhsu@lucky7.cs.nctu.edu.tw) Received: from lucky7.cs.nctu.edu.tw (lucky7.cs.nctu.edu.tw [140.113.17.237]) by mx1.freebsd.org (Postfix) with ESMTP id B23ED8FC08 for ; Wed, 18 Feb 2009 01:45:59 +0000 (UTC) (envelope-from lwhsu@lucky7.cs.nctu.edu.tw) Received: from lucky7.cs.nctu.edu.tw (localhost [127.0.0.1]) by lucky7.cs.nctu.edu.tw (8.14.3/8.14.3) with ESMTP id n1I1ft2C008681; Wed, 18 Feb 2009 09:41:55 +0800 (CST) (envelope-from lwhsu@lucky7.cs.nctu.edu.tw) Received: (from lwhsu@localhost) by lucky7.cs.nctu.edu.tw (8.14.3/8.14.3/Submit) id n1I1ftGo008680; Wed, 18 Feb 2009 09:41:55 +0800 (CST) (envelope-from lwhsu) Message-Id: <200902180141.n1I1ftGo008680@lucky7.cs.nctu.edu.tw> Date: Wed, 18 Feb 2009 09:41:55 +0800 (CST) From: Li-Wen Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: pgollucci@FreeBSD.org Subject: ports/131799: [PATCH] databases/tokyocabinet: update to 1.4.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 01:50:04 -0000 >Number: 131799 >Category: ports >Synopsis: [PATCH] databases/tokyocabinet: update to 1.4.7 >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: Wed Feb 18 01:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 7.1-STABLE amd64 >Organization: >Environment: System: FreeBSD lucky7 7.1-STABLE FreeBSD 7.1-STABLE #1: Thu Jan 8 11:59:12 CST >Description: - Update to 1.4.7 - Add SF mirrors - portlint(1) fix Please note this update needs to bump PORTREVISION of the ports depend on this. Port maintainer (pgollucci@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tokyocabinet-1.4.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/tokyocabinet/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 3 Feb 2009 05:11:52 -0000 1.15 +++ Makefile 18 Feb 2009 01:41:47 -0000 @@ -6,9 +6,10 @@ # PORTNAME= tokyocabinet -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.7 CATEGORIES= databases -MASTER_SITES= http://tokyocabinet.sourceforge.net/ +MASTER_SITES= SOURCEFORGE \ + http://tokyocabinet.sourceforge.net/ MAINTAINER= pgollucci@FreeBSD.org COMMENT= A modern implementation of DBM @@ -77,10 +78,10 @@ CONFIGURE_ARGS+= --disable-shared .endif -SHLIB_VER= 7.9.0 +SHLIB_VER= 7.12.0 SHLIB_VER_MAJ= 7 -PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} +PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ} # Because gnomehack will search "(libdir)" and it doesn't work, we need # to patch it manually. Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/tokyocabinet/distinfo,v retrieving revision 1.14 diff -u -u -r1.14 distinfo --- distinfo 3 Feb 2009 05:11:52 -0000 1.14 +++ distinfo 18 Feb 2009 01:41:47 -0000 @@ -1,3 +1,3 @@ -MD5 (tokyocabinet-1.4.4.tar.gz) = c9da51ed338d3791afae3802e0621cf5 -SHA256 (tokyocabinet-1.4.4.tar.gz) = c252db07bc1f99c0cff289af65d66c74b05363fccfd74a39fecbebaa86c982cd -SIZE (tokyocabinet-1.4.4.tar.gz) = 861039 +MD5 (tokyocabinet-1.4.7.tar.gz) = 27879dbaea62f78cb4baa309cd6a45f8 +SHA256 (tokyocabinet-1.4.7.tar.gz) = 31356bbe8437e4fb01dbbed1674a6754e09b16b8c0bc704bbc7deba7d5c8d031 +SIZE (tokyocabinet-1.4.7.tar.gz) = 864936 --- tokyocabinet-1.4.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: