Straightforward update to the latest stable version.

Test results:

492 tests were successful.
23 tests were skipped.

I don't know if this is supposed to go in before 6.4. To many consumers
so I think someone should put that in a bulk build.

Best regards,

Rafael

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/bison/Makefile,v
retrieving revision 1.55
diff -u -p -u -p -r1.55 Makefile
--- Makefile    15 Jul 2018 13:10:46 -0000      1.55
+++ Makefile    15 Sep 2018 08:35:54 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       GNU parser generator
 
-DISTNAME=      bison-3.0.5
+DISTNAME=      bison-3.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=bison/}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/bison/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo    15 Jul 2018 13:10:46 -0000      1.11
+++ distinfo    15 Sep 2018 08:35:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (bison-3.0.5.tar.gz) = zTmdK+4zr6cSusSx9ENOIDeem0CZvORxieCadnWi1WY=
-SIZE (bison-3.0.5.tar.gz) = 3580830
+SHA256 (bison-3.1.tar.gz) = p8s2tVMW7uxiaGXAPSpEIQYXoXx9OT7mPYVT4GSe6UY=
+SIZE (bison-3.1.tar.gz) = 3638310
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/bison/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 PLIST
--- pkg/PLIST   15 Jul 2018 13:10:46 -0000      1.11
+++ pkg/PLIST   15 Sep 2018 08:35:54 -0000
@@ -39,17 +39,21 @@ share/doc/bison/README
 share/doc/bison/THANKS
 share/doc/bison/TODO
 share/doc/bison/examples/
+share/doc/bison/examples/README
 share/doc/bison/examples/calc++/
-share/doc/bison/examples/calc++/calc++-driver.cc
-share/doc/bison/examples/calc++/calc++-driver.hh
-share/doc/bison/examples/calc++/calc++-parser.yy
-share/doc/bison/examples/calc++/calc++-scanner.ll
+share/doc/bison/examples/calc++/Makefile
+share/doc/bison/examples/calc++/README
 share/doc/bison/examples/calc++/calc++.cc
+share/doc/bison/examples/calc++/driver.cc
+share/doc/bison/examples/calc++/driver.hh
+share/doc/bison/examples/calc++/parser.yy
+share/doc/bison/examples/calc++/scanner.ll
 share/doc/bison/examples/mfcalc/
 share/doc/bison/examples/mfcalc/calc.h
 share/doc/bison/examples/mfcalc/mfcalc.y
 share/doc/bison/examples/rpcalc/
 share/doc/bison/examples/rpcalc/rpcalc.y
+share/doc/bison/examples/variant.yy
 share/locale/ast/
 share/locale/ast/LC_MESSAGES/
 share/locale/ast/LC_MESSAGES/bison-runtime.mo

Reply via email to