Skip to content

Commit

Permalink
p5-Mac-PropertyList: update to 1.412.
Browse files Browse the repository at this point in the history
Add missing dependency.

1.412 2017-07-30T18:27:33Z
	* Fix for plist files with comments ([email protected]) RT #122466
	and GitHub #5 (as a pull request)
	* Note that this module does not handle ASCII or JSON formats (but they
	are in the wishlist now) (anonymous Yahoo! user)

1.411 2017-07-19T02:10:42Z
	* Bram Stappers fixed a regression with XML comments

1.41_01 2015-01-29T04:41:09Z
	- RT #101795: Mis-parse or hang while parsing non-pretty XML (Tom Wyant)
	- RT #101796: Wide character in print warning in t/read_binary.t (Tom Wyant)
  • Loading branch information
0-wiz-0 committed Sep 17, 2017
1 parent ce7f7fd commit a69a0f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions misc/p5-Mac-PropertyList/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.7 2017/06/05 14:24:15 ryoon Exp $
# $NetBSD: Makefile,v 1.8 2017/09/17 20:23:14 wiz Exp $

DISTNAME= Mac-PropertyList-1.41
DISTNAME= Mac-PropertyList-1.412
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/}

Expand All @@ -11,6 +10,8 @@ COMMENT= Work with Mac plists at a low level
HOMEPAGE= http://search.cpan.org/~bdfoy/Mac-PropertyList/
LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-XML-Entities-[0-9]*:../../textproc/p5-XML-Entities

PERL5_PACKLIST= auto/Mac/PropertyList/.packlist

.include "../../lang/perl5/module.mk"
Expand Down
10 changes: 5 additions & 5 deletions misc/p5-Mac-PropertyList/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/11/03 23:49:46 agc Exp $
$NetBSD: distinfo,v 1.4 2017/09/17 20:23:14 wiz Exp $

SHA1 (Mac-PropertyList-1.41.tar.gz) = 899fbd57e9c2f31936b13c5e4eb59e481504d805
RMD160 (Mac-PropertyList-1.41.tar.gz) = 64c606e230b046a38290a1f77558db23ba244469
SHA512 (Mac-PropertyList-1.41.tar.gz) = 0d47563be7d565e573b9422d7e6a1df6e0b9f254477c7dc7827e8c0fe9b8c9c528ebae40ef121932dae6f8e4cdec2c01a7ad48d48f83a34f3fa3435945492554
Size (Mac-PropertyList-1.41.tar.gz) = 34167 bytes
SHA1 (Mac-PropertyList-1.412.tar.gz) = 13658fbeeb27b0f63a790675a473b48737bfdce3
RMD160 (Mac-PropertyList-1.412.tar.gz) = cb120919f80a070a03f1c610d7ac030637ade644
SHA512 (Mac-PropertyList-1.412.tar.gz) = 4e61ae4aac8062bcb03916fa1cb2a9ceebd40c9a201930d488ccf5bce05da4c95d7d76f5d8173a7db185a50b43ec2ef94b1e2ff5d9cb144e141a3c8b0563c896
Size (Mac-PropertyList-1.412.tar.gz) = 39063 bytes

0 comments on commit a69a0f2

Please sign in to comment.