pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/p5-Mac-PropertyList
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 17 20:23:14 UTC 2017
Modified Files:
pkgsrc/misc/p5-Mac-PropertyList: Makefile distinfo
Log Message:
p5-Mac-PropertyList: update to 1.412.
Add missing dependency.
1.412 2017-07-30T18:27:33Z
* Fix for plist files with comments (bram.stappers%tiobe.com@localhost) 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)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/p5-Mac-PropertyList/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/p5-Mac-PropertyList/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/p5-Mac-PropertyList/Makefile
diff -u pkgsrc/misc/p5-Mac-PropertyList/Makefile:1.7 pkgsrc/misc/p5-Mac-PropertyList/Makefile:1.8
--- pkgsrc/misc/p5-Mac-PropertyList/Makefile:1.7 Mon Jun 5 14:24:15 2017
+++ pkgsrc/misc/p5-Mac-PropertyList/Makefile Sun Sep 17 20:23:14 2017
@@ -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/}
@@ -11,6 +10,8 @@ COMMENT= Work with Mac plists at a low
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"
Index: pkgsrc/misc/p5-Mac-PropertyList/distinfo
diff -u pkgsrc/misc/p5-Mac-PropertyList/distinfo:1.3 pkgsrc/misc/p5-Mac-PropertyList/distinfo:1.4
--- pkgsrc/misc/p5-Mac-PropertyList/distinfo:1.3 Tue Nov 3 23:49:46 2015
+++ pkgsrc/misc/p5-Mac-PropertyList/distinfo Sun Sep 17 20:23:14 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index