From owner-svn-ports-all@freebsd.org Mon Jan 11 13:33:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5550A6B210; Mon, 11 Jan 2016 13:33:19 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 816951392; Mon, 11 Jan 2016 13:33:19 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0BDXIt2062057; Mon, 11 Jan 2016 13:33:18 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0BDXIUZ062054; Mon, 11 Jan 2016 13:33:18 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201601111333.u0BDXIUZ062054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 11 Jan 2016 13:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405785 - head/databases/tcl-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2016 13:33:19 -0000 Author: culot Date: Mon Jan 11 13:33:18 2016 New Revision: 405785 URL: https://svnweb.freebsd.org/changeset/ports/405785 Log: - Update to 3.10.0 PR: 206063 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/tcl-sqlite3/Makefile head/databases/tcl-sqlite3/distinfo head/databases/tcl-sqlite3/pkg-descr Modified: head/databases/tcl-sqlite3/Makefile ============================================================================== --- head/databases/tcl-sqlite3/Makefile Mon Jan 11 13:28:19 2016 (r405784) +++ head/databases/tcl-sqlite3/Makefile Mon Jan 11 13:33:18 2016 (r405785) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.9.2 +PORTVERSION= 3.10.0 CATEGORIES= databases tcl -MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ +MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ PKGNAMEPREFIX= tcl- DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 Modified: head/databases/tcl-sqlite3/distinfo ============================================================================== --- head/databases/tcl-sqlite3/distinfo Mon Jan 11 13:28:19 2016 (r405784) +++ head/databases/tcl-sqlite3/distinfo Mon Jan 11 13:33:18 2016 (r405785) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3090200.tar.gz) = 064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b -SIZE (sqlite-autoconf-3090200.tar.gz) = 2284431 +SHA256 (sqlite-autoconf-3100000.tar.gz) = 43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042 +SIZE (sqlite-autoconf-3100000.tar.gz) = 2331542 Modified: head/databases/tcl-sqlite3/pkg-descr ============================================================================== --- head/databases/tcl-sqlite3/pkg-descr Mon Jan 11 13:28:19 2016 (r405784) +++ head/databases/tcl-sqlite3/pkg-descr Mon Jan 11 13:33:18 2016 (r405785) @@ -1,4 +1,4 @@ This is the SQLite extension for Tcl using the Tcl Extension Architecture (TEA). -WWW: http://www.sqlite.org/ +WWW: https://www.sqlite.org/