From owner-svn-ports-all@freebsd.org Mon Aug 3 15:13:06 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 9622137D8D0 for ; Mon, 3 Aug 2020 15:13:06 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BL1bk0g6bz3xwP; Mon, 3 Aug 2020 15:13:05 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (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) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id CB260387E8; Tue, 4 Aug 2020 00:13:00 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1596467580; bh=efwjH1OP3V8FFaejtQWHq0iOJ+rHfn+cR+sCnuTMq8c=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=a0pn07UdIt0tNEap/uyN5kO/FVC3vDC6IPtvqXCrfaOwVOc5Dkr1afzOsdmE8xZHr 2Y/ZtnCNA1pdoDBtwwGelr8irtje/qYTx2zAmr7tfrciJqeqER8rGu5oW9x2zGV59M cBbLaLR2bm0x0RvTh1BjSHFvBdVd+2ltFmJ8deQnZCm2p9W5d0HbsUgAaj6wBDz7xp RflyA/vA9XkBzRC8XKD5GozhYa7YzJY/aZFOoCzjvm1YasCI4tH9RXkzPRWBHLvScW 2/7n1PwWUxFmXi8SgMy1ZT16o+hrBY7Es9Us0oQUHf1QkkLg//GAc0MJki9o52HCyg yHeANfSO22PhQ== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id CAA9F43118; Tue, 4 Aug 2020 00:12:57 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.4 at eastasia.home.utahime.org Date: Tue, 04 Aug 2020 00:12:30 +0900 (JST) Message-Id: <20200804.001230.91471707619687018.yasu@utahime.org> To: madpilot@FreeBSD.org Cc: svn-ports-all@freebsd.org Subject: Re: svn commit: r543921 - head/databases/sqlite3 From: Yasuhiro KIMURA In-Reply-To: References: <202008011914.071JEAwr013218@repo.freebsd.org> <20200803.200620.1842851300701906564.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BL1bk0g6bz3xwP X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; REPLY(-4.00)[] 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 15:13:06 -0000 From: Guido Falsi Subject: Re: svn commit: r543921 - head/databases/sqlite3 Date: Mon, 3 Aug 2020 14:47:04 +0200 > 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. It is correct for user of poudriere. But not for user of portmaster and portupgrade. --- Yasuhiro KIMURA