diff options
author | culot <culot@FreeBSD.org> | 2014-05-20 20:38:09 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-05-20 20:38:09 +0800 |
commit | 77676e025b62434c7239da00e108cbb3c25e18e3 (patch) | |
tree | df4b0322fe4b56c46c3fa4ec16af8eb908992eb1 /databases/sqlite3 | |
parent | e8a3bfa7d2abc43bd114cc9c070486c272d9f078 (diff) | |
download | freebsd-ports-gnome-77676e025b62434c7239da00e108cbb3c25e18e3.tar.gz freebsd-ports-gnome-77676e025b62434c7239da00e108cbb3c25e18e3.tar.zst freebsd-ports-gnome-77676e025b62434c7239da00e108cbb3c25e18e3.zip |
- Update to 3.8.4.3
Changes: http://www.sqlite.org/releaselog/3_8_4_3.html
PR: ports/189985
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile | 12 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 4 | ||||
-rw-r--r-- | databases/sqlite3/pkg-descr | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 24021bfe9957..a7134c856839 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.4.2 +PORTVERSION= 3.8.4.3 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ -DISTNAME= sqlite-autoconf-3080402 +DISTNAME= sqlite-autoconf-3080403 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library @@ -43,10 +43,10 @@ UNLOCK_NOTIFY_DESC= Enable notification on unlocking EXTENSION_DESC= Allow loadable extensions OPTIONS_SINGLE_RAMT= TS0 TS1 TS2 TS3 -RAMT_DESC= Where to store temporary files -TS0_DESC= Always use temporary files -TS1_DESC= Files by default, allow changes with PRAGMA -TS2_DESC= Memory by default,allow changes with PRAGMA +RAMT_DESC= Where to store temporary file +TS0_DESC= Always use temporary file +TS1_DESC= File by default, change allowed PRAGMA +TS2_DESC= Memory by default, change allowed PRAGMA TS3_DESC= Always use memory OPTIONS_RADIO_STAT= STAT3 STAT4 diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index cfacb2849a1b..d3e308f69a52 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080402.tar.gz) = e492dd83eb66f13bdac99ce4f1b14a80c84661ac2b64a8d105acc4b6cb66f1a5 -SIZE (sqlite-autoconf-3080402.tar.gz) = 1937368 +SHA256 (sqlite-autoconf-3080403.tar.gz) = e0e995e23a324a5d6ae95d8a836240382a4d7475d09707fc469c8cafcbd48d65 +SIZE (sqlite-autoconf-3080403.tar.gz) = 1937379 diff --git a/databases/sqlite3/pkg-descr b/databases/sqlite3/pkg-descr index 3cdcbd6b2daf..88d2ce80737e 100644 --- a/databases/sqlite3/pkg-descr +++ b/databases/sqlite3/pkg-descr @@ -4,4 +4,4 @@ The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library. -WWW: http://www.sqlite.org/ +WWW: https://www.sqlite.org/ |