mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 4.1
PR: ports/85874 Submitted by: Ports Fury
This commit is contained in:
parent
3f9188d190
commit
42bc909520
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142301
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ragel
|
||||
PORTVERSION= 3.6
|
||||
PORTVERSION= 4.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.elude.ca/ragel/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ragel-3.6.tar.gz) = e8290044f4dcaf2f3149489efcec819d
|
||||
SIZE (ragel-3.6.tar.gz) = 416327
|
||||
MD5 (ragel-4.1.tar.gz) = f37efaa3244a4fd22479a3a32d9ebaac
|
||||
SIZE (ragel-4.1.tar.gz) = 451133
|
||||
|
@ -1,18 +1,35 @@
|
||||
--- rlparse.y.orig Sat Jul 3 03:46:42 2004
|
||||
+++ rlparse.y Mon Aug 2 22:24:05 2004
|
||||
@@ -468,7 +468,7 @@
|
||||
--- rlparse.y.orig Sat Jun 25 07:56:54 2005
|
||||
+++ rlparse.y Wed Sep 7 00:48:58 2005
|
||||
@@ -470,14 +470,14 @@
|
||||
id->sawInterface = true;
|
||||
}
|
||||
id->sectionEndLoc = @2;
|
||||
- }
|
||||
+ };
|
||||
|
||||
/* Include statements are processed by both the scanner and the parser. */
|
||||
Include:
|
||||
IncludeKeyword OptSection OptFileName ';' {
|
||||
if ( id->active )
|
||||
doInclude( @1, $2, $3 );
|
||||
- }
|
||||
+ };
|
||||
|
||||
IncludeKeyword:
|
||||
KW_Include {
|
||||
@@ -607,7 +607,7 @@
|
||||
NoNameSep:
|
||||
/* Nothing */ {
|
||||
nameRef.empty();
|
||||
id->nameRef.empty();
|
||||
- }
|
||||
+ };
|
||||
|
||||
/* A qualified state reference. */
|
||||
StateRef:
|
||||
@@ -483,7 +483,7 @@
|
||||
@@ -622,7 +622,7 @@
|
||||
} |
|
||||
/* Nothing. */ {
|
||||
nameRef.empty();
|
||||
id->nameRef.empty();
|
||||
- }
|
||||
+ };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user