Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2005 02:00:11 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85874: Update port: devel/ragel to 4.1
Message-ID:  <20050909020011.333b80d8.tkato432@yahoo.com>
Resent-Message-ID: <200509081710.j88HA8SD020632@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85874
>Category:       ports
>Synopsis:       Update port: devel/ragel to 4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 08 17:10:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p12 i386
>Organization:
>Environment:
>Description:
- Update to version 4.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/ragel/Makefile devel/ragel/Makefile
--- /usr/ports/devel/ragel/Makefile	Tue Apr 12 14:04:12 2005
+++ devel/ragel/Makefile	Wed Sep  7 00:40:16 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	ragel
-PORTVERSION=	3.6
+PORTVERSION=	4.1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.elude.ca/ragel/
 
diff -urN /usr/ports/devel/ragel/distinfo devel/ragel/distinfo
--- /usr/ports/devel/ragel/distinfo	Tue Aug  3 13:25:11 2004
+++ devel/ragel/distinfo	Wed Sep  7 00:43:39 2005
@@ -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
diff -urN /usr/ports/devel/ragel/files/patch-rlparse.y devel/ragel/files/patch-rlparse.y
--- /usr/ports/devel/ragel/files/patch-rlparse.y	Tue Aug  3 05:16:02 2004
+++ devel/ragel/files/patch-rlparse.y	Wed Sep  7 00:49:10 2005
@@ -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();
 -	}
 +	};
  
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050909020011.333b80d8.tkato432>