From owner-svn-ports-head@freebsd.org Wed Nov 16 18:10:36 2016 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 5737EC45469; Wed, 16 Nov 2016 18:10:36 +0000 (UTC) (envelope-from jbeich@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 0CE811553; Wed, 16 Nov 2016 18:10:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAGIAZ71067648; Wed, 16 Nov 2016 18:10:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAGIAZDK067646; Wed, 16 Nov 2016 18:10:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611161810.uAGIAZDK067646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 Nov 2016 18:10:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426253 - head/databases/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-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: Wed, 16 Nov 2016 18:10:36 -0000 Author: jbeich Date: Wed Nov 16 18:10:34 2016 New Revision: 426253 URL: https://svnweb.freebsd.org/changeset/ports/426253 Log: databases/sqlite3: update to 3.15.1 - Add missing deps for `pkg-config sqlite3 --libs --static` Changes: https://sqlite.org/releaselog/3_15_1.html ABI: https://abi-laboratory.pro/tracker/timeline/sqlite/ PR: 214569 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/sqlite3/Makefile (contents, props changed) head/databases/sqlite3/distinfo (contents, props changed) Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Wed Nov 16 18:10:25 2016 (r426252) +++ head/databases/sqlite3/Makefile Wed Nov 16 18:10:34 2016 (r426253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.15.0 +PORTVERSION= 3.15.1 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 @@ -166,12 +166,12 @@ STMT_CPPFLAGS= -DSQLITE_ENABLE_STMT_SCAN EXTENSION_CONFIGURE_ENABLE= dynamic-extensions THREADS_CONFIGURE_ENABLE= threadsafe -THREADS_LDFLAGS= -lpthread +THREADS_LIBS= -lpthread ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:devel/icu ICU_LIB_DEPENDS= libicudata.so:devel/icu ICU_CPPFLAGS= `${LOCALBASE}/bin/icu-config --cppflags` -DSQLITE_ENABLE_ICU=1 -ICU_LDFLAGS= `${LOCALBASE}/bin/icu-config --ldflags` +ICU_LIBS= `${LOCALBASE}/bin/icu-config --ldflags` UNICODE61_CPPFLAGS_OFF= -DSQLITE_DISABLE_FTS3_UNICODE=1 @@ -201,6 +201,7 @@ post-configure: @${ECHO_MSG} "===> CPPFLAGS=${CPPFLAGS}" @${ECHO_MSG} "===> CFLAGS=${CFLAGS}" @${ECHO_MSG} "===> LDFLAGS=${LDFLAGS}" + @${ECHO_MSG} "===> LIBS=${LIBS}" post-build: .if ${ARCH}=="i386" Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Wed Nov 16 18:10:25 2016 (r426252) +++ head/databases/sqlite3/distinfo Wed Nov 16 18:10:34 2016 (r426253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478257190 -SHA256 (sqlite-autoconf-3150000.tar.gz) = 77162da9b4a0336d7e77d5252b690662850f62b47c12d9125f74ab9de78ded27 -SIZE (sqlite-autoconf-3150000.tar.gz) = 2490473 +TIMESTAMP = 1479294662 +SHA256 (sqlite-autoconf-3150100.tar.gz) = 5dfa89b7697ee3c2ac7b44e8e157e7f204bf999c866afcaa8bb1c7ff656ae2c5 +SIZE (sqlite-autoconf-3150100.tar.gz) = 2491350