Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 15:28:57 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426172 - head/databases/sqlite3
Message-ID:  <201611151528.uAFFSv0L021205@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Nov 15 15:28:57 2016
New Revision: 426172
URL: https://svnweb.freebsd.org/changeset/ports/426172

Log:
  Update to 3.15.0.
  
  PR:		214214
  Submitted by:	maintainer (Pavel Volkov)

Modified:
  head/databases/sqlite3/Makefile
  head/databases/sqlite3/distinfo

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Tue Nov 15 15:28:05 2016	(r426171)
+++ head/databases/sqlite3/Makefile	Tue Nov 15 15:28:57 2016	(r426172)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.14.1
-PORTREVISION=	1
+PORTVERSION=	3.15.0
 CATEGORIES=	databases
 MASTER_SITES=	https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
 DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
@@ -208,4 +207,8 @@ post-build:
 	@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
 .endif
 
+# for compares with checksum from of the site
+sha1:
+	@sha1 ${DISTDIR}/${ALLFILES}
+
 .include <bsd.port.mk>

Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo	Tue Nov 15 15:28:05 2016	(r426171)
+++ head/databases/sqlite3/distinfo	Tue Nov 15 15:28:57 2016	(r426172)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471674483
-SHA256 (sqlite-autoconf-3140100.tar.gz) = bc7182476900017becb81565ecea7775d46ab747a97281aa610f4f45881c47a6
-SIZE (sqlite-autoconf-3140100.tar.gz) = 2473610
+TIMESTAMP = 1478257190
+SHA256 (sqlite-autoconf-3150000.tar.gz) = 77162da9b4a0336d7e77d5252b690662850f62b47c12d9125f74ab9de78ded27
+SIZE (sqlite-autoconf-3150000.tar.gz) = 2490473



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611151528.uAFFSv0L021205>