On Wed, Sep 20, 2023 at 11:30:49AM +0000, Klemens Nanni wrote:
> http://savannah.gnu.org/news/?id=10011 3.8.1 came out two years ago,
> I couldn't find release notes for 3.8.2;  above news don't seem harmless,
> but the list of consumers is huge, so I'd appreciate if someone could test
> this in a full bulk.
> 
> amd64:
>   723 tests were successful.
>   53 tests were skipped.

Anyone wants to throw that into their bulk?

Same diff rebased onto SITES changes.


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/bison/Makefile,v
retrieving revision 1.66
diff -u -p -r1.66 Makefile
--- Makefile    21 Sep 2023 09:49:49 -0000      1.66
+++ Makefile    23 Sep 2023 19:41:00 -0000
@@ -1,6 +1,6 @@
 COMMENT=       GNU parser generator
 
-DISTNAME=      bison-3.7.6
+DISTNAME=      bison-3.8.2
 CATEGORIES=    devel
 SITES=         ${SITE_GNU:=bison/}
 EXTRACT_SUFX=  .tar.xz
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/bison/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    17 May 2021 16:41:44 -0000      1.14
+++ distinfo    20 Sep 2023 09:19:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (bison-3.7.6.tar.xz) = Z9aM4eIhkgUFJWQ/wKeiIpdXZoK+9qXFFEaQP1ru888=
-SIZE (bison-3.7.6.tar.xz) = 2627180
+SHA256 (bison-3.8.2.tar.xz) = m7oCFMz38QecXVkhAEUie89hlRmEDr+oDNOEnP9aW/I=
+SIZE (bison-3.8.2.tar.xz) = 2817324
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/devel/bison/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   11 Mar 2022 18:49:44 -0000      1.2
+++ patches/patch-Makefile_in   20 Sep 2023 09:20:29 -0000
@@ -3,7 +3,7 @@ Break the "bison.help: bison" dependency
 Index: Makefile.in
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -10432,7 +10432,7 @@ $(srcdir)/$(doc_bison).info.bak: $(srcdir)/$(doc_bison
+@@ -11833,7 +11833,7 @@ $(srcdir)/$(doc_bison).info.bak: $(srcdir)/$(doc_bison
  
  doc/refcard.pdf: doc/refcard.tex
        $(AM_V_GEN) cd doc && pdftex $(abs_top_srcdir)/doc/refcard.tex
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/bison/pkg/PLIST,v
retrieving revision 1.15
diff -u -p -r1.15 PLIST
--- pkg/PLIST   11 Mar 2022 18:49:45 -0000      1.15
+++ pkg/PLIST   20 Sep 2023 09:26:14 -0000
@@ -11,7 +11,6 @@ share/bison/m4sugar/
 share/bison/m4sugar/foreach.m4
 share/bison/m4sugar/m4sugar.m4
 share/bison/skeletons/
-share/bison/skeletons/README-D.txt
 share/bison/skeletons/bison.m4
 share/bison/skeletons/c++-skel.m4
 share/bison/skeletons/c++.m4
@@ -22,6 +21,7 @@ share/bison/skeletons/d-skel.m4
 share/bison/skeletons/d.m4
 share/bison/skeletons/glr.c
 share/bison/skeletons/glr.cc
+share/bison/skeletons/glr2.cc
 share/bison/skeletons/java-skel.m4
 share/bison/skeletons/java.m4
 share/bison/skeletons/lalr1.cc
@@ -70,6 +70,10 @@ share/doc/bison/examples/c/calc/
 share/doc/bison/examples/c/calc/Makefile
 share/doc/bison/examples/c/calc/README.md
 share/doc/bison/examples/c/calc/calc.y
+share/doc/bison/examples/c/glr/
+share/doc/bison/examples/c/glr/Makefile
+share/doc/bison/examples/c/glr/README.md
+share/doc/bison/examples/c/glr/c++-types.y
 share/doc/bison/examples/c/lexcalc/
 share/doc/bison/examples/c/lexcalc/Makefile
 share/doc/bison/examples/c/lexcalc/README.md
@@ -92,9 +96,13 @@ share/doc/bison/examples/c/rpcalc/
 share/doc/bison/examples/c/rpcalc/Makefile
 share/doc/bison/examples/c/rpcalc/rpcalc.y
 share/doc/bison/examples/d/
-share/doc/bison/examples/d/Makefile
 share/doc/bison/examples/d/README.md
-share/doc/bison/examples/d/calc.y
+share/doc/bison/examples/d/calc/
+share/doc/bison/examples/d/calc/Makefile
+share/doc/bison/examples/d/calc/calc.y
+share/doc/bison/examples/d/simple/
+share/doc/bison/examples/d/simple/Makefile
+share/doc/bison/examples/d/simple/calc.y
 share/doc/bison/examples/java/
 share/doc/bison/examples/java/README.md
 share/doc/bison/examples/java/calc/

Reply via email to