Bug 97524 - [MAINTAINER UPDATE] devel/ragel: update 5.6 -> 5.7
Summary: [MAINTAINER UPDATE] devel/ragel: update 5.6 -> 5.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-20 15:00 UTC by Shaun Amott
Modified: 2006-06-05 12:54 UTC (History)
0 users

See Also:


Attachments
ragel.diff (1.14 KB, patch)
2006-05-20 15:00 UTC, Shaun Amott
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shaun Amott 2006-05-20 15:00:28 UTC
- Update to 5.7
- Add additional mirror

ChangeLog:
  http://www.cs.queensu.ca/home/thurston/ragel/ChangeLog

Tinderbox tested on : 5.x (sparc64)
Manually tested on  : 6.x (i386), 4.x (i386)
Comment 1 Shaun Amott 2006-05-20 15:03:42 UTC
Forgot to 'cvs add' the patch I added. New patch below.


-----ragel.diff begins here-----
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ragel/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	29 Apr 2006 09:04:07 -0000	1.23
+++ Makefile	20 May 2006 14:01:54 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	ragel
-PORTVERSION=	5.6
+PORTVERSION=	5.7
 CATEGORIES=	devel
 MASTER_SITES=	http://www.cs.queensu.ca/home/thurston/ragel/ \
 		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/ragel/distinfo,v
retrieving revision 1.17
diff -u -r1.17 distinfo
--- distinfo	4 Apr 2006 17:30:11 -0000	1.17
+++ distinfo	20 May 2006 14:01:54 -0000
@@ -1,3 +1,3 @@
-MD5 (ragel-5.6.tar.gz) = e06347096fbb5c4dbde3e40414f0a2c7
-SHA256 (ragel-5.6.tar.gz) = ac683adeb04edbf951edfb81432ae3c2617e0fe2bafce2039fbc12dfddd18d16
-SIZE (ragel-5.6.tar.gz) = 492613
+MD5 (ragel-5.7.tar.gz) = 80f30dc344509f3dd85c358390008107
+SHA256 (ragel-5.7.tar.gz) = 75e3f9e4200e62d119cf71e5c843645626d4dedb8ccd61c8f78b990110245b62
+SIZE (ragel-5.7.tar.gz) = 493511
Index: files/patch-ragel__rlparse.y
===================================================================
RCS file: files/patch-ragel__rlparse.y
diff -N files/patch-ragel__rlparse.y
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-ragel__rlparse.y	20 May 2006 14:01:54 -0000
@@ -0,0 +1,11 @@
+--- ragel/rlparse.y.orig	Mon May 15 01:28:37 2006
++++ ragel/rlparse.y	Sat May 20 14:19:21 2006
+@@ -1092,7 +1092,7 @@
+ 	} |
+ 	Factor { 
+ 		$$ = $1;
+-	}
++	};
+ 
+ /* The highest level in precedence. Atomic machines such as references to other
+  * machines, literal machines, regular expressions or Expressions in side of
-----ragel.diff ends here-----

-- 
Shaun Amott [ PGP: 0x6B387A9A ]
    Scientia Est Potentia.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-05-21 01:56:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-05-21 03:57:46 UTC
State Changed
From-To: open->feedback

Does not build, please see 
http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=590
Comment 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-06-05 12:54:57 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!