From owner-svn-ports-all@freebsd.org Fri Sep 25 11:09:23 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 56F163F2ADE for ; Fri, 25 Sep 2020 11:09:23 +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 4ByTh21cRrz3WPb; Fri, 25 Sep 2020 11:09:21 +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 ECC9938A2D; Fri, 25 Sep 2020 20:09:17 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1601032157; bh=b6JOp4lEbyKIRg6vGCeVc+U6wAemsQ7vdFasR8hrKRg=; h=Date:To:Subject:From:In-Reply-To:References; b=omM56IJtyB5FUWC8MIkywNaYRneKBlCVBwTWu9qqkq35Pkm6migUzhDm7wHtMHlHa Fm4d9iejfylmIbX6pNK0cNRIZmaiI2Z9yrqpC1eyf2ntAloPo4U1ZlFrO0FxHubwQ+ tc8dWK2X/K5SKkz9xmdk6J0a/n+7Zdg7Ft93spbP4cEcR4A/X2K1nxgjddOjcuHGZY hRz/3PvgRtovjroL4XB5pcKr8FwqBWb0OchumrKYmvowLtJjTeZ0mcSn1sH5HXP3Qo cmKWGV6M/Gpcy5F7SXVdEQyX00KCoD/U8YSQEzELj2SK2GSpb+3sy0IpUbBGxGCh9N Fq0i2fXM4Q1pg== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 044F24D6C8; Fri, 25 Sep 2020 20:09:15 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.0 at eastasia.home.utahime.org Date: Fri, 25 Sep 2020 20:09:12 +0900 (JST) Message-Id: <20200925.200912.521848519681283840.yasu@utahime.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org Subject: Re: svn commit: r549990 - head/graphics/cairo From: Yasuhiro KIMURA In-Reply-To: <20200925130619.00a533ecddec0d59b44f5afc@bidouilliste.com> References: <202009250654.08P6sbrq071429@repo.freebsd.org> <20200925.194148.565379472697669750.yasu@utahime.org> <20200925130619.00a533ecddec0d59b44f5afc@bidouilliste.com> X-Mailer: Mew version 6.8 on Emacs 27.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4ByTh21cRrz3WPb X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=utahime.org header.s=maybe2019112701 header.b=omM56IJt; dmarc=none; spf=pass (mx1.freebsd.org: domain of yasu@utahime.org designates 183.180.29.210 as permitted sender) smtp.mailfrom=yasu@utahime.org X-Spamd-Result: default: False [-1.14 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[utahime.org:s=maybe2019112701]; NEURAL_HAM_MEDIUM(-1.00)[-1.003]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:spf-authorized.utahime.org:c]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[utahime.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.02)[-1.016]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[utahime.org:+]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM_SHORT(-0.12)[-0.119]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2519, ipnet:183.180.0.0/16, country:JP]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-all] 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: Fri, 25 Sep 2020 11:09:23 -0000 From: Emmanuel Vadot Subject: Re: svn commit: r549990 - head/graphics/cairo Date: Fri, 25 Sep 2020 13:06:19 +0200 > Done in r550014, sorry and thanks for reporting. Thank you for quick reaction! --- Yasuhiro KIMURA