Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bQ4nFiqX; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VpPMfbyv Received: by mail.netbsd.org (Postfix, from userid 605) id ADDB184D93; Sun, 28 Apr 2024 09:22:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714296129; bh=bx8vjLzfaUHXe4FZz+i9uq4zPRGLf6r8sEoGSpttlUE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=bQ4nFiqXDN8wY5500VgUkXbnCNvtYCvpo3OOcmA+sinmqMUlakmCAoS4eAooDkqW9 VHv97t+c2MuL5UQ4ipgprSmebvrTHU9ESc8det8KrO57YJrpoWSqxqPApt+flRGng5 XDaZrxsqC7Yho1NN9P9ZEZfek2NjnlY+Yeu6t650= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B2DF84D08 for ; Sun, 28 Apr 2024 09:22:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QNx2x2BU6bZb for ; Sun, 28 Apr 2024 09:22:08 +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 10DBD84CFE for ; Sun, 28 Apr 2024 09:22:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714296128; bh=bx8vjLzfaUHXe4FZz+i9uq4zPRGLf6r8sEoGSpttlUE=; h=Date:From:Subject:To:Reply-To; b=VpPMfbyv+UNL9LHKot5fKJYna+2bZy1idW8qjONTdXW/fvJJfPUpBKMG51A8TUYh5 K2b4f5YrH6cb0aoYo3P/sw6xN1q3UhIsBu9Y17lIJUNzFI3+/U8fT2X/quujlA9meM hUznbjuDf6umtscF6pH7t+v0W/7bKzM9jBuPf4PA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0BB69FA2C; Sun, 28 Apr 2024 09:22:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171429612830240" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 09:22:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-XS-Parse-Keyword To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240428092208.0BB69FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171429612830240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 28 09:22:07 UTC 2024 Modified Files: pkgsrc/devel/p5-XS-Parse-Keyword: Makefile distinfo Log Message: p5-XS-Parse-Keyword: update to 0.41. 0.41 2024-04-25 [BUGFIXES] * Remember to EXTEND the stack in list-associative operator wrapper functions (thanks aquanight) (RT153173) 0.40 2024-04-23 [CHANGES] * Support N-way list-associative operators, implemented as LISTOPs * Delete the no-longer-used API constants XPI_OPERAND_{ARITH,TERM,CUSTOM} from XSParseInfix.h [BUGFIXES] * Avoid a subsequent `use VERSION` in unit tests to keep perl 5.39.8 happy To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-XS-Parse-Keyword/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-XS-Parse-Keyword/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171429612830240 Content-Disposition: inline Content-Length: 1712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-XS-Parse-Keyword/Makefile diff -u pkgsrc/devel/p5-XS-Parse-Keyword/Makefile:1.4 pkgsrc/devel/p5-XS-Parse-Keyword/Makefile:1.5 --- pkgsrc/devel/p5-XS-Parse-Keyword/Makefile:1.4 Thu Jan 4 11:12:54 2024 +++ pkgsrc/devel/p5-XS-Parse-Keyword/Makefile Sun Apr 28 09:22:07 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2024/01/04 11:12:54 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2024/04/28 09:22:07 wiz Exp $ -DISTNAME= XS-Parse-Keyword-0.39 +DISTNAME= XS-Parse-Keyword-0.41 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} Index: pkgsrc/devel/p5-XS-Parse-Keyword/distinfo diff -u pkgsrc/devel/p5-XS-Parse-Keyword/distinfo:1.3 pkgsrc/devel/p5-XS-Parse-Keyword/distinfo:1.4 --- pkgsrc/devel/p5-XS-Parse-Keyword/distinfo:1.3 Thu Jan 4 11:12:54 2024 +++ pkgsrc/devel/p5-XS-Parse-Keyword/distinfo Sun Apr 28 09:22:07 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2024/01/04 11:12:54 wiz Exp $ +$NetBSD: distinfo,v 1.4 2024/04/28 09:22:07 wiz Exp $ -BLAKE2s (XS-Parse-Keyword-0.39.tar.gz) = 52b15daf5a4bf40c1c9668f975c60b323fd435748e14cd638bcc24bd9f75e660 -SHA512 (XS-Parse-Keyword-0.39.tar.gz) = 41ac31707b473d729a7e63d4607caa77fca9da00580b931576361416d78002f56acd04a0fee0c4dd09ffc1796a914f6ae934bdbce8fcc4c9222064c6e419b7ce -Size (XS-Parse-Keyword-0.39.tar.gz) = 84845 bytes +BLAKE2s (XS-Parse-Keyword-0.41.tar.gz) = 83fe8791bf2b00dea0fc284296cd53053d4c5836f56f8fbff9994d13cee53d0f +SHA512 (XS-Parse-Keyword-0.41.tar.gz) = 253a1f180faa4e6b927a91aa0263d2cfb0e51f930fb969830e89ca896ba92955a3393542ac3611225b40ca12243c9063369c41ed8fa0c9874d38f5eadac73178 +Size (XS-Parse-Keyword-0.41.tar.gz) = 88942 bytes --_----------=_171429612830240--