Wed Apr 5 15:32:25 2017 UTC ()
Updated p5-Parse-RecDescent to 1.967.15.

1.967014      Sat Apr  1 10:33:29 2017

    - Add a newline to package declaration lines in precompiled
      parsers, to keep CPAN from indexing them. (RT.cpan.org #110404,
      thanks Martin!)

    - Provide repository and bugtracker entries in
      MYMETA.*. (RT.cpan.org #110403, thanks Martin!)

    - Update tests to handle '.' no longer being part of @INC in
      perl-5.26.0. (RT.cpan.org #120415, thanks Jim!)

1.967015      Tue Apr  4 07:38:07 2017

    - Fix misuse of require to include MYMETA.pl, data is just
      included in both Makefile.PL and Build.PL nowB. (RT.cpan.org
      #120922, thanks Kent!)


(wiz)
diff -r1.36 -r1.37 pkgsrc/devel/p5-Parse-RecDescent/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/p5-Parse-RecDescent/distinfo

cvs diff -r1.36 -r1.37 pkgsrc/devel/p5-Parse-RecDescent/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Parse-RecDescent/Makefile 2016/06/08 19:23:23 1.36
+++ pkgsrc/devel/p5-Parse-RecDescent/Makefile 2017/04/05 15:32:25 1.37
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.36 2016/06/08 19:23:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2017/04/05 15:32:25 wiz Exp $
2 2
3DISTNAME= Parse-RecDescent-1.967013 3DISTNAME= Parse-RecDescent-1.967015
4PKGNAME= p5-${DISTNAME:S/9670/967./} 4PKGNAME= p5-${DISTNAME:S/9670/967./}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Parse-RecDescent/ 9HOMEPAGE= http://search.cpan.org/dist/Parse-RecDescent/
11COMMENT= Perl5 module to generate recursive-descent parsers 10COMMENT= Perl5 module to generate recursive-descent parsers
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced 13DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Parse/RecDescent/.packlist 16PERL5_PACKLIST= auto/Parse/RecDescent/.packlist
18 17

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Parse-RecDescent/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Parse-RecDescent/distinfo 2015/11/03 03:28:39 1.15
+++ pkgsrc/devel/p5-Parse-RecDescent/distinfo 2017/04/05 15:32:25 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2015/11/03 03:28:39 agc Exp $ 1$NetBSD: distinfo,v 1.16 2017/04/05 15:32:25 wiz Exp $
2 2
3SHA1 (Parse-RecDescent-1.967013.tar.gz) = 341f3ead507da0d7b84dd45ca5e061f03d4dcdb8 3SHA1 (Parse-RecDescent-1.967015.tar.gz) = 9021740cb78d97cccec0bdf9def34d1f82e62801
4RMD160 (Parse-RecDescent-1.967013.tar.gz) = f73ecb0e918bb53ff3db8442594625c5b42949d2 4RMD160 (Parse-RecDescent-1.967015.tar.gz) = 18ab2e58c43358d1c7e664c9e0100f3318d8fda5
5SHA512 (Parse-RecDescent-1.967013.tar.gz) = 10d3daca3b4d23059937f81fe188b2377598841381dc92582c5cce6a1bfcb5963e1eed4d7f1601a45ae41ed0f3f864a50ff68cd72e05778866fe83cd3d158def 5SHA512 (Parse-RecDescent-1.967015.tar.gz) = 38adbfc9a88f09d0465d862b845f48c0921ce462ffccaa7ce8b5f1b7090f33f70e7f00f9ee787fd698b5539804412c44f03e7942cf675d53a17a84c3510e5aa4
6Size (Parse-RecDescent-1.967013.tar.gz) = 176362 bytes 6Size (Parse-RecDescent-1.967015.tar.gz) = 176996 bytes