Date: Wed, 11 May 2005 16:50:13 +0100 From: Dick Davies <rasputnik@hellooperator.net> To: green@FreeBSD.org Cc: ports@freebsd.org Subject: update to ports/databases/sqlite3 Message-ID: <20050511155013.GR2965@eris.tenfour>
next in thread | raw e-mail | index | archive | help
--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 <bsd.port.pre.mk> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050511155013.GR2965>