svn commit: r500987 - branches/2019Q2/databases/sqlite3
Jan Beich
jbeich at FreeBSD.org
Wed May 8 02:20:34 UTC 2019
Author: jbeich
Date: Wed May 8 02:20:33 2019
New Revision: 500987
URL: https://svnweb.freebsd.org/changeset/ports/500987
Log:
MFH: r500835
databases/sqlite3: update to 3.28.0
Changes: https://sqlite.org/releaselog/3_28_0.html
ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/
PR: 237677
Approved by: Pavel Volkov (maintainer)
Approved by: ports-secteam (joneum)
Modified:
branches/2019Q2/databases/sqlite3/Makefile
branches/2019Q2/databases/sqlite3/distinfo
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/databases/sqlite3/Makefile
==============================================================================
--- branches/2019Q2/databases/sqlite3/Makefile Tue May 7 22:10:47 2019 (r500986)
+++ branches/2019Q2/databases/sqlite3/Makefile Wed May 8 02:20:33 2019 (r500987)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqlite3
-DISTVERSION= 3.27.2
+DISTVERSION= 3.28.0
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2019/ http://www2.sqlite.org/2019/ http://www3.sqlite.org/2019/
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
Modified: branches/2019Q2/databases/sqlite3/distinfo
==============================================================================
--- branches/2019Q2/databases/sqlite3/distinfo Tue May 7 22:10:47 2019 (r500986)
+++ branches/2019Q2/databases/sqlite3/distinfo Wed May 8 02:20:33 2019 (r500987)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551112328
-SHA256 (sqlite-autoconf-3270200.tar.gz) = 50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e
-SIZE (sqlite-autoconf-3270200.tar.gz) = 2797531
+TIMESTAMP = 1555445174
+SHA256 (sqlite-autoconf-3280000.tar.gz) = d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3
+SIZE (sqlite-autoconf-3280000.tar.gz) = 2810415
More information about the svn-ports-branches
mailing list