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:   nia
Date:           Wed Nov 25 20:51:58 UTC 2020

Modified Files:
        pkgsrc/devel/byacc: Makefile distinfo

Log Message:
byacc: Update to 20200910

2020-09-10  Thomas E. Dickey  <dickey%invisible-island.net@localhost>

        * LICENSE: RCS_BASE

        * reader.c, output.c: cppcheck -- reduce scope

        * defs.h: update to 2.0

        * test/btyacc/[...]
        update to version 2.0

        * reader.c:
        improve loop which skips backward through a (possibly nested) sequence of
        square-brackets.

        * reader.c: simplify a check to quiet a bogus cppcheck-warning

        * yacc.1: bump date

        * reader.c: add a note about a bogus cppcheck warning

        * configure: regen

        * configure.in:
        always check for gcc attributes, to work around defect in clang's imitation
        of this feature

        * reader.c: cppcheck -- scope reduction
        cppcheck -- eliminate bogus returns after no-return functions

        * verbose.c, output.c, mkpar.c, main.c, warshall.c, lr0.c, lalr.c, graph.c, closure.c:
        cppcheck -- scope reduction

        * package/debian/compat: quiet compatibility-warning

        * yacc.1: use "ASCII" for dashes which are part of proper names

        * configure: regen

        * configure.in: switch to --enable-warnings, for consistency

        * aclocal.m4:
        resync with my-autoconf, for compiler-warning fixes with macOS

        * VERSION, package/byacc.spec, package/debian/changelog, package/mingw-byacc.spec, package/pkgsrc/Makefile:
        bump

2020-06-28  Thomas E. Dickey  <dickey%invisible-island.net@localhost>

        * config.sub: 2020/06/28

2020-06-14  Thomas E. Dickey  <dickey%invisible-island.net@localhost>

        * config.guess: 2020/04/26


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/byacc/Makefile
cvs rdiff -u -r1.10 -r1.11 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.17 pkgsrc/devel/byacc/Makefile:1.18
--- pkgsrc/devel/byacc/Makefile:1.17    Wed Apr 22 05:05:56 2020
+++ pkgsrc/devel/byacc/Makefile Wed Nov 25 20:51:58 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2020/04/22 05:05:56 nia Exp $
+# $NetBSD: Makefile,v 1.18 2020/11/25 20:51:58 nia Exp $
 #
 
-DISTNAME=      byacc-20200330
+DISTNAME=      byacc-20200910
 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.10 pkgsrc/devel/byacc/distinfo:1.11
--- pkgsrc/devel/byacc/distinfo:1.10    Wed Apr 22 05:05:56 2020
+++ pkgsrc/devel/byacc/distinfo Wed Nov 25 20:51:58 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/04/22 05:05:56 nia Exp $
+$NetBSD: distinfo,v 1.11 2020/11/25 20:51:58 nia Exp $
 
-SHA1 (byacc-20200330.tgz) = 3e64f5aa03a4b416d61fb7db9b2ef40ad54f0dca
-RMD160 (byacc-20200330.tgz) = 20dced16fe511f4179f189e56fb5d1b2226cac84
-SHA512 (byacc-20200330.tgz) = df8cc1aa550d633ab547a13a4f091d8c940a9a67b52dc5ecacad5b005fd54c3ceb1269593068c1a7949049e85b6e6eea20cffbbf4b408e049fde75c0ffe51f07
-Size (byacc-20200330.tgz) = 872217 bytes
+SHA1 (byacc-20200910.tgz) = ebdf2d1a8d1a558f8c2fb7cc372435ca0f5c21df
+RMD160 (byacc-20200910.tgz) = a0b19d50a8b6199363288a34104dd26f728a1304
+SHA512 (byacc-20200910.tgz) = 491bbde2d5b0fdf2ad57bec5080112ad7c12ce3830b5e14f2289092aad1addae6edd4698368a9c8d69219a95ae5fa47eb32a95a2625841915297972591bebea3
+Size (byacc-20200910.tgz) = 871242 bytes



Home | Main Index | Thread Index | Old Index