Fri Apr 29 07:32:46 2016 UTC ()
Updated to devel/p5-Tree-Simple-1.28
------------------------------------
1.28  2016-04-27T17:35:00
  - No code changes.
  - Adopt workflow techniques suggested by Kent Fredric. This means a cleaner workdir and a
          much more reliable dist. The latter now has auto-generated MANIFEST and META.* files.

1.27  2016-04-25T09:26:00
  - No code changes.
  - Fix my licence (sic) mess so all references are to Perl. This involves edits to Makefile.PL
          and LICENSE. See RT#113949. Thanx Kent Fredric.
  - Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and not PREREQ_PM.
          See RT#113948. Thanx Kent Fredric.
  - Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
          http://www.perlfoundation.org/cpan_licensing_guidelines.

1.26  2015-11-28T09:30:00
  - No code changes.
  - Accept patches from Manwar via github. See https://github.com/stevan/tree-simple/pull/10.
  - I (Ron) followed github's advice on handling merge conflicts from the command line, but could
          not see the patches after the merge.
  - So, create github repo https://github.com/ronsavage/Tree-Simple.
  - Remove Build.PL.
  - Reformat dates in this file.
  - Oops. Can't get Test::Stream to work in 10_Tree_Simple_test.t. Logged issue, but it's
          probably a problem with the way I tried to use Test::Stream. Revert to Test::More.
  - Add xt/author/changes.t to MANIFEST.


(mef)
diff -r1.24 -r1.25 pkgsrc/devel/p5-Tree-Simple/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/p5-Tree-Simple/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/devel/p5-Tree-Simple/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Tree-Simple/Makefile 2015/07/12 18:56:20 1.24
+++ pkgsrc/devel/p5-Tree-Simple/Makefile 2016/04/29 07:32:46 1.25
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2016/04/29 07:32:46 mef Exp $
2# 2#
3 3
4DISTNAME= Tree-Simple-1.25 4DISTNAME= Tree-Simple-1.28
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tree/}
9EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
10 9
11MAINTAINER= rhaen@NetBSD.org 10MAINTAINER= rhaen@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/ 11HOMEPAGE= http://search.cpan.org/dist/Tree-Simple/
13COMMENT= Simple extension to manipulate tree objects 12COMMENT= Simple extension to manipulate tree objects
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils 15#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
17BUILD_DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception 16BUILD_DEPENDS+= p5-Test-Exception>=0.20:../../devel/p5-Test-Exception
18BUILD_DEPENDS+= p5-Test-Version>=1.002003:../../devel/p5-Test-Version 17BUILD_DEPENDS+= p5-Test-Version>=1.002003:../../devel/p5-Test-Version
19 18

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

--- pkgsrc/devel/p5-Tree-Simple/distinfo 2015/11/03 03:28:56 1.10
+++ pkgsrc/devel/p5-Tree-Simple/distinfo 2016/04/29 07:32:46 1.11
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.10 2015/11/03 03:28:56 agc Exp $ 1$NetBSD: distinfo,v 1.11 2016/04/29 07:32:46 mef Exp $
2 2
3SHA1 (Tree-Simple-1.25.tgz) = ecbd891cbf46e5f0fdcd19e1340a58394eac9417 3SHA1 (Tree-Simple-1.28.tgz) = f2483614b4eb5b7486578928bf956d3660442844
4RMD160 (Tree-Simple-1.25.tgz) = 32c4787d0f425d8104d06eb63f968f42d2705bd9 4RMD160 (Tree-Simple-1.28.tgz) = 6c79c895b1ae0ddc9df5256dbf784f458daf7bbb
5SHA512 (Tree-Simple-1.25.tgz) = 8eab892c9faba1c5b207c5122ccd909b99a9d6db39621e037cf55db34cb0bafd5ab04cdb98efa6c3c27311964d33fe7fe7f8402ff934b0966b441a0f54d4ecc4 5SHA512 (Tree-Simple-1.28.tgz) = 5872a63cd7c07649e736f05f4dbadfa685d1868ff1852c52b1b5976afaae6a4798ee9b2a98b71aedddf9ce2eb81e35c0b1ac7fe6ac33f111455efc2d170053cb
6Size (Tree-Simple-1.25.tgz) = 44704 bytes 6Size (Tree-Simple-1.28.tgz) = 47259 bytes