- 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)
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.
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
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
State Changed From-To: feedback->closed Committed. Thanks!