Received: by mail.netbsd.org (Postfix, from userid 605) id B47D984D91; Sat, 10 Apr 2021 00:40:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EED3184D86 for ; Sat, 10 Apr 2021 00:40:16 +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 li05Wmq5wBc0 for ; Sat, 10 Apr 2021 00:40:16 +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 743AC84D11 for ; Sat, 10 Apr 2021 00:40:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6884AFA95; Sat, 10 Apr 2021 00:40:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161801521682980" MIME-Version: 1.0 Date: Sat, 10 Apr 2021 00:40:16 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/ham/chirp To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210410004016.6884AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161801521682980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Apr 10 00:40:16 UTC 2021 Modified Files: pkgsrc/ham/chirp: Makefile distinfo Log Message: ham/chirp: Update to 20210406 upstream changes are minor To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/chirp/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/ham/chirp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161801521682980 Content-Disposition: inline Content-Length: 1831 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/chirp/Makefile diff -u pkgsrc/ham/chirp/Makefile:1.30 pkgsrc/ham/chirp/Makefile:1.31 --- pkgsrc/ham/chirp/Makefile:1.30 Mon Mar 29 23:17:29 2021 +++ pkgsrc/ham/chirp/Makefile Sat Apr 10 00:40:16 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2021/03/29 23:17:29 gdt Exp $ +# $NetBSD: Makefile,v 1.31 2021/04/10 00:40:16 gdt Exp $ -PKGVERSION= 20210307 +PKGVERSION= 20210406 PKGNAME= chirp-${PKGVERSION} DISTNAME= chirp-daily-${PKGVERSION_NOREV} CATEGORIES= ham Index: pkgsrc/ham/chirp/distinfo diff -u pkgsrc/ham/chirp/distinfo:1.11 pkgsrc/ham/chirp/distinfo:1.12 --- pkgsrc/ham/chirp/distinfo:1.11 Mon Mar 29 23:17:29 2021 +++ pkgsrc/ham/chirp/distinfo Sat Apr 10 00:40:16 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2021/03/29 23:17:29 gdt Exp $ +$NetBSD: distinfo,v 1.12 2021/04/10 00:40:16 gdt Exp $ -SHA1 (chirp-daily-20210307.tar.gz) = cafd260ffaeeb8be517c8879568dc0b3d9ac53f2 -RMD160 (chirp-daily-20210307.tar.gz) = 622665fa46e9e46778f72cdc51c107f713cb4459 -SHA512 (chirp-daily-20210307.tar.gz) = 40c120ff8b50df72b1ae0449c717395a5e0185d29ed9fdd1c0a4ec09c12fddcab6705b84b5c0526cda1e04c45c762aa00a3c8dadd5114b9f983751972a25cc68 -Size (chirp-daily-20210307.tar.gz) = 967551 bytes +SHA1 (chirp-daily-20210406.tar.gz) = e0828e4df4c681501966e15c6a1104d5752ef163 +RMD160 (chirp-daily-20210406.tar.gz) = 56cb81540af949632a2898eb0d21c16bc4a53f81 +SHA512 (chirp-daily-20210406.tar.gz) = 30e9b2615d128b48d5b8f5606af303707b844e0a0539634dbb2f6768c10471ea21cf148297ace6dde0b65ac7da9f2f008471b0e3160d3dfcaa3437e2c5ab3546 +Size (chirp-daily-20210406.tar.gz) = 975141 bytes SHA1 (patch-chirp_platform.py) = f8c0f7ffb0fa08b2b3a591a9ccdf4efca7838646 SHA1 (patch-chirp_ui_mainapp.py) = 4e201ed531a34800687fa1dcaa18c8406c22d925 SHA1 (patch-setup.py) = 28302403b4cd397b9654aeead4ab7910164312c2 --_----------=_161801521682980--