Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8697684F3A for ; Mon, 4 Sep 2023 08:19:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ifICZHZrMrvZ for ; Mon, 4 Sep 2023 08:19:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 02E7384F22 for ; Mon, 4 Sep 2023 08:19:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F08B9FBDB; Mon, 4 Sep 2023 08:19:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169381558925870" MIME-Version: 1.0 Date: Mon, 4 Sep 2023 08:19:49 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/devel/errcheck To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20230904081949.F08B9FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169381558925870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Sep 4 08:19:49 UTC 2023 Modified Files: pkgsrc/devel/errcheck: Makefile distinfo Log Message: errcheck: update to 1.6.3 - test and check blanks in var declarations - doc fixes To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/errcheck/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/errcheck/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169381558925870 Content-Disposition: inline Content-Length: 1924 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/errcheck/Makefile diff -u pkgsrc/devel/errcheck/Makefile:1.32 pkgsrc/devel/errcheck/Makefile:1.33 --- pkgsrc/devel/errcheck/Makefile:1.32 Sat Aug 26 16:31:24 2023 +++ pkgsrc/devel/errcheck/Makefile Mon Sep 4 08:19:49 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2023/08/26 16:31:24 bsiegert Exp $ +# $NetBSD: Makefile,v 1.33 2023/09/04 08:19:49 bsiegert Exp $ GITHUB_TAG= v${PKGVERSION_NOREV} -DISTNAME= errcheck-1.6.2 -PKGREVISION= 11 +DISTNAME= errcheck-1.6.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=kisielk/} Index: pkgsrc/devel/errcheck/distinfo diff -u pkgsrc/devel/errcheck/distinfo:1.4 pkgsrc/devel/errcheck/distinfo:1.5 --- pkgsrc/devel/errcheck/distinfo:1.4 Sat Sep 17 10:18:28 2022 +++ pkgsrc/devel/errcheck/distinfo Mon Sep 4 08:19:49 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2022/09/17 10:18:28 bsiegert Exp $ +$NetBSD: distinfo,v 1.5 2023/09/04 08:19:49 bsiegert Exp $ -BLAKE2s (errcheck-1.6.2.tar.gz) = 2ad1de2647af6a6aeac5f66e31e0d67f25e6010102219d9fc13604873b126a2f -SHA512 (errcheck-1.6.2.tar.gz) = 2b3f238fc4411b6b853895993333f3bab338285aea3939b8ec4286719047d02d2ee5b1c45f2c0dca973dcd1db8c7e228f416ecfa4990d5e6923a5e125bd0ca67 -Size (errcheck-1.6.2.tar.gz) = 21453 bytes +BLAKE2s (errcheck-1.6.3.tar.gz) = 3a3221f06fd3d29d85c7dc609b973e565e0e517727571cf71ce27f2dadcba407 +SHA512 (errcheck-1.6.3.tar.gz) = bb7e04be5579fb203fb8bf4445f857c1ccbbab42288fe4b318f38730cd96d0253840baa398fd96371b5f8433e132c84fc3f89afa02d8a189178379c6b735925f +Size (errcheck-1.6.3.tar.gz) = 21801 bytes BLAKE2s (github.com_yuin_goldmark_@v_v1.4.1.mod) = 8cd9565cec9006d9acaaa1272611bb4f570a7f94e866ff05987335c06ca21aee SHA512 (github.com_yuin_goldmark_@v_v1.4.1.mod) = a6233a0864081261d4b9cda2d73cf37b236acada8f5fbc85b7b7978ccfbc3bd2949632f2fb67a7ba9db6eb43b41796df54460728379e0172082922820d6143a7 Size (github.com_yuin_goldmark_@v_v1.4.1.mod) = 41 bytes --_----------=_169381558925870--