Thu Nov 21 11:21:07 2013 UTC ()
Update re2c to 0.13.6.

Version 0.13.6 (2013-07-04)
---------------------------
- Fixed #2535084 uint problem with Sun C 5.8
- #3308400: allow Yacc-style %{code brackets}%
- #2506253: allow C++ // comments
- Fixed inplace configuration in -e mode.
- Applied #2482572 Typos in error messages.
- Applied #2482561 Error in manual section on -r mode.
- Fixed #2478216 Wrong start_label in -c mode.
- Fixed #2186718 Unescaped backslash in file name of #line directive.
- Fixed #2102138 Duplicate case labels on EBCDIC.
- Fixed #2088583 Compile problem on AIX.
- Fixed #2038610 Ebcdic problem.
- improve dot support: make char intervals (e.g. [A-Z]) instead of one edge per char


(obache)
diff -r1.13 -r1.14 pkgsrc/devel/re2c/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/re2c/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/re2c/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/re2c/Makefile 2012/10/31 11:19:38 1.13
+++ pkgsrc/devel/re2c/Makefile 2013/11/21 11:21:07 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2012/10/31 11:19:38 asau Exp $ 1# $NetBSD: Makefile,v 1.14 2013/11/21 11:21:07 obache Exp $
2 2
3DISTNAME= re2c-0.13.5 3DISTNAME= re2c-0.13.6
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=re2c/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=re2c/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://re2c.org/ 8HOMEPAGE= http://re2c.org/
9COMMENT= Deterministic Finite State Automaton generator 9COMMENT= Deterministic Finite State Automaton generator
10LICENSE= public-domain 10LICENSE= public-domain
11 11
12USE_TOOLS+= gmake 12USE_TOOLS+= gmake
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
15 15
16CHECK_PORTABILITY_SKIP= run_tests.sh.in 16CHECK_PORTABILITY_SKIP= run_tests.sh.in

cvs diff -r1.9 -r1.10 pkgsrc/devel/re2c/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/re2c/distinfo 2009/03/15 12:03:14 1.9
+++ pkgsrc/devel/re2c/distinfo 2013/11/21 11:21:07 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2009/03/15 12:03:14 tnn Exp $ 1$NetBSD: distinfo,v 1.10 2013/11/21 11:21:07 obache Exp $
2 2
3SHA1 (re2c-0.13.5.tar.gz) = 3d334efab53a4a051a2b189b49a849e13523b6c0 3SHA1 (re2c-0.13.6.tar.gz) = b272048550db56aea2ec1a0a1bce759b90b778fa
4RMD160 (re2c-0.13.5.tar.gz) = 4b3d339072aa0b908afc78b218bb96d1de7de72a 4RMD160 (re2c-0.13.6.tar.gz) = ef2bd8329f02e97af7f7e4748ee6a852e81669cd
5Size (re2c-0.13.5.tar.gz) = 782725 bytes 5Size (re2c-0.13.6.tar.gz) = 844623 bytes