head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q2:1.2.0.4 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.2 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.1.0.6 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.4 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.2 cube-native-xorg-base:1.1; locks; strict; comment @# @; 1.3 date 2009.08.28.07.32.07; author sno; state dead; branches; next 1.2; 1.2 date 2009.03.10.17.43.19; author sno; state Exp; branches; next 1.1; 1.1 date 2008.09.10.19.40.00; author he; state Exp; branches; next ; desc @@ 1.3 log @Updating package for devel/p5-Parse-RecDescent from 1.96 to 1.96.2.1 pkgsrc changes: - Adding license - removing patch for wrong formed version Upstream changes: 1.962.1 Thu Aug 27 21:39:30 2009 - Fixed subtle bug in leftop and rightop caused by removal of $& 1.962.0 Tue Aug 25 19:45:15 2009 - Doc bug fix (thanks Christophe) - Fixed assymmetrical push/pop on @@lines tracker (thanks Peter!) - Bumped sub-version number hugely to fix CPAN indexing (thanks Jerome) - Remove all occurrences of $& so we don't affect other regular expressions. - Perl 5.6.0 required for use of $+[0] and $-[0] for replacement of $&. @ text @$NetBSD: patch-aa,v 1.2 2009/03/10 17:43:19 sno Exp $ --- lib/Parse/RecDescent.pm.orig 2009-03-04 11:25:37.000000000 +0100 +++ lib/Parse/RecDescent.pm 2009-03-04 11:26:34.000000000 +0100 @@@@ -1719,7 +1719,7 @@@@ my $ERRORS = 0; -use version; $VERSION = qv('1.96.0'); +use version; $VERSION = qv('1.960'); # BUILDING A PARSER @ 1.2 log @PkgSrc changes: - Updating module to 1.96.0 - adapting patch-aa Upstream changes: 1.96.0 Fri Oct 3 06:08:24 2008 - Propagated correct Changes file (thanks Matthew!) - Added: Oked by rhaen@@ @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update from 1.95.1 to 1.95.1nb1. This adds a patch to work around problems encountered when code does use Parse::RecDescent 1.80; which caused an error saying that "Parse::RecDescent version 1.8 required--this is only version 1.95.1". Work around this by patching Parse::RecDescent's VERSION setting to be 1.951. @ text @d3 3 a5 3 --- lib/Parse/RecDescent.pm.orig 2007-09-29 21:06:56.000000000 +0200 +++ lib/Parse/RecDescent.pm @@@@ -1719,7 +1719,7 @@@@ use vars qw ( $AUTOLOAD $VERSION ); d9 2 a10 2 -use version; $VERSION = qv('1.95.1'); +use version; $VERSION = qv('1.951'); @