From markun@onohara.to  Wed Apr 22 13:34:11 2009
Return-Path: <markun@onohara.to>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5F2AA106566B
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <markun@onohara.to>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@FreeBSD.org
Subject: [PATCH] databases/p5-DBD-SQLite: update to 1.23
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         133915
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBD-SQLite: update to 1.23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 22 13:40:02 UTC 2009
>Closed-Date:    Wed May 13 02:30:03 UTC 2009
>Last-Modified:  Wed May 13 02:40:01 UTC 2009
>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($_ = <FH>)) {
-             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($_ = <FH>)) {
-                 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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 22 13:40:17 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133915 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed May 13 02:30:00 UTC 2009 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133915 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133915: commit references a PR
Date: Wed, 13 May 2009 02:30:05 +0000 (UTC)

 clsung      2009-05-13 02:29:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/p5-DBD-SQLite Makefile distinfo 
   Removed files:
     databases/p5-DBD-SQLite/files patch-Makefile.PL 
   Log:
   - Update to 1.23
   
   PR:             ports/133915
   Submitted by:   TERAMOTO Masahiro <markun_AT_onohara dot to>
   
   Revision  Changes    Path
   1.36      +1 -1      ports/databases/p5-DBD-SQLite/Makefile
   1.24      +3 -3      ports/databases/p5-DBD-SQLite/distinfo
   1.4       +0 -41     ports/databases/p5-DBD-SQLite/files/patch-Makefile.PL (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
