Sun Sep 13 07:34:53 2015 UTC ()
Update to 1.967.11:

1.967_010     Sun Jul  7 11:23:53 2013

    - Base the standalone precompiled parser's runtime name on the
      parser's class, rather than use the fixed
      "Parse::RecDescent::_Runtime".  This prevents "already defined"
      warnings when two standalone precompiled parsers are used.

    - Add support for allowing precompiled parsers to share a common
      runtime via the Precompile({-runtime_class}) option and the
      PrecompiledRuntime() function.

    - Warn on creation of Precompiled parsers that depend on
      Parse::RecDescent.

    - *** NON-BACKWARDS COMPATIBLE CHANGE! *** Change global the
      <skip:> directive to eval similar to other <skip:> directives,
      rather than being single-quoted in the resulting parser.

1.967011      Sat Sep 12 16:42:01 2015

    - Correct some typos in the documentation. (RT.cpan.org #87185,
      thanks dsteinbrunner!)

    - Sort hash keys and rulenames when generating code. This keeps
      the output text for a given input text the same, reducing
      differences in automated builds. (RT.cpan.org #102160, thanks
      Reiner!)

    - Precompiled parsers now document which
      $Parse::RecDescent::VERSION was used to generate
      them. (RT.cpan.org #77001)


(wiz)
diff -r1.33 -r1.34 pkgsrc/devel/p5-Parse-RecDescent/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/p5-Parse-RecDescent/distinfo

cvs diff -r1.33 -r1.34 pkgsrc/devel/p5-Parse-RecDescent/Makefile (expand / switch to context diff)
--- pkgsrc/devel/p5-Parse-RecDescent/Makefile 2015/06/12 10:49:37 1.33
+++ pkgsrc/devel/p5-Parse-RecDescent/Makefile 2015/09/13 07:34:53 1.34
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2015/06/12 10:49:37 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.34 2015/09/13 07:34:53 wiz Exp $
 
-DISTNAME=	Parse-RecDescent-1.967009
-PKGNAME=	p5-${DISTNAME:S/967009/967.9/}
-PKGREVISION=	3
+DISTNAME=	Parse-RecDescent-1.967011
+PKGNAME=	p5-${DISTNAME:S/9670/967./}
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Parse/}
 

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Parse-RecDescent/distinfo (expand / switch to context diff)
--- pkgsrc/devel/p5-Parse-RecDescent/distinfo 2012/10/19 07:42:25 1.12
+++ pkgsrc/devel/p5-Parse-RecDescent/distinfo 2015/09/13 07:34:53 1.13
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2012/10/19 07:42:25 sno Exp $
+$NetBSD: distinfo,v 1.13 2015/09/13 07:34:53 wiz Exp $
 
-SHA1 (Parse-RecDescent-1.967009.tar.gz) = b88413ed0fdd649a1ac50f6966e711d61f322de6
+SHA1 (Parse-RecDescent-1.967011.tar.gz) = 62e17a7f3e820237806f4fc38b277fe277d11563
-RMD160 (Parse-RecDescent-1.967009.tar.gz) = 63e708cc35155455e1004ba1184b81717accb9fe
+RMD160 (Parse-RecDescent-1.967011.tar.gz) = 542020fa4e344db1b5226167bab13d5dd0922fa1
-Size (Parse-RecDescent-1.967009.tar.gz) = 170858 bytes
+Size (Parse-RecDescent-1.967011.tar.gz) = 174584 bytes