Received: by mail.netbsd.org (Postfix, from userid 605) id 0228F84F40; Sat, 29 Apr 2023 09:08:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32F5D84F2D for ; Sat, 29 Apr 2023 09:08:46 +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 lhKvBWh4_kaF for ; Sat, 29 Apr 2023 09:08:45 +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 A864B84CF3 for ; Sat, 29 Apr 2023 09:08:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C115FA87; Sat, 29 Apr 2023 09:08:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682759325109510" MIME-Version: 1.0 Date: Sat, 29 Apr 2023 09:08:45 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-HTML-Mason To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230429090845.9C115FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682759325109510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Apr 29 09:08:45 UTC 2023 Modified Files: pkgsrc/www/p5-HTML-Mason: Makefile distinfo Log Message: Update to 1.60 Upstream changes: 1.60 2023-02-11 - Fixed a test failure with Perl blead (5.37.x). Reported by Jim Keenan and diagnosed by Yves Orton. GH #33. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/www/p5-HTML-Mason/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/p5-HTML-Mason/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682759325109510 Content-Disposition: inline Content-Length: 1588 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-HTML-Mason/Makefile diff -u pkgsrc/www/p5-HTML-Mason/Makefile:1.62 pkgsrc/www/p5-HTML-Mason/Makefile:1.63 --- pkgsrc/www/p5-HTML-Mason/Makefile:1.62 Tue Jun 28 11:37:22 2022 +++ pkgsrc/www/p5-HTML-Mason/Makefile Sat Apr 29 09:08:45 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2022/06/28 11:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2023/04/29 09:08:45 wen Exp $ -DISTNAME= HTML-Mason-1.59 +DISTNAME= HTML-Mason-1.60 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} Index: pkgsrc/www/p5-HTML-Mason/distinfo diff -u pkgsrc/www/p5-HTML-Mason/distinfo:1.24 pkgsrc/www/p5-HTML-Mason/distinfo:1.25 --- pkgsrc/www/p5-HTML-Mason/distinfo:1.24 Tue Oct 26 11:29:57 2021 +++ pkgsrc/www/p5-HTML-Mason/distinfo Sat Apr 29 09:08:45 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2021/10/26 11:29:57 nia Exp $ +$NetBSD: distinfo,v 1.25 2023/04/29 09:08:45 wen Exp $ -BLAKE2s (HTML-Mason-1.59.tar.gz) = 0136cdb6ebb5c8f8057ee0504d65f9967ae5fe033bee02741b5daa2a8d126867 -SHA512 (HTML-Mason-1.59.tar.gz) = 3a8053d976345c7bd1d04aab659e3b4dd541264ece806e6d3bda605b6ecb16887ecce9a310bf27890aab40a129c81ba2dbad60c2edd80681a53d159becb3eda1 -Size (HTML-Mason-1.59.tar.gz) = 323661 bytes +BLAKE2s (HTML-Mason-1.60.tar.gz) = 2bf87d753f836428b2ab8695c2d1789b097ba6adfd32022419958b6dbf438ded +SHA512 (HTML-Mason-1.60.tar.gz) = 16f3acbe312020012b073aaa1b140978f97d77be64f85289089a5eeb25bdc97733ce51d68e871f640c54a8e5cd91127e81bb69076b522f2d8dc27e393d88c022 +Size (HTML-Mason-1.60.tar.gz) = 324010 bytes --_----------=_1682759325109510--