From owner-svn-ports-head@freebsd.org Sun Aug 27 18:28:50 2017 Return-Path: Delivered-To: svn-ports-head@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 DF35BDF58BA; Sun, 27 Aug 2017 18:28:50 +0000 (UTC) (envelope-from sunpoet@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 9E7767E88B; Sun, 27 Aug 2017 18:28:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7RISnAB089080; Sun, 27 Aug 2017 18:28:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7RISnfW089078; Sun, 27 Aug 2017 18:28:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708271828.v7RISnfW089078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Aug 2017 18:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448835 - head/databases/tcl-sqlite3 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/tcl-sqlite3 X-SVN-Commit-Revision: 448835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Aug 2017 18:28:51 -0000 Author: sunpoet Date: Sun Aug 27 18:28:49 2017 New Revision: 448835 URL: https://svnweb.freebsd.org/changeset/ports/448835 Log: Update to 3.20.1 - Remove optimization flag Changes: https://www.sqlite.org/releaselog/3_20_1.html PR: 221851 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/tcl-sqlite3/Makefile head/databases/tcl-sqlite3/distinfo Modified: head/databases/tcl-sqlite3/Makefile ============================================================================== --- head/databases/tcl-sqlite3/Makefile Sun Aug 27 18:28:44 2017 (r448834) +++ head/databases/tcl-sqlite3/Makefile Sun Aug 27 18:28:49 2017 (r448835) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.20.0 +PORTVERSION= 3.20.1 CATEGORIES= databases tcl MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ PKGNAMEPREFIX= tcl- @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/tea USES= pkgconfig tcl:tea USE_LDCONFIG= yes -CFLAGS+= -Os CFLAGS+= `pkg-config --cflags sqlite3` LDFLAGS+= `pkg-config --libs sqlite3` CONFIGURE_ARGS= --with-system-sqlite Modified: head/databases/tcl-sqlite3/distinfo ============================================================================== --- head/databases/tcl-sqlite3/distinfo Sun Aug 27 18:28:44 2017 (r448834) +++ head/databases/tcl-sqlite3/distinfo Sun Aug 27 18:28:49 2017 (r448835) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502286131 -SHA256 (sqlite-autoconf-3200000.tar.gz) = 3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0 -SIZE (sqlite-autoconf-3200000.tar.gz) = 2565548 +TIMESTAMP = 1503825624 +SHA256 (sqlite-autoconf-3200100.tar.gz) = ec66595b29bc0798b023a5122021ea646ab4fa9e2f735937c5426feeba950742 +SIZE (sqlite-autoconf-3200100.tar.gz) = 2565638