Received: by mail.netbsd.org (Postfix, from userid 605) id 2ED5384E99; Thu, 30 Sep 2021 14:08:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A72584D0D for ; Thu, 30 Sep 2021 14:08:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MsSzN4bEgt4l for ; Thu, 30 Sep 2021 14:08:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B40FF84CE7 for ; Thu, 30 Sep 2021 14:08:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7ECFFA97; Thu, 30 Sep 2021 14:08:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633010928223240" MIME-Version: 1.0 Date: Thu, 30 Sep 2021 14:08:48 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/lang/rakudo To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210930140848.A7ECFFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633010928223240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Sep 30 14:08:48 UTC 2021 Modified Files: pkgsrc/lang/rakudo: Makefile distinfo Log Message: (lang/rakudo) Updated 2021.08 to 2021.09 Announce: Rakudo compiler, Release #150 (2021.09) On behalf of the Rakudo development team, I?m very happy to announce the September 2021 release of Rakudo #150. Rakudo is an implementation of the Raku^ 1 language. The source tarball for this release is available from https://rakudo.org/files/ rakudo. Pre-compiled archives will be available shortly. New in 2021.09: * Additions: + Introduce the safe-snapper module. It is a shorthand for loading Telemetry and starting a snapper with control-c safety, allowing one to stop the script with control-c and still get a report [87152eba] + Add ability to subtract an Instant value from a DateTime object and vice versa [9a4af4b6] + Add Numeric coercer to DateTime [67138ec0] * Changes: + Make the sprintf method show its format string on error [ea8a95e5] [57841911] + The test named parameter of the dir routine now handles Junctions [21a7117d] + Improve error message for the X::Pragma::CannotPrecomp exception [a52f1f62][fe461d17] * Efficiency: + Numerous small speed-ups and memory-related improvements [94462dfa] [3aba9707][3c1c709c] * Fixes: + Properly handle List of Lists in the List.fmt method [a86ec91e] + Don't lose concurrent modifications to %!conc_table [72bc5623] + Fix potential race in Metamodel::Concretization [d666dfe8] + Make the default scheduler properly see RAKUDO_MAX_THREADS env variable [b14d404a] * Internal: + Support ROAST_TIMING_SCALE in telemetry tests [9681a093] + Fix false positive in basic telemetry test [c0a6823b] + Pass along whether the Rakudo runner was called with --full-cleanup [5492452b] + Update the concretization table more sparingly [b236dcfd] To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/rakudo/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/rakudo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633010928223240 Content-Disposition: inline Content-Length: 2133 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/rakudo/Makefile diff -u pkgsrc/lang/rakudo/Makefile:1.20 pkgsrc/lang/rakudo/Makefile:1.21 --- pkgsrc/lang/rakudo/Makefile:1.20 Sat Sep 4 11:32:21 2021 +++ pkgsrc/lang/rakudo/Makefile Thu Sep 30 14:08:48 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2021/09/04 11:32:21 mef Exp $ +# $NetBSD: Makefile,v 1.21 2021/09/30 14:08:48 mef Exp $ -DISTNAME= rakudo-2021.08 +DISTNAME= rakudo-2021.09 CATEGORIES= lang perl6 MASTER_SITES= https://rakudo.org/dl/rakudo/ @@ -40,7 +40,8 @@ post-install: ${RM} -rf ${DESTDIR}${PREFIX}/share/perl6/core/precomp/* ${RM} -rf ${DESTDIR}${PREFIX}/share/perl6/precomp/* ${INSTALL_SCRIPT} ${WRKSRC}/tools/install-dist.p6 ${DESTDIR}${PREFIX}/share/perl6/bin/ - + ${RM} -f ${DESTDIR}${PREFIX}/share/perl6/core/short/38673F0433DE95B90DD16424ED7B5B6520D383C5/E14CAA5C7DE5B1A1BAC1ED1155377A9AF4962C18 + ${RM} -f ${DESTDIR}${PREFIX}/share/perl6/core/sources/85FD80E5C2ED76D28F0A55D85C2F3F0EC168B638 .include "../../devel/MoarVM/buildlink3.mk" .include "../../lang/nqp/buildlink3.mk" Index: pkgsrc/lang/rakudo/distinfo diff -u pkgsrc/lang/rakudo/distinfo:1.12 pkgsrc/lang/rakudo/distinfo:1.13 --- pkgsrc/lang/rakudo/distinfo:1.12 Sat Sep 4 11:32:21 2021 +++ pkgsrc/lang/rakudo/distinfo Thu Sep 30 14:08:48 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2021/09/04 11:32:21 mef Exp $ +$NetBSD: distinfo,v 1.13 2021/09/30 14:08:48 mef Exp $ -SHA1 (rakudo-2021.08.tar.gz) = c274f15744d7a2e4881e7e1cf952f84a642b8b3a -RMD160 (rakudo-2021.08.tar.gz) = a98bb252c3b9c96d4d795e4e4cdfcb8d216d6a81 -SHA512 (rakudo-2021.08.tar.gz) = 6b58ddf47742cb8abc7c017ccbc658dac04a7a2e9802e3c656f775f94a97264a92c24f0a88c0f7baae3fa5b531acb407a652eea6c9d9cdc2f00afef00c92a018 -Size (rakudo-2021.08.tar.gz) = 5906537 bytes +SHA1 (rakudo-2021.09.tar.gz) = d232744cd2979352b8bc203935a85568da2c2424 +RMD160 (rakudo-2021.09.tar.gz) = c4d8045d232c44fe50334b4c98f6fbab57b2d400 +SHA512 (rakudo-2021.09.tar.gz) = 481491c11275f538fc5096f23df3d4a3356d70be92b7f30fed4c06fe7f6929be636c63153b1a961c0a58804bbb2f28e1aaaf7d1a84468dcbf01c82ee0c813dd6 +Size (rakudo-2021.09.tar.gz) = 5908510 bytes --_----------=_1633010928223240--