ports/133915: [PATCH] databases/p5-DBD-SQLite: update to 1.23

TERAMOTO Masahiro markun at onohara.to
Wed Apr 22 13:40:03 UTC 2009


>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list