pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/byacc
Module Name: pkgsrc
Committed By: fcambus
Date: Thu Mar 2 21:22:20 UTC 2023
Modified Files:
pkgsrc/devel/byacc: Makefile distinfo
Log Message:
byacc: update to 20230219.
2023-02-19 Thomas E. Dickey <dickey%invisible-island.net@localhost>
* test/yacc/ok_syntax1.tab.h, test/yacc/ok_syntax1.tab.c,
test/btyacc/ok_syntax1.tab.h, test/btyacc/ok_syntax1.tab.c:
regen
* test/ok_syntax1.y:
modify test for %union to add tag for testing reader.c
* reader.c:
provide for a named union, e.g., "%union foo" by detecting the name and
deferring the typedef in that case until the end of copying the union
definition (report by Dag-Erling Smørgrav).
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/byacc/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/byacc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/byacc/Makefile
diff -u pkgsrc/devel/byacc/Makefile:1.32 pkgsrc/devel/byacc/Makefile:1.33
--- pkgsrc/devel/byacc/Makefile:1.32 Fri Feb 10 11:07:12 2023
+++ pkgsrc/devel/byacc/Makefile Thu Mar 2 21:22:20 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2023/02/10 11:07:12 fcambus Exp $
+# $NetBSD: Makefile,v 1.33 2023/03/02 21:22:20 fcambus Exp $
#
-DISTNAME= byacc-20230201
+DISTNAME= byacc-20230219
CATEGORIES= devel
MASTER_SITES= https://invisible-mirror.net/archives/byacc/
EXTRACT_SUFX= .tgz
Index: pkgsrc/devel/byacc/distinfo
diff -u pkgsrc/devel/byacc/distinfo:1.26 pkgsrc/devel/byacc/distinfo:1.27
--- pkgsrc/devel/byacc/distinfo:1.26 Fri Feb 10 11:07:12 2023
+++ pkgsrc/devel/byacc/distinfo Thu Mar 2 21:22:20 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2023/02/10 11:07:12 fcambus Exp $
+$NetBSD: distinfo,v 1.27 2023/03/02 21:22:20 fcambus Exp $
-BLAKE2s (byacc-20230201.tgz) = 9635ff10c50bb28ca2b4d4fecf1165aa3be975c74986a244e169112c35526608
-SHA512 (byacc-20230201.tgz) = 8dc10fb19cd55086e7c4d5f01c533fbacd8d4ec94d45e00880ea08f26e26ca31cd4eaae7471561af5422c5bed517d4fe8bb86a0c337ea855f6f75f06671c2114
-Size (byacc-20230201.tgz) = 897063 bytes
+BLAKE2s (byacc-20230219.tgz) = 3ae1e7a6d06e8e4d103efb6143f4d9083fc9bee41491c2ebdbf0bde6a4ed73f6
+SHA512 (byacc-20230219.tgz) = 55fb9abc82afffb68a2167eb3f6211b1c2c91dda4f3b6004c01c46b2022bbec4ed8f793cfb86094eaa66decbd40d9e6f06af5b0da9d72f30ca0676aa38eb2d5e
+Size (byacc-20230219.tgz) = 898360 bytes
Home |
Main Index |
Thread Index |
Old Index