Fri Aug 25 18:48:44 2017 UTC ()
Version 1.0.1
- Fixed bug 193 1.0 build failure on macOS: error: calling a private constructor of class 're2c::Rule'
- Added paper "Tagged Deterministic Finite Automata with Lookahead" to distribution


(adam)
diff -r1.17 -r1.18 pkgsrc/devel/re2c/Makefile
diff -r1.14 -r1.15 pkgsrc/devel/re2c/distinfo

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

--- pkgsrc/devel/re2c/Makefile 2017/01/02 08:09:45 1.17
+++ pkgsrc/devel/re2c/Makefile 2017/08/25 18:48:44 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2017/01/02 08:09:45 mef Exp $ 1# $NetBSD: Makefile,v 1.18 2017/08/25 18:48:44 adam Exp $
2 2
3DISTNAME= re2c-0.16 3DISTNAME= re2c-1.0.1
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_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
13USE_TOOLS+= gmake 13USE_TOOLS+= gmake
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.14 -r1.15 pkgsrc/devel/re2c/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/re2c/distinfo 2017/01/02 08:09:45 1.14
+++ pkgsrc/devel/re2c/distinfo 2017/08/25 18:48:44 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2017/01/02 08:09:45 mef Exp $ 1$NetBSD: distinfo,v 1.15 2017/08/25 18:48:44 adam Exp $
2 2
3SHA1 (re2c-0.16.tar.gz) = cf41da098dda3d6e6848d23ffaa0b9aadaaf15fc 3SHA1 (re2c-1.0.1.tar.gz) = a06cf885a2fca229f9565f5692002936e9e25555
4RMD160 (re2c-0.16.tar.gz) = c0b192eb097f9a3d39c80a3f6ed2bf39d6249eca 4RMD160 (re2c-1.0.1.tar.gz) = 7056eb78325a7716c834c0423ed84076009ba793
5SHA512 (re2c-0.16.tar.gz) = d4fb8078d9566a1fa177331b649cac79e2e45cc9558a22a2212503f6c77c9e6b4238aa01c85c66b86fa4831cdc669cedf8b430d395be6a0c6cfabfb7c61cf8a3 5SHA512 (re2c-1.0.1.tar.gz) = ab3b652d8f97b0d1be4c7561ce65e28870ab8976f8a31d74a6629b43d2057bfa608c7f393d5e5d59d26f991552a60e6274f554ef58752bdfcfeba330578f1299
6Size (re2c-0.16.tar.gz) = 4892417 bytes 6Size (re2c-1.0.1.tar.gz) = 5758988 bytes