From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 22 13:40:02 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 C70301065676 for ; Wed, 22 Apr 2009 13:40:02 +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 A66008FC23 for ; Wed, 22 Apr 2009 13:40:02 +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 n3MDe2eY020532 for ; Wed, 22 Apr 2009 13:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3MDe2Cd020531; Wed, 22 Apr 2009 13:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 22 Apr 2009 13:40:02 GMT Resent-Message-Id: <200904221340.n3MDe2Cd020531@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, TERAMOTO Masahiro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F2AA106566B for ; Wed, 22 Apr 2009 13:34:11 +0000 (UTC) (envelope-from markun@onohara.to) Received: from gate.onohara.to (gate.onohara.to [202.222.28.229]) by mx1.freebsd.org (Postfix) with ESMTP id 009C88FC19 for ; Wed, 22 Apr 2009 13:34:10 +0000 (UTC) (envelope-from markun@onohara.to) Received: by gate.onohara.to (Postfix, from userid 1000) id 240FD2845B; Wed, 22 Apr 2009 22:34:11 +0900 (JST) Message-Id: <20090422133411.240FD2845B@gate.onohara.to> Date: Wed, 22 Apr 2009 22:34:11 +0900 (JST) From: TERAMOTO Masahiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/133915: [PATCH] databases/p5-DBD-SQLite: update to 1.23 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, 22 Apr 2009 13:40:03 -0000 >Number: 133915 >Category: ports >Synopsis: [PATCH] databases/p5-DBD-SQLite: update to 1.23 >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 Apr 22 13:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 6.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD gate.onohara.to 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008 >Description: - Update to 1.23 Removed file(s): - files/patch-Makefile.PL Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-DBD-SQLite-1.23.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-SQLite/Makefile /home/markun/work/ports/p5-DBD-SQLite/Makefile --- /usr/ports/databases/p5-DBD-SQLite/Makefile 2007-09-22 12:55:58.000000000 +0900 +++ /home/markun/work/ports/p5-DBD-SQLite/Makefile 2009-04-22 22:33:13.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= DBD-SQLite -PORTVERSION= 1.14 +PORTVERSION= 1.23 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-SQLite/distinfo /home/markun/work/ports/p5-DBD-SQLite/distinfo --- /usr/ports/databases/p5-DBD-SQLite/distinfo 2007-09-22 12:55:58.000000000 +0900 +++ /home/markun/work/ports/p5-DBD-SQLite/distinfo 2009-04-22 22:33:13.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (DBD-SQLite-1.14.tar.gz) = 78a89cc8fd46bb2a5d537433dcccc8e6 -SHA256 (DBD-SQLite-1.14.tar.gz) = 44189d373a77eeb8a5353e0cd88bff04dde6e611678abdc6834c80d35d2f0d07 -SIZE (DBD-SQLite-1.14.tar.gz) = 703380 +MD5 (DBD-SQLite-1.23.tar.gz) = 3fb6d567a507b4f347d56a6ba38966d0 +SHA256 (DBD-SQLite-1.23.tar.gz) = d2c8532aa54521aa725c0f63f4e0025d56e87e70ede0f86fdd2447dbf738d895 +SIZE (DBD-SQLite-1.23.tar.gz) = 1042328 diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-SQLite/files/patch-Makefile.PL /home/markun/work/ports/p5-DBD-SQLite/files/patch-Makefile.PL --- /usr/ports/databases/p5-DBD-SQLite/files/patch-Makefile.PL 2006-09-12 22:29:00.000000000 +0900 +++ /home/markun/work/ports/p5-DBD-SQLite/files/patch-Makefile.PL 1970-01-01 09:00:00.000000000 +0900 @@ -1,41 +0,0 @@ ---- Makefile.PL.orig Fri Sep 8 05:45:13 2006 -+++ Makefile.PL Tue Sep 12 13:59:02 2006 -@@ -68,31 +68,31 @@ - - # Now, check for a compatible sqlite3 - unless ($force_local) { -- my ($dir, $file, $fh, $version); -+ my ($dir, $file, $version); - print "Checking installed SQLite version...\n"; - if ($sqlite_inc) { -- open($fh, '< ' . File::Spec->catfile($sqlite_inc, 'sqlite3.h')) -+ open(FH, '< ' . File::Spec->catfile($sqlite_inc, 'sqlite3.h')) - or die "Error opening sqlite3.h in $sqlite_inc: $!"; -- while (defined($_ = <$fh>)) { -+ while (defined($_ = )) { - if (/\#define\s+SQLITE_VERSION_NUMBER\s+(\d+)/) { - $version = $1; - last; - } - } -- close($fh); -+ close(FH); - } else { - # Go hunting for the file (Matt: Add more dirs here as you see fit) - for $dir ([ qw(usr include) ], [ qw(usr local include) ]) { - $file = File::Spec->catfile('', @$dir, 'sqlite3.h'); - next unless (-f $file); -- open($fh, "< $file") or die "Error opening $file: $!"; -- while (defined($_ = <$fh>)) { -+ open(FH, "< $file") or die "Error opening $file: $!"; -+ while (defined($_ = )) { - if (/\#define\s+SQLITE_VERSION_NUMBER\s+(\d+)/) { - $version = $1; - last; - } - } -- close($fh); -+ close(FH); - last if $version; - } - } --- p5-DBD-SQLite-1.23.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: