Date: Sat, 4 May 2019 22:27:29 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500835 - head/databases/sqlite3 Message-ID: <201905042227.x44MRTI4089676@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat May 4 22:27:29 2019 New Revision: 500835 URL: https://svnweb.freebsd.org/changeset/ports/500835 Log: 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) MFH: 2019Q2 Modified: head/databases/sqlite3/Makefile (contents, props changed) head/databases/sqlite3/distinfo (contents, props changed) Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Sat May 4 22:14:02 2019 (r500834) +++ head/databases/sqlite3/Makefile Sat May 4 22:27:29 2019 (r500835) @@ -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: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Sat May 4 22:14:02 2019 (r500834) +++ head/databases/sqlite3/distinfo Sat May 4 22:27:29 2019 (r500835) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905042227.x44MRTI4089676>