Received: by mail.netbsd.org (Postfix, from userid 605) id 1F1D684F2D; Sat, 29 Apr 2023 09:19:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F03384EB7 for ; Sat, 29 Apr 2023 09:19:42 +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 Fye-pTEfsoRI for ; Sat, 29 Apr 2023 09:19:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B927C84CF3 for ; Sat, 29 Apr 2023 09:19:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD5B3FA87; Sat, 29 Apr 2023 09:19:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16827599814400" MIME-Version: 1.0 Date: Sat, 29 Apr 2023 09:19:41 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-HTML-Strip To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230429091941.AD5B3FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16827599814400 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:19:41 UTC 2023 Modified Files: pkgsrc/www/p5-HTML-Strip: Makefile distinfo Log Message: Update to 2.12 Upstream changes: 2.12 Mon 20 Mar 2023 19:17:06 EET - update META.yml to version 2 spec (patch contributed by Boyd Duffee) - fixes test failure in t/420_pod_coverage.t with Test::Pod::Coverage installed 2.11 Tue 14 Mar 2023 13:18:29 EET - fix public VSC info for MetaCPAN (RT#115740) - add option to emit newlines for
and

tags (patch by Ryan Schmidt, contributed by Jason McIntosh) - installation / complilation bug on macOS (RT#134342) (patch contributed by Lucas Kanashiro) - spelling correction (RT#115740) (patch contributed by Florian Weimer) - improved C99 compatibility with utf8_char_width prototype (RT#146734) (contributed by Gabor Szabo) - htmlstrip command-line tool To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/p5-HTML-Strip/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/p5-HTML-Strip/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16827599814400 Content-Disposition: inline Content-Length: 1581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-HTML-Strip/Makefile diff -u pkgsrc/www/p5-HTML-Strip/Makefile:1.23 pkgsrc/www/p5-HTML-Strip/Makefile:1.24 --- pkgsrc/www/p5-HTML-Strip/Makefile:1.23 Tue Jun 28 11:37:24 2022 +++ pkgsrc/www/p5-HTML-Strip/Makefile Sat Apr 29 09:19:41 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2022/06/28 11:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2023/04/29 09:19:41 wen Exp $ -DISTNAME= HTML-Strip-2.10 +DISTNAME= HTML-Strip-2.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} Index: pkgsrc/www/p5-HTML-Strip/distinfo diff -u pkgsrc/www/p5-HTML-Strip/distinfo:1.8 pkgsrc/www/p5-HTML-Strip/distinfo:1.9 --- pkgsrc/www/p5-HTML-Strip/distinfo:1.8 Tue Oct 26 11:29:59 2021 +++ pkgsrc/www/p5-HTML-Strip/distinfo Sat Apr 29 09:19:41 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:29:59 nia Exp $ +$NetBSD: distinfo,v 1.9 2023/04/29 09:19:41 wen Exp $ -BLAKE2s (HTML-Strip-2.10.tar.gz) = 52f7f39cecf7ea5c51e01d8db2c79c90eb8c8e58cccf79a3fccf9236a39d5276 -SHA512 (HTML-Strip-2.10.tar.gz) = e5a5c7817e519542e39e3d27e6c113082188665f2f19c795d96aa841f8c35f3515880f1f0eab3a30d69377433311bb3164a8528c057fe331f28f29f8a18c9e05 -Size (HTML-Strip-2.10.tar.gz) = 15333 bytes +BLAKE2s (HTML-Strip-2.12.tar.gz) = bb877043542044f8084d1c49f4f604f89d5ee2f55bf5f29e67faaf7e18b390e3 +SHA512 (HTML-Strip-2.12.tar.gz) = 46ea2f369650597f2d341393bae970f58d16bbae4638be0cbf564e5c0f17ca8ddfaa1460f467f6705a1c01773629ae5c6b863b439580fbd06fe2be683de9969c +Size (HTML-Strip-2.12.tar.gz) = 15587 bytes --_----------=_16827599814400--