summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-09-13 07:34:53 +0000
committerwiz <wiz@pkgsrc.org>2015-09-13 07:34:53 +0000
commit38bf5da3004af8af878d51500e285eb4f2d209d4 (patch)
treef7a728111b34ce878fc66bb34e3fcaa211f22536 /devel
parent8e5a9e8999d7bb9bcb669496cb501a162c00d77a (diff)
downloadpkgsrc-38bf5da3004af8af878d51500e285eb4f2d209d4.tar.gz
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)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Parse-RecDescent/Makefile8
-rw-r--r--devel/p5-Parse-RecDescent/distinfo8
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-Parse-RecDescent/Makefile b/devel/p5-Parse-RecDescent/Makefile
index 8c80d1e89e1..3cd5b2cc37d 100644
--- a/devel/p5-Parse-RecDescent/Makefile
+++ b/devel/p5-Parse-RecDescent/Makefile
@@ -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/}
diff --git a/devel/p5-Parse-RecDescent/distinfo b/devel/p5-Parse-RecDescent/distinfo
index b4a601b7065..09445e6e5e1 100644
--- a/devel/p5-Parse-RecDescent/distinfo
+++ b/devel/p5-Parse-RecDescent/distinfo
@@ -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
-RMD160 (Parse-RecDescent-1.967009.tar.gz) = 63e708cc35155455e1004ba1184b81717accb9fe
-Size (Parse-RecDescent-1.967009.tar.gz) = 170858 bytes
+SHA1 (Parse-RecDescent-1.967011.tar.gz) = 62e17a7f3e820237806f4fc38b277fe277d11563
+RMD160 (Parse-RecDescent-1.967011.tar.gz) = 542020fa4e344db1b5226167bab13d5dd0922fa1
+Size (Parse-RecDescent-1.967011.tar.gz) = 174584 bytes