svn commit: r384086 - in head/databases: sqlite3 tcl-sqlite3
Jan Beich
jbeich at FreeBSD.org
Thu Apr 16 07:16:26 UTC 2015
Author: jbeich
Date: Thu Apr 16 07:16:24 2015
New Revision: 384086
URL: https://svnweb.freebsd.org/changeset/ports/384086
Log:
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 at gmail.com> (maintainer)
Modified:
head/databases/sqlite3/Makefile
head/databases/sqlite3/distinfo
head/databases/tcl-sqlite3/Makefile
head/databases/tcl-sqlite3/distinfo
Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile Thu Apr 16 06:35:01 2015 (r384085)
+++ head/databases/sqlite3/Makefile Thu Apr 16 07:16:24 2015 (r384086)
@@ -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 at gmail.com
COMMENT= SQL database engine in a C library
Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo Thu Apr 16 06:35:01 2015 (r384085)
+++ head/databases/sqlite3/distinfo Thu Apr 16 07:16:24 2015 (r384086)
@@ -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
Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile Thu Apr 16 06:35:01 2015 (r384085)
+++ head/databases/tcl-sqlite3/Makefile Thu Apr 16 07:16:24 2015 (r384086)
@@ -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 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 Thu Apr 16 06:35:01 2015 (r384085)
+++ head/databases/tcl-sqlite3/distinfo Thu Apr 16 07:16:24 2015 (r384086)
@@ -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
More information about the svn-ports-all
mailing list