Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE6E684D39 for ; Tue, 4 Jul 2023 11:30:36 +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 hHiMm9HJJ_YL for ; Tue, 4 Jul 2023 11:30:36 +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 1882D84CFA for ; Tue, 4 Jul 2023 11:30:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D175FA89; Tue, 4 Jul 2023 11:30:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688470236280290" MIME-Version: 1.0 Date: Tue, 4 Jul 2023 11:30:36 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-XML-XPath To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230704113036.0D175FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688470236280290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 4 11:30:35 UTC 2023 Modified Files: pkgsrc/textproc/p5-XML-XPath: Makefile distinfo Log Message: Update to 1.48 Upstream changes: 1.48 2022-08-09 MANWAR - More contributions by @shawnm. a) pull request #11 Support use XML::XPath some_version; and modernize inheritance. b) pull request #12 Add documentation about supported XPath functions. 1.47 2022-05-13 MANWAR - Another bunch of patches, thanks @shawnm. a) Get the encoding used for command line arguments from the environment. b) Don't assume standard input and output are UTF-8; also get their encoding from the environment. 1.46 2022-05-12 MANWAR - Added missing unit test (t/52matches.t) - Added missing unit test (t/cleanup.t) - Added unit test for MANIFEST (t/manifest.t) 1.45 2022-05-12 MANWAR - Added XPath function matches(), thanks @shawnw. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/p5-XML-XPath/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/p5-XML-XPath/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688470236280290 Content-Disposition: inline Content-Length: 1622 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-XML-XPath/Makefile diff -u pkgsrc/textproc/p5-XML-XPath/Makefile:1.46 pkgsrc/textproc/p5-XML-XPath/Makefile:1.47 --- pkgsrc/textproc/p5-XML-XPath/Makefile:1.46 Tue Jun 28 11:36:46 2022 +++ pkgsrc/textproc/p5-XML-XPath/Makefile Tue Jul 4 11:30:35 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2022/06/28 11:36:46 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2023/07/04 11:30:35 wen Exp $ -DISTNAME= XML-XPath-1.44 +DISTNAME= XML-XPath-1.48 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} Index: pkgsrc/textproc/p5-XML-XPath/distinfo diff -u pkgsrc/textproc/p5-XML-XPath/distinfo:1.17 pkgsrc/textproc/p5-XML-XPath/distinfo:1.18 --- pkgsrc/textproc/p5-XML-XPath/distinfo:1.17 Tue Oct 26 11:22:54 2021 +++ pkgsrc/textproc/p5-XML-XPath/distinfo Tue Jul 4 11:30:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:22:54 nia Exp $ +$NetBSD: distinfo,v 1.18 2023/07/04 11:30:35 wen Exp $ -BLAKE2s (XML-XPath-1.44.tar.gz) = fcebefcf6148b21f22cfac0350d188f281c0ad423abfcd1619c28a66b006b85a -SHA512 (XML-XPath-1.44.tar.gz) = 9314523baa55b48b8e684fbf9cc53006ef39829e2bcbd61a432508a96946c50384dff7eba47bd9f54aadc67c12fae6c1219104b017063d23ec3ee350a67eb12e -Size (XML-XPath-1.44.tar.gz) = 55903 bytes +BLAKE2s (XML-XPath-1.48.tar.gz) = b07699cd32f0583e115a581394db71bac1f36a928aa9329fc1ee73a6d3f9d601 +SHA512 (XML-XPath-1.48.tar.gz) = c7347dd6e052e0145577ee624da5cef2ee8088ea434351ea2461e0bb3746c114fe571af1bc971333e046feb7dab808c6c84ab385310acbc9e8a9a89025969e48 +Size (XML-XPath-1.48.tar.gz) = 56854 bytes --_----------=_1688470236280290--