mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- update to 3.8.0.1
PR: 181705 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
This commit is contained in:
parent
5e84381dc9
commit
003940cc6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325822
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue