From owner-svn-ports-all@freebsd.org Mon Aug 3 17:44:17 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 5543D3A331A for ; Mon, 3 Aug 2020 17:44:17 +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 4BL4y86Cdxz49Xy; Mon, 3 Aug 2020 17:44:16 +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 EE1DC38E84; Tue, 4 Aug 2020 02:44:12 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1596476652; bh=iFeEj0Y5TUP1WR9QNSEMwZvLcMsTWPmGdozhA5Vkkjw=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=lpEvLlfcsL3FTz1s19x4fwF/TY7YCdFNZyHiUrrNAoRCehsu8gu9opKehlw4r2fgv 8u9P14WFJocraD2+UhIOtrG0j69Elglc/PWNnT3t4VMVuUY8SaFzENUKdKQp4DQS7j 8fa8QTKuC1W5XelB0xACS/S+paqz9D2bsP56Aenaob+USiYvSVBsDipDhQOYKWAH/k iuLLTXizb/hNuMABku4BhjKvf0oWaAAbiBas8eCQu+NlMvFeBoxVZGLfvNvrPcFQ4C WTBZCpCUv8x5xmLyc1nP8V9JevPC0c0kWdwA7q/pNW6Xtp6x+dFwLQsez9ItFA1m/S /sBaT2iwiuHFA== 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 EF65443956; Tue, 4 Aug 2020 02:44:11 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.4 at eastasia.home.utahime.org Date: Tue, 04 Aug 2020 02:43:51 +0900 (JST) Message-Id: <20200804.024351.295388212795395830.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: <20200804.001230.91471707619687018.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: 4BL4y86Cdxz49Xy X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP] 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 17:44:17 -0000 From: Guido Falsi Subject: Re: svn commit: r543921 - head/databases/sqlite3 Date: Mon, 3 Aug 2020 19:31:48 +0200 > PORTREVISION bumped in r544088. Thank you for your quick response. --- Yasuhiro KIMURA