From owner-svn-ports-all@freebsd.org Mon Aug 3 12:47:07 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9D718379F11 for ; Mon, 3 Aug 2020 12:47:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BKyMH3jqYz3WTQ; Mon, 3 Aug 2020 12:47:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from ubik.madpilot.net (unknown [88.147.25.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id EEC1F291C3; Mon, 3 Aug 2020 12:47:06 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: svn commit: r543921 - head/databases/sqlite3 To: Yasuhiro KIMURA Cc: svn-ports-all@freebsd.org References: <202008011914.071JEAwr013218@repo.freebsd.org> <20200803.200620.1842851300701906564.yasu@utahime.org> From: Guido Falsi Message-ID: Date: Mon, 3 Aug 2020 14:47:04 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200803.200620.1842851300701906564.yasu@utahime.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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, 03 Aug 2020 12:47:07 -0000 On 03/08/20 13:06, Yasuhiro KIMURA wrote: > From: Guido Falsi > Subject: svn commit: r543921 - head/databases/sqlite3 > Date: Sat, 1 Aug 2020 19:14:10 +0000 (UTC) > >> Author: madpilot >> Date: Sat Aug 1 19:14:10 2020 >> New Revision: 543921 >> URL: https://svnweb.freebsd.org/changeset/ports/543921 >> >> Log: >> - Add back REALINEP and READLINES options and make them and LIBEDIT >> option work after r542047 [1] >> - Also add back options descriptions [1] >> - While here make STAT3 and STAT4 options descriptions start with >> uppercase letter [1] >> - Since in r542047 OPTIONS_GROUP_RL was changed to OPTIONS_RADIO_RL >> also bug 239228 can be closed [2] >> >> PR: 248323 [1], 239228 [2] >> Submitted by: myself [1], Dennis Clarke [2] >> Approved by: maintainer [1] >> >> Modified: >> head/databases/sqlite3/Makefile > > Please bump PORTREVISION because default option setting releted to > OPTIONS_RADIO_RL is changed from "EDITLINE : off, READLINEP : off, > READLINES : off" to "LIBEDIT : on, READLINEP : off, READLINES : off" > and it causes libedit is linked to sqlite3 again. Since options have changed the bump is not really necessary, the package will be built again by the cluster due to this. pkg should also notice the option change and reinstall the port without a bump. -- Guido Falsi