From owner-dev-commits-ports-all@freebsd.org Fri May 7 01:23:16 2021 Return-Path: Delivered-To: dev-commits-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 E4EEA633CA7; Fri, 7 May 2021 01:23:16 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from maybe.home.utahime.org (gate.home.utahime.org [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 4Fbt4N2yxJz3HHP; Fri, 7 May 2021 01:23:15 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by maybe.home.utahime.org (Postfix) with ESMTPS id 8ABF028275; Fri, 7 May 2021 10:23:07 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1620350587; bh=JcZUyFuFt1By8XC5vOY0RiDAg+rU4zrAn82Hr95G3to=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=VuQNtB9HFjIrJa9MuyyfjPwG/9Bk6VtYzlRMwsdb9BojzxA2bMb0DgvqNxLz8b8oi P87PluACgEZLynAC7hCWx0lzDHlWEagEYSa6Pi9lUU12bhaAL6QdZRnNI2DTZ73Gkh oKstkpHNoxE3DySrJIWfX16WJMUhmANaTKm0HjTUqJPsG/Px9dmT8gtDdJjoQE1kSf MgH2ZTa7FpBhXB6/kPN4mOqXzTLZ7o7a45QyqgIIcoSNyRlmMgJvCB2IQxH5oSs0XL TI2dhwIrgw0jvapCODGCAxqymYdxLSpCgpUVzwu8fyZtVC2JPW1aj9loDwEbLGhDua VpqpzOtgjlp3Q== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id C431D2069C; Fri, 7 May 2021 10:23:06 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.2 at eastasia.home.utahime.org Date: Fri, 07 May 2021 10:16:08 +0900 (JST) Message-Id: <20210507.101608.223004339272097014.yasu@utahime.org> To: mat@FreeBSD.org Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 2364a45b4cfc - main - lang/perl5.34: Add new port at 5.34.0-RC1. From: Yasuhiro Kimura In-Reply-To: <202105061322.146DMDuU044736@gitrepo.freebsd.org> References: <202105061322.146DMDuU044736@gitrepo.freebsd.org> X-Mailer: Mew version 6.8 on Emacs 27.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Fbt4N2yxJz3HHP X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2021 01:23:17 -0000 Hello Mathieu. From: Mathieu Arnold Subject: git: 2364a45b4cfc - main - lang/perl5.34: Add new port at 5.34.0-RC1. Date: Thu, 6 May 2021 13:22:13 GMT > The branch main has been updated by mat: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=2364a45b4cfc0bbb11940d8e8ba9b110ef5104da > > commit 2364a45b4cfc0bbb11940d8e8ba9b110ef5104da > Author: Mathieu Arnold > AuthorDate: 2021-05-06 13:07:58 +0000 > Commit: Mathieu Arnold > CommitDate: 2021-05-06 13:21:48 +0000 > > lang/perl5.34: Add new port at 5.34.0-RC1. > > Changes: https://metacpan.org/pod/release/XSAWYERX/perl-5.34.0-RC1/pod/perldelta.pod Thank you for maintaining perl ports. Would you please also update the possible values of PERL5_DEFAULT in Mk/bsd.default-versions.mk? Best Regards. --- Yasuhiro Kimura