diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-04-16 15:16:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-04-16 15:16:24 +0800 |
commit | 9a73af1dee6b6748708f8e0c2b226de86eee3329 (patch) | |
tree | 5092056e0c580ede6f021970283b6352242ab7fa | |
parent | 86a10a7c8fcc90602c0f114e85a4816caa55f5e7 (diff) | |
download | freebsd-ports-gnome-9a73af1dee6b6748708f8e0c2b226de86eee3329.tar.gz freebsd-ports-gnome-9a73af1dee6b6748708f8e0c2b226de86eee3329.tar.zst freebsd-ports-gnome-9a73af1dee6b6748708f8e0c2b226de86eee3329.zip |
Update to version 3.8.9
Changes: https://sqlite.org/releaselog/3_8_9.html
ACC report: http://upstream-tracker.org/compat_reports/sqlite/3080803_to_3080900/abi_compat_report.html
PR: 199312
PR: 199313
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
-rw-r--r-- | databases/sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 4 | ||||
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/tcl-sqlite3/distinfo | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index a1c1c580cc85..ece1c6c78cc9 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.8.3 +PORTVERSION= 3.8.9 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ -DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g} +DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 56d6b5f63e8d..89e064a26443 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080803.tar.gz) = 74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411 -SIZE (sqlite-autoconf-3080803.tar.gz) = 2021112 +SHA256 (sqlite-autoconf-3080900.tar.gz) = 76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2 +SIZE (sqlite-autoconf-3080900.tar.gz) = 2037200 diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index e98bc89a0962..65012ea7a53c 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.8.3 +PORTVERSION= 3.8.9 CATEGORIES= databases tcl MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g} +DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) diff --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo index 56d6b5f63e8d..89e064a26443 100644 --- a/databases/tcl-sqlite3/distinfo +++ b/databases/tcl-sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080803.tar.gz) = 74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411 -SIZE (sqlite-autoconf-3080803.tar.gz) = 2021112 +SHA256 (sqlite-autoconf-3080900.tar.gz) = 76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2 +SIZE (sqlite-autoconf-3080900.tar.gz) = 2037200 |