svn commit: r325822 - in head/databases/tcl-sqlite3: . files
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sat Aug 31 17:46:23 UTC 2013
Author: rm
Date: Sat Aug 31 17:46:22 2013
New Revision: 325822
URL: http://svnweb.freebsd.org/changeset/ports/325822
Log:
- update to 3.8.0.1
PR: 181705
Submitted by: Pavel I Volkov <pavelivolkov at gmail.com> (maintainer)
Modified:
head/databases/tcl-sqlite3/Makefile
head/databases/tcl-sqlite3/distinfo
head/databases/tcl-sqlite3/files/example.tcl.in
Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile Sat Aug 31 17:44:46 2013 (r325821)
+++ head/databases/tcl-sqlite3/Makefile Sat Aug 31 17:46:22 2013 (r325822)
@@ -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 at gmail.com
COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA)
Modified: head/databases/tcl-sqlite3/distinfo
==============================================================================
--- head/databases/tcl-sqlite3/distinfo Sat Aug 31 17:44:46 2013 (r325821)
+++ head/databases/tcl-sqlite3/distinfo Sat Aug 31 17:46:22 2013 (r325822)
@@ -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
Modified: head/databases/tcl-sqlite3/files/example.tcl.in
==============================================================================
--- head/databases/tcl-sqlite3/files/example.tcl.in Sat Aug 31 17:44:46 2013 (r325821)
+++ head/databases/tcl-sqlite3/files/example.tcl.in Sat Aug 31 17:46:22 2013 (r325822)
@@ -6,7 +6,7 @@ if {$argc!=2} {
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)"
More information about the svn-ports-all
mailing list