From owner-svn-ports-all@freebsd.org Sun Aug 23 15:18:56 2015 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 B46199C07BA; Sun, 23 Aug 2015 15:18:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 8BED01669; Sun, 23 Aug 2015 15:18:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7NFIu3L065916; Sun, 23 Aug 2015 15:18:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7NFIuwn065914; Sun, 23 Aug 2015 15:18:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508231518.t7NFIuwn065914@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, 23 Aug 2015 15:18:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395101 - 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-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: Sun, 23 Aug 2015 15:18:56 -0000 Author: sunpoet Date: Sun Aug 23 15:18:55 2015 New Revision: 395101 URL: https://svnweb.freebsd.org/changeset/ports/395101 Log: - Update to 3.8.11.1 - Update MASTER_SITES - Sort USES - Cosmetic change Changes: https://www.sqlite.org/releaselog/3_8_11_1.html PR: 202568 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Sun Aug 23 15:18:50 2015 (r395100) +++ head/databases/sqlite3/Makefile Sun Aug 23 15:18:55 2015 (r395101) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.10.2 +PORTVERSION= 3.8.11.1 CATEGORIES= databases -MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ -DISTNAME= sqlite-autoconf-${PORTVERSION:S|.10|10|:S|.|0|g} +MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ +DISTNAME= sqlite-autoconf-${PORTVERSION:S|8.|8|:S|.|0|g} MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library @@ -17,10 +17,11 @@ LICENSE_PERMS= dist-mirror dist-sell pkg CONFLICTS= sqlite34-[0-9]* sqlcipher-[0-9]* -USES= pathfix libtool ncurses +USES= libtool ncurses pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +CFLAGS+= -Os MAKE_JOBS_UNSAFE= yes @@ -146,6 +147,7 @@ READLINE_USES= readline post-configure: @${ECHO_MSG} "===> CONFIGURE_ARGS=${CONFIGURE_ARGS}" @${ECHO_MSG} "===> CPPFLAGS=${CPPFLAGS}" + @${ECHO_MSG} "===> CFLAGS=${CFLAGS}" @${ECHO_MSG} "===> LDFLAGS=${LDFLAGS}" post-build: Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Sun Aug 23 15:18:50 2015 (r395100) +++ head/databases/sqlite3/distinfo Sun Aug 23 15:18:55 2015 (r395101) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3081002.tar.gz) = 8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626 -SIZE (sqlite-autoconf-3081002.tar.gz) = 2049387 +SHA256 (sqlite-autoconf-3081101.tar.gz) = fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6 +SIZE (sqlite-autoconf-3081101.tar.gz) = 2101885