Skip to content

Commit

Permalink
Update to 1.48
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wen committed Jul 4, 2023
1 parent 2e1738c commit 1f339da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions textproc/p5-XML-XPath/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions textproc/p5-XML-XPath/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1f339da

Please sign in to comment.