Mon Sep 9 20:27:40 2013 UTC ()
Update p5-Tree-DAG_Node to 1.16:

1.16  Mon Sep  9 09;26:00 2013
- Accept a patch (slightly modified by me) from Tom Molesworth
  (see RT#88501):
  - Remove 'use open qw(:std :utf8);' because of its global effect.
  - Replace Perl6::Slurp with File::Slurp, using the latter's binmode
    option for the encoding.
  - Fix docs where I'd erroneously said File::Slurp didn't support utf8.

1.15  Fri Sep  6 11:10:00 2013
- Replace Path::Tiny with File::Spec, because the former's list of
  dependencies is soooo long :-(.
  - Changed files: t/read.tree.t, Build.PL and Makefile.PL.
    See: RT#88435 for an explanation.
- Move t/pod.t to xt/author/pod.t.


(prlw1)
diff -r1.20 -r1.21 pkgsrc/devel/p5-Tree-DAG_Node/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/p5-Tree-DAG_Node/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/p5-Tree-DAG_Node/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Tree-DAG_Node/Makefile 2013/09/05 19:25:07 1.20
+++ pkgsrc/devel/p5-Tree-DAG_Node/Makefile 2013/09/09 20:27:40 1.21
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2013/09/05 19:25:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2013/09/09 20:27:40 prlw1 Exp $
2 2
3DISTNAME= Tree-DAG_Node-1.14 3DISTNAME= Tree-DAG_Node-1.16
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= dprice@cs.nmsu.edu 9MAINTAINER= dprice@cs.nmsu.edu
10HOMEPAGE= http://search.cpan.org/dist/Tree-DAG_Node/ 10HOMEPAGE= http://search.cpan.org/dist/Tree-DAG_Node/
11COMMENT= Class for representing nodes in a tree 11COMMENT= Class for representing nodes in a tree
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14DEPENDS+= p5-File-Temp>=0.23.01:../../devel/p5-File-Temp 14DEPENDS+= p5-File-Temp>=0.23.01:../../devel/p5-File-Temp
15DEPENDS+= p5-Path-Tiny>=0.025:../../filesystems/p5-Path-Tiny 15DEPENDS+= p5-Path-Tiny>=0.025:../../filesystems/p5-Path-Tiny
16DEPENDS+= p5-Perl6-Slurp>=0.051003:../../devel/p5-Perl6-Slurp 16DEPENDS+= p5-Perl6-Slurp>=0.051003:../../devel/p5-Perl6-Slurp

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Tree-DAG_Node/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Tree-DAG_Node/distinfo 2013/09/05 19:25:07 1.9
+++ pkgsrc/devel/p5-Tree-DAG_Node/distinfo 2013/09/09 20:27:40 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2013/09/05 19:25:07 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2013/09/09 20:27:40 prlw1 Exp $
2 2
3SHA1 (Tree-DAG_Node-1.14.tgz) = 604e6c283a29ca2f159a3f0411fc32d764dc7a10 3SHA1 (Tree-DAG_Node-1.16.tgz) = 4f471e3adf99dafea180b1a0ffa8b917fcb7a87a
4RMD160 (Tree-DAG_Node-1.14.tgz) = f6f7fc438d594814a5590d5efb964e1541296ddc 4RMD160 (Tree-DAG_Node-1.16.tgz) = 3371dd422cd88cb5d871428ce4070ca1dbdd0a70
5Size (Tree-DAG_Node-1.14.tgz) = 49066 bytes 5Size (Tree-DAG_Node-1.16.tgz) = 49379 bytes