From owner-freebsd-ports@FreeBSD.ORG Wed May 11 15:50:22 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 455A616A4CE; Wed, 11 May 2005 15:50:22 +0000 (GMT) Received: from mta10-winn.mailhost.ntl.com (smtpout18.mailhost.ntl.com [212.250.162.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F4843D31; Wed, 11 May 2005 15:50:21 +0000 (GMT) (envelope-from rasputnik@hellooperator.net) Received: from aamta02-winn.mailhost.ntl.com ([212.250.162.8]) by mta10-winn.mailhost.ntl.com with ESMTP <20050511155019.BICR12723.mta10-winn.mailhost.ntl.com@aamta02-winn.mailhost.ntl.com>; Wed, 11 May 2005 16:50:19 +0100 Received: from 9.hellooperator.net ([81.103.32.202]) by aamta02-winn.mailhost.ntl.com with ESMTP <20050511155019.DKXG1289.aamta02-winn.mailhost.ntl.com@9.hellooperator.net>; Wed, 11 May 2005 16:50:19 +0100 Received: from [10.4.0.5] (helo=eris.tenfour) by 9.hellooperator.net with esmtp (Exim 4.44) id 1DVtTG-0005VC-9Z; Wed, 11 May 2005 16:50:05 +0100 Received: from rasputnik by eris.tenfour with local (Exim 4.51 (FreeBSD)) id 1DVtTR-000J94-M5; Wed, 11 May 2005 16:50:13 +0100 Date: Wed, 11 May 2005 16:50:13 +0100 From: Dick Davies To: green@FreeBSD.org Message-ID: <20050511155013.GR2965@eris.tenfour> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ytoMbUMiTKPMT3hY" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i cc: ports@freebsd.org Subject: update to ports/databases/sqlite3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dick Davies List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 15:50:22 -0000 --ytoMbUMiTKPMT3hY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline see attached patch. -- 'One cannot make an omelette without breaking eggs -- but it is amazing how many eggs one can break without making a decent omelette.' -- Charles P. Issawi Rasputin :: Jack of All Trades - Master of Nuns --ytoMbUMiTKPMT3hY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sqlite3_port.update_to_321.patch" diff -Naur databases/sqlite3/Makefile databases/sqlite3.latest/Makefile --- databases/sqlite3/Makefile Tue Apr 12 04:25:03 2005 +++ databases/sqlite3.latest/Makefile Mon May 9 14:52:59 2005 @@ -11,8 +11,7 @@ # If you want to build the TCL wrapper, you have to define SQLITE_WITH_TCL84. PORTNAME= sqlite -PORTVERSION= 3.0.8 -PORTREVISION= 2 +PORTVERSION= 3.2.1 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -58,8 +57,6 @@ ALL_TARGET= all INSTALLS_SHLIB= YES - -WRKSRC= ${WRKDIR}/${PORTNAME} .include diff -Naur databases/sqlite3/distinfo databases/sqlite3.latest/distinfo --- databases/sqlite3/distinfo Thu Dec 23 04:26:40 2004 +++ databases/sqlite3.latest/distinfo Mon May 9 14:52:19 2005 @@ -1,2 +1,2 @@ -MD5 (sqlite-3.0.8.tar.gz) = b7dff1ec9bf4d08928c039b278630ba7 -SIZE (sqlite-3.0.8.tar.gz) = 1288859 +MD5 (sqlite-3.2.1.tar.gz) = ccf3831c2f67452d444c5e5e2c7ca6f0 +SIZE (sqlite-3.2.1.tar.gz) = 1351842 diff -Naur databases/sqlite3/pkg-plist databases/sqlite3.latest/pkg-plist --- databases/sqlite3/pkg-plist Thu Dec 23 10:20:35 2004 +++ databases/sqlite3.latest/pkg-plist Mon May 9 15:30:47 2005 @@ -10,13 +10,13 @@ %%WITH_TCL%%lib/sqlite/libtclsqlite3.a %%WITH_TCL%%lib/sqlite/pkgIndex.tcl %%WITH_TCL%%@dirrm lib/sqlite -%%PORTDOCS%%%%DOCSDIR%%/affinity.html %%PORTDOCS%%%%DOCSDIR%%/arch.html -%%PORTDOCS%%%%DOCSDIR%%/arch2.gif +%%PORTDOCS%%%%DOCSDIR%%/autoinc.html %%PORTDOCS%%%%DOCSDIR%%/c_interface.html %%PORTDOCS%%%%DOCSDIR%%/capi3.html %%PORTDOCS%%%%DOCSDIR%%/capi3ref.html %%PORTDOCS%%%%DOCSDIR%%/changes.html +%%PORTDOCS%%%%DOCSDIR%%/compile.html %%PORTDOCS%%%%DOCSDIR%%/conflict.html %%PORTDOCS%%%%DOCSDIR%%/copyright-release.html %%PORTDOCS%%%%DOCSDIR%%/copyright-release.pdf @@ -37,6 +37,7 @@ %%PORTDOCS%%%%DOCSDIR%%/oldnews.html %%PORTDOCS%%%%DOCSDIR%%/omitted.html %%PORTDOCS%%%%DOCSDIR%%/opcode.html +%%PORTDOCS%%%%DOCSDIR%%/pragma.html %%PORTDOCS%%%%DOCSDIR%%/quickstart.html %%PORTDOCS%%%%DOCSDIR%%/report1.txt %%PORTDOCS%%%%DOCSDIR%%/speed.html --ytoMbUMiTKPMT3hY--