Skip to content

Commit 58d2046

Browse files
committed
p5-XML-Parser: update to 2.47.
2.47 2023-12-28 (by Todd Rinaldo) - #84 use $fh instead of $foo - #85 Fix typo in documentation - #89 Devel::CheckLib to from 0.99 -> 1.14 - Devel::CheckLibn 1.16 - #91 POD fix for verbatim text - #97 Add a LICENSE file - #94 Don't ship Expat/Makefile - Various github workflow improvements. Windows is still not working.
1 parent 70e1fa1 commit 58d2046

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

textproc/p5-XML-Parser/Makefile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.55 2023/07/06 09:42:03 wiz Exp $
1+
# $NetBSD: Makefile,v 1.56 2024/01/04 11:23:19 wiz Exp $
22

3-
DISTNAME= XML-Parser-2.46
3+
DISTNAME= XML-Parser-2.47
44
PKGNAME= p5-${DISTNAME}
5-
PKGREVISION= 3
65
CATEGORIES= textproc perl5
76
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
87

@@ -11,7 +10,7 @@ HOMEPAGE= https://metacpan.org/release/XML-Parser
1110
COMMENT= Perl extension interface to James Clark's XML parser, expat
1211
LICENSE= ${PERL5_LICENSE}
1312

14-
#TEST_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
13+
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
1514

1615
PERL5_PACKLIST= auto/XML/Parser/.packlist
1716
MAKE_PARAMS+= EXPATLIBPATH=${BUILDLINK_PREFIX.expat}/lib

textproc/p5-XML-Parser/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.16 2021/10/26 11:22:51 nia Exp $
1+
$NetBSD: distinfo,v 1.17 2024/01/04 11:23:19 wiz Exp $
22

3-
BLAKE2s (XML-Parser-2.46.tar.gz) = 72cd042b2005b2ebda02d73a296f43d334f0ed823d777ffb912765913441c5ed
4-
SHA512 (XML-Parser-2.46.tar.gz) = c4609495cc5ca34952f61876a690ef76d42eee6689d1bedb8036c9eab918525ec5213f1639c7178c029ee0f8765a2ca5eb0197f6e39b8be6d5dbc3f3c1d0b389
5-
Size (XML-Parser-2.46.tar.gz) = 254763 bytes
3+
BLAKE2s (XML-Parser-2.47.tar.gz) = 0b0aa25edc6148fa29f40ecc1e1f5573f183afa150a6144fecd9c2343b6f3c3a
4+
SHA512 (XML-Parser-2.47.tar.gz) = 3f9de53341bc85b87c88ad31e04b13f1f95516eec0d7e5fd1c1a3b3e66a91ca3d4de7c649978599219a4d4372f6218764ab5e1805b7155b5ca200006e1b0908f
5+
Size (XML-Parser-2.47.tar.gz) = 279029 bytes

0 commit comments

Comments
 (0)