Fri Apr 29 07:40:08 2016 UTC ()
Updated to devel/p5-Tree-DAG-Node-1.29
---------------------------------------
1.29  2016-03-01T13:39:00
  - After another email exchange with Kent Fredric (via RT) and Karen Etheridge (via the
    cpan-testers-discuss mailing list), I've edited Makefile.PL, again, to indicate that
    Test::Pod is needed neither for building nor testing this module, but is only needed for
    development. Specifically, it's used by xt/author/pod.t, and not elsewhere. See
    https://metacpan.org/pod/CPAN::Meta::Spec#PREREQUISITES for more details.

1.28  2016-03-01T08:43:00
  - No code changes.
  - Rework Makefile.PL so File::Spec, File::Temp, Test::More and Test::Pod are in TEST_REQUIRES.
          Many thanx to Kent Fredric in RT#112568 for this suggestion.
  - Expand the SYNOPSIS.
  - Update MANIFEST.SKIP to include .gitignore.
  - Finally add lightweight git tags to distros, so that if you have a Bash alias such as:
   alias gl='git log --decorate=full' you'll see something like these 5 lines:

1.27  2015-07-12T11:01:00
  - Remove the line which reads 'use open qw(:std :utf8);'. As Tom Molesworth says:
          "Specifically, it turns on the UTF-8 encoding layer on STDIO when any code does
          'use Tree::DAG_Node'. That's no good when code is expecting a different encoding
          (raw, etc.)". See RT#105798. Karen Etheridge followed up with a comment about it appearing
          in another module of mine. Then I checked all my modules (including some not intended for
          publication - Local::*) and found about 28 offenders, with some using it inn multiple files.
          The original idea came from adopting what Tom Christiansen calls his 'Standard Preamble':
          http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html
          All tests still work after removing that line.
  - Remove Build.PL. Ship only Makefile.PL.


(mef)
diff -r1.32 -r1.33 pkgsrc/devel/p5-Tree-DAG_Node/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/p5-Tree-DAG_Node/distinfo

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

--- pkgsrc/devel/p5-Tree-DAG_Node/Makefile 2015/07/12 18:56:20 1.32
+++ pkgsrc/devel/p5-Tree-DAG_Node/Makefile 2016/04/29 07:40:08 1.33
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.32 2015/07/12 18:56:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2016/04/29 07:40:08 mef Exp $
2 2
3DISTNAME= Tree-DAG_Node-1.26 3DISTNAME= Tree-DAG_Node-1.29
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
8EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
9 8
10MAINTAINER= dprice@cs.nmsu.edu 9MAINTAINER= dprice@cs.nmsu.edu
11HOMEPAGE= http://search.cpan.org/dist/Tree-DAG_Node/ 10HOMEPAGE= http://search.cpan.org/dist/Tree-DAG_Node/
12COMMENT= Class for representing nodes in a tree 11COMMENT= Class for representing nodes in a tree
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15#DEPENDS+= {perl>=5.19.1,p5-File-Temp>=0.23.01}:../../devel/p5-File-Temp 14#DEPENDS+= {perl>=5.19.1,p5-File-Temp>=0.23.01}:../../devel/p5-File-Temp
16DEPENDS+= p5-File-Slurp-Tiny>=0:../../devel/p5-File-Slurp-Tiny 15DEPENDS+= p5-File-Slurp-Tiny>=0:../../devel/p5-File-Slurp-Tiny
17 16
18USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty

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

--- pkgsrc/devel/p5-Tree-DAG_Node/distinfo 2015/11/03 03:28:56 1.16
+++ pkgsrc/devel/p5-Tree-DAG_Node/distinfo 2016/04/29 07:40:08 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2015/11/03 03:28:56 agc Exp $ 1$NetBSD: distinfo,v 1.17 2016/04/29 07:40:08 mef Exp $
2 2
3SHA1 (Tree-DAG_Node-1.26.tgz) = 89cedf61dfe5176f1a1ee3d2b625a0ed4c29461d 3SHA1 (Tree-DAG_Node-1.29.tgz) = ad1f84f7e0b7ea983b06d800e59c6860f6cdf3e3
4RMD160 (Tree-DAG_Node-1.26.tgz) = f9688ca023177e507832c4f9f91cad2b071ad0d2 4RMD160 (Tree-DAG_Node-1.29.tgz) = e7d86a50db9623cfbe9e6c1508daefab4fbc230f
5SHA512 (Tree-DAG_Node-1.26.tgz) = 226f824d46ad49362ffb12cc2eb9020891562f7fa85be4f8e382ebf5fe5c1c85c843ab45a5b63429120d9b75a698ba09d9497eaabc2b6c29bff0ef6681241259 5SHA512 (Tree-DAG_Node-1.29.tgz) = ec5ef67834360a0931bf742f5814b92ecdacf3751801028c85485f3c51c21a139d2095974b1df65aafbb24e78611d92b013c9473efd6c24381c54b2d698d3b42
6Size (Tree-DAG_Node-1.26.tgz) = 56728 bytes 6Size (Tree-DAG_Node-1.29.tgz) = 52498 bytes