Received: by mail.netbsd.org (Postfix, from userid 605) id 88D7F84E57; Sat, 29 Apr 2023 23:37:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3D5A84D14 for ; Sat, 29 Apr 2023 23:37:30 +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 UFPognIObXLg for ; Sat, 29 Apr 2023 23:37:30 +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 2125C84CDC for ; Sat, 29 Apr 2023 23:37:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E3B8FA87; Sat, 29 Apr 2023 23:37:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682811450146140" MIME-Version: 1.0 Date: Sat, 29 Apr 2023 23:37:30 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Data-Compare To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230429233730.0E3B8FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682811450146140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Apr 29 23:37:29 UTC 2023 Modified Files: pkgsrc/devel/p5-Data-Compare: Makefile distinfo Log Message: Update to 1.29 Upstream changes: 1.29 2023-04-21 - Skip taint-mode tests if perl was built without taint support 1.28 2023-03-14 - Bug fix: DCANTRELL: undef values in hashes were treated incorrectly, need to check for existence, not definedness before comparing. See https://github.com/DrHyde/perl-modules-Data-Compare/issues/21 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Data-Compare/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Data-Compare/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682811450146140 Content-Disposition: inline Content-Length: 1644 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Compare/Makefile diff -u pkgsrc/devel/p5-Data-Compare/Makefile:1.25 pkgsrc/devel/p5-Data-Compare/Makefile:1.26 --- pkgsrc/devel/p5-Data-Compare/Makefile:1.25 Tue Jun 28 11:32:09 2022 +++ pkgsrc/devel/p5-Data-Compare/Makefile Sat Apr 29 23:37:29 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2022/06/28 11:32:09 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2023/04/29 23:37:29 wen Exp $ -DISTNAME= Data-Compare-1.27 +DISTNAME= Data-Compare-1.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} Index: pkgsrc/devel/p5-Data-Compare/distinfo diff -u pkgsrc/devel/p5-Data-Compare/distinfo:1.12 pkgsrc/devel/p5-Data-Compare/distinfo:1.13 --- pkgsrc/devel/p5-Data-Compare/distinfo:1.12 Tue Oct 26 10:16:19 2021 +++ pkgsrc/devel/p5-Data-Compare/distinfo Sat Apr 29 23:37:29 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 10:16:19 nia Exp $ +$NetBSD: distinfo,v 1.13 2023/04/29 23:37:29 wen Exp $ -BLAKE2s (Data-Compare-1.27.tar.gz) = 2833eb33ae89b43584311fd9571bd6058f1c6b6a04ebc0516d59863cd2280639 -SHA512 (Data-Compare-1.27.tar.gz) = 29f20ec3fc86402b1006a50adb5417e11ff67cc2d6381afc7a6626696fb1f597dddbd87c505ccb6f3aa68805c0da2b193e13ea0130e40780731e49e530e42c85 -Size (Data-Compare-1.27.tar.gz) = 27111 bytes +BLAKE2s (Data-Compare-1.29.tar.gz) = c56b9bd3f35532c5da406cd823c8177efe450d26e1473d338f07600901186daf +SHA512 (Data-Compare-1.29.tar.gz) = ce04d888798d4296c1f256d4debf2f64fed1a239da7e4c66ea0b9e45eb32e262d6dae3afbc7f9114dbb15c8ee81f294fd3b96476ee6cf1617a9d1351878209d3 +Size (Data-Compare-1.29.tar.gz) = 27261 bytes --_----------=_1682811450146140--