Received: by mail.netbsd.org (Postfix, from userid 605) id 29F6584D98; Fri, 16 Apr 2021 13:06:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 638C684D85 for ; Fri, 16 Apr 2021 13:06:14 +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 RDrjOeXVmsPI for ; Fri, 16 Apr 2021 13:06:13 +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 DFA4684CEF for ; Fri, 16 Apr 2021 13:06:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3635FA95; Fri, 16 Apr 2021 13:06:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161857837395440" MIME-Version: 1.0 Date: Fri, 16 Apr 2021 13:06:13 +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: <20210416130613.D3635FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161857837395440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Fri Apr 16 13:06:13 UTC 2021 Modified Files: pkgsrc/ham/chirp: Makefile distinfo Log Message: ham/chirp: Update to 20210416 upstream changes are minor To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/ham/chirp/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/ham/chirp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161857837395440 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.31 pkgsrc/ham/chirp/Makefile:1.32 --- pkgsrc/ham/chirp/Makefile:1.31 Sat Apr 10 00:40:16 2021 +++ pkgsrc/ham/chirp/Makefile Fri Apr 16 13:06:13 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2021/04/10 00:40:16 gdt Exp $ +# $NetBSD: Makefile,v 1.32 2021/04/16 13:06:13 gdt Exp $ -PKGVERSION= 20210406 +PKGVERSION= 20210416 PKGNAME= chirp-${PKGVERSION} DISTNAME= chirp-daily-${PKGVERSION_NOREV} CATEGORIES= ham Index: pkgsrc/ham/chirp/distinfo diff -u pkgsrc/ham/chirp/distinfo:1.12 pkgsrc/ham/chirp/distinfo:1.13 --- pkgsrc/ham/chirp/distinfo:1.12 Sat Apr 10 00:40:16 2021 +++ pkgsrc/ham/chirp/distinfo Fri Apr 16 13:06:13 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2021/04/10 00:40:16 gdt Exp $ +$NetBSD: distinfo,v 1.13 2021/04/16 13:06:13 gdt Exp $ -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 (chirp-daily-20210416.tar.gz) = 58a46c88406fe91488f3eea6ad2c49c755824c66 +RMD160 (chirp-daily-20210416.tar.gz) = 58709786c29538e2bc9d4fa952b8ee5ea8d698f3 +SHA512 (chirp-daily-20210416.tar.gz) = 36beec40953008d8de70880d7d9549e42a28bdc873c0142b158e20bb4b60ada00b2ea4dc8dee6f1b750fd9f1bdd19c0617608bd47dd5740db19e97e1a5b9474c +Size (chirp-daily-20210416.tar.gz) = 976676 bytes SHA1 (patch-chirp_platform.py) = f8c0f7ffb0fa08b2b3a591a9ccdf4efca7838646 SHA1 (patch-chirp_ui_mainapp.py) = 4e201ed531a34800687fa1dcaa18c8406c22d925 SHA1 (patch-setup.py) = 28302403b4cd397b9654aeead4ab7910164312c2 --_----------=_161857837395440--