mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.19
PR: 149264 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer
This commit is contained in:
parent
71e6bdb35a
commit
17857eb2bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259012
4 changed files with 8 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ParseLex
|
||||
PORTVERSION= 2.18
|
||||
PORTVERSION= 2.19
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN/Parse
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,10 +14,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= pirzyk@FreeBSD.org
|
||||
COMMENT= Object-oriented generator of lexical analyzers
|
||||
|
||||
BUILD_DEPENDS= p5-ParseTemplate>=3.01:${PORTSDIR}/devel/p5-ParseTemplate
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Parse::ALex.3 Parse::Lex.3 Parse::Token.3 Parse::YYLex.3 \
|
||||
Parse::LexEvent.3 Parse::CLex.3 Parse::Trace.3 \
|
||||
Parse::Template.3
|
||||
Parse::LexEvent.3 Parse::CLex.3 Parse::Trace.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ParseLex-2.18.tar.gz) = beb91a385c80a03ab1138e3cc7507a65
|
||||
SHA256 (ParseLex-2.18.tar.gz) = 91af4c5b07c66d1656093b355a0c8f4f4594032d90cb024390e58e9e9e033be2
|
||||
SIZE (ParseLex-2.18.tar.gz) = 54384
|
||||
MD5 (ParseLex-2.19.tar.gz) = b90378ddd3bd112f3afb5d4bbced2af6
|
||||
SHA256 (ParseLex-2.19.tar.gz) = 773fbf06ade92bea14b599e914c9c9a8447a2f8a8b425eadc08ebacae9c4e7f9
|
||||
SIZE (ParseLex-2.19.tar.gz) = 50285
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
--- t/test4.t.orig Fri Aug 20 16:06:52 2004
|
||||
+++ t/test4.t Fri Aug 20 16:07:08 2004
|
||||
@@ -54,4 +54,4 @@
|
||||
[main::lexer|Parse::CLex] Token read (NEWLINE, \n):
|
||||
|
||||
[main::lexer|Parse::CLex] Token read (ERROR, .*): this is an invalid string with a "" in it"
|
||||
-can't analyze: "this is an invalid string with a "" in it"" at examples/ctokenizer.pl line 17, <DATA> chunk 4.
|
||||
+can't analyze: "this is an invalid string with a "" in it"" at examples/ctokenizer.pl line 17, <DATA> line 4.
|
|
@ -2,7 +2,6 @@
|
|||
%%SITE_PERL%%/Parse/ALex.pm
|
||||
%%SITE_PERL%%/Parse/LexEvent.pm
|
||||
%%SITE_PERL%%/Parse/YYLex.pm
|
||||
%%SITE_PERL%%/Parse/Template.pm
|
||||
%%SITE_PERL%%/Parse/CLex.pm
|
||||
%%SITE_PERL%%/Parse/Trace.pm
|
||||
%%SITE_PERL%%/Parse/Token.pm
|
||||
|
|
Loading…
Add table
Reference in a new issue