pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-XML-XPath
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.
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
Home |
Main Index |
Thread Index |
Old Index