Received: by mail.netbsd.org (Postfix, from userid 605) id C7C1384F85; Sun, 8 Jan 2023 00:06:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5473D84D60 for ; Sun, 8 Jan 2023 00:05:20 +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 wub0cl2UxeZ4 for ; Sun, 8 Jan 2023 00:05:19 +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 C5A8F84CBC for ; Sun, 8 Jan 2023 00:05:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8A70FA90; Sun, 8 Jan 2023 00:05:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673136319201310" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 00:05:19 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-HTML-Restrict To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230108000519.B8A70FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673136319201310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jan 8 00:05:19 UTC 2023 Modified Files: pkgsrc/www/p5-HTML-Restrict: Makefile distinfo Log Message: Update to 3.0.1 Upstream changes: v3.0.1 2022-09-22 22:27:40Z - Add a filter_text attribute. This can be used to disable text encoding. (GH#44) (ccottingham-presinet) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/p5-HTML-Restrict/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/p5-HTML-Restrict/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673136319201310 Content-Disposition: inline Content-Length: 1659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-HTML-Restrict/Makefile diff -u pkgsrc/www/p5-HTML-Restrict/Makefile:1.14 pkgsrc/www/p5-HTML-Restrict/Makefile:1.15 --- pkgsrc/www/p5-HTML-Restrict/Makefile:1.14 Tue Jun 28 11:37:23 2022 +++ pkgsrc/www/p5-HTML-Restrict/Makefile Sun Jan 8 00:05:19 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2022/06/28 11:37:23 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2023/01/08 00:05:19 wen Exp $ -DISTNAME= HTML-Restrict-v3.0.0 +DISTNAME= HTML-Restrict-v3.0.1 PKGNAME= p5-${DISTNAME:S/-v/-/} -PKGREVISION= 4 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} Index: pkgsrc/www/p5-HTML-Restrict/distinfo diff -u pkgsrc/www/p5-HTML-Restrict/distinfo:1.8 pkgsrc/www/p5-HTML-Restrict/distinfo:1.9 --- pkgsrc/www/p5-HTML-Restrict/distinfo:1.8 Tue Oct 26 11:29:58 2021 +++ pkgsrc/www/p5-HTML-Restrict/distinfo Sun Jan 8 00:05:19 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:29:58 nia Exp $ +$NetBSD: distinfo,v 1.9 2023/01/08 00:05:19 wen Exp $ -BLAKE2s (HTML-Restrict-v3.0.0.tar.gz) = ae925ca8f4f389bcb659f27e41ece47cc88f8d738e374ed03e8bd032b8940d8f -SHA512 (HTML-Restrict-v3.0.0.tar.gz) = dd24cd04b38fda5d8e4ad214f5d27e2e7f868bd7880b05f57856b71f96146488a832379f4a59d30d6ba819274259787b2d4fee677515b6a4d3c4a28bdaf29348 -Size (HTML-Restrict-v3.0.0.tar.gz) = 35667 bytes +BLAKE2s (HTML-Restrict-v3.0.1.tar.gz) = 817f58d3379dce9224e0d025c2ce7c927e0c2e6941cccc581fa5c6a6a5a2f60b +SHA512 (HTML-Restrict-v3.0.1.tar.gz) = ec56aec2d5eedb92ef1a980fa640197d9d26b7f278ce8d45227a53e2e5c015cb7694f1df369022c873b1e590c1f3c966867690c6085c2144ab74b9d70c26d13f +Size (HTML-Restrict-v3.0.1.tar.gz) = 41505 bytes --_----------=_1673136319201310--