Index: Makefile =================================================================== --- Makefile (revision 325724) +++ Makefile (working copy) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.7.17 +PORTVERSION= 3.8.0.1 CATEGORIES= databases tcl MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-3071700 +DISTNAME= sqlite-autoconf-3080001 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) Index: distinfo =================================================================== --- distinfo (revision 325724) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3071700.tar.gz) = 8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf -SIZE (sqlite-autoconf-3071700.tar.gz) = 1876108 +SHA256 (sqlite-autoconf-3080001.tar.gz) = 1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36 +SIZE (sqlite-autoconf-3080001.tar.gz) = 1878758 Index: files/example.tcl.in =================================================================== --- files/example.tcl.in (revision 325724) +++ files/example.tcl.in (working copy) @@ -6,7 +6,7 @@ puts stderr "Usage: $argv0 DATABASE SQL-STATEMENT" exit 1 } -sqlite db [lindex $argv 0] +sqlite3 db [lindex $argv 0] db eval [lindex $argv 1] x { foreach v $x(*) { puts "$v = $x($v)"