Date: Tue, 13 Feb 2007 09:26:38 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109114: [PATCH] database/sqlite3: New version 3.3.12 is released. Message-ID: <20070213002638.3823C20@eastasia.home.utahime.org> Resent-Message-ID: <200702130030.l1D0U4tS061792@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109114 >Category: ports >Synopsis: [PATCH] database/sqlite3: New version 3.3.12 is released. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 00:30:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 6.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD xxxx 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Sat Feb 10 09:14:31 JST 2007 xxxx i386 >Description: New version 3.3.12 is released. I set severity to serious because source tarball of current version (3.3.8) is unavailable now. >How-To-Repeat: >Fix: --- patch-sqlite3 begins here --- Index: Makefile =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/databases/sqlite3/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 13 Dec 2006 03:16:47 -0000 1.22 +++ Makefile 13 Feb 2007 00:07:16 -0000 @@ -7,7 +7,7 @@ # PORTNAME= sqlite -PORTVERSION= 3.3.8 +PORTVERSION= 3.3.12 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ Index: distinfo =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/databases/sqlite3/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 21 Nov 2006 12:25:46 -0000 1.14 +++ distinfo 13 Feb 2007 00:07:44 -0000 @@ -1,3 +1,3 @@ -MD5 (sqlite-3.3.8.tar.gz) = 2b2b0f967b6c5df1a5d495067c092d11 -SHA256 (sqlite-3.3.8.tar.gz) = 25ad20114cbf9821249b9e383f2af5ca447ea5382149519c0a84bf9fb37f0f0a -SIZE (sqlite-3.3.8.tar.gz) = 1921871 +MD5 (sqlite-3.3.12.tar.gz) = ae251cc7a4b54b80941d400ed5af01b7 +SHA256 (sqlite-3.3.12.tar.gz) = e005781cb0356f65200c05979c04fea533b9a7d873e0060672a4d384468b7186 +SIZE (sqlite-3.3.12.tar.gz) = 2021696 Index: files/patch-Makefile.in =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/databases/sqlite3/files/patch-Makefile.in,v retrieving revision 1.4 diff -u -r1.4 patch-Makefile.in --- files/patch-Makefile.in 22 May 2005 00:06:40 -0000 1.4 +++ files/patch-Makefile.in 13 Feb 2007 00:12:59 -0000 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Fri Mar 11 14:50:32 2005 -+++ Makefile.in Sat Mar 19 16:06:28 2005 -@@ -212,7 +212,7 @@ +--- Makefile.in.orig Mon Jan 8 22:39:27 2007 ++++ Makefile.in Tue Feb 13 09:12:31 2007 +@@ -260,7 +260,7 @@ # This is the default Makefile target. The objects listed here # are what get build when you type just "make" with no arguments. # @@ -9,14 +9,14 @@ Makefile: $(TOP)/Makefile.in ./config.status -@@ -611,8 +611,8 @@ - $(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin +@@ -666,8 +666,8 @@ $(INSTALL) -d $(DESTDIR)$(prefix)/include $(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include + $(INSTALL) -m 0644 $(TOP)/src/sqlite3ext.h $(DESTDIR)$(prefix)/include - $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig; - $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig; -+ $(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; -+ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; ++ $(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; ++ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; tcl_install: libtclsqlite3.la tclsh $(TOP)/tclinstaller.tcl $(VERSION) --- patch-sqlite3 ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070213002638.3823C20>