Received: by mail.netbsd.org (Postfix, from userid 605) id 112C284D91; Sun, 28 Jan 2024 11:52:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41ACF84D54 for ; Sun, 28 Jan 2024 11:52:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 1e2C3-I6GAs4 for ; Sun, 28 Jan 2024 11:52:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA84484D2D for ; Sun, 28 Jan 2024 11:52:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A20AFA42; Sun, 28 Jan 2024 11:52:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706442742123590" MIME-Version: 1.0 Date: Sun, 28 Jan 2024 11:52:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/p5-Math-Int64 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240128115222.9A20AFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706442742123590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 28 11:52:22 UTC 2024 Modified Files: pkgsrc/math/p5-Math-Int64: Makefile distinfo Log Message: p5-Math-Int64: update to 0.57. 0.57 2024-01-21 - Fix missmatch between version in Changes and module 0.56 2024-01-21 - Add support for int64_to_le, uint64_to_le, le_to_int64 and le_to_uint64 functions (feature request and patch by jon). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/p5-Math-Int64/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/p5-Math-Int64/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706442742123590 Content-Disposition: inline Content-Length: 1592 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/p5-Math-Int64/Makefile diff -u pkgsrc/math/p5-Math-Int64/Makefile:1.8 pkgsrc/math/p5-Math-Int64/Makefile:1.9 --- pkgsrc/math/p5-Math-Int64/Makefile:1.8 Thu Jul 6 09:40:53 2023 +++ pkgsrc/math/p5-Math-Int64/Makefile Sun Jan 28 11:52:22 2024 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2023/07/06 09:40:53 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2024/01/28 11:52:22 wiz Exp $ # -DISTNAME= Math-Int64-0.54 +DISTNAME= Math-Int64-0.57 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} Index: pkgsrc/math/p5-Math-Int64/distinfo diff -u pkgsrc/math/p5-Math-Int64/distinfo:1.3 pkgsrc/math/p5-Math-Int64/distinfo:1.4 --- pkgsrc/math/p5-Math-Int64/distinfo:1.3 Tue Oct 26 10:55:53 2021 +++ pkgsrc/math/p5-Math-Int64/distinfo Sun Jan 28 11:52:22 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:55:53 nia Exp $ +$NetBSD: distinfo,v 1.4 2024/01/28 11:52:22 wiz Exp $ -BLAKE2s (Math-Int64-0.54.tar.gz) = 84a97846c44fa4c9ee57f42558800ee031acf045930cf7da772671ebe1e9f081 -SHA512 (Math-Int64-0.54.tar.gz) = 03677df499ebc3924fabefbc6fb863adc2f765341a9697305b03bb24477b391029e65cc492c831a24e282e26e850082abbd0e52dda198aa041f3f4f41cc4f995 -Size (Math-Int64-0.54.tar.gz) = 119664 bytes +BLAKE2s (Math-Int64-0.57.tar.gz) = b31451fcace1242163b98d0b724ab0f2e78d3798ab9c8740ad0cf3ee8c7c244e +SHA512 (Math-Int64-0.57.tar.gz) = 2039822523dd7b960b0015e68b9caa1e3061a7434c2931f0cc49c503ee8dd17178cef5cebf69a6907af82564bc1f09946e9817fc4c4b19757b91fe2ef5423b9e +Size (Math-Int64-0.57.tar.gz) = 107927 bytes --_----------=_1706442742123590--