Received: by mail.netbsd.org (Postfix, from userid 605) id E604C84D50; Sun, 19 Jun 2022 06:17:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 298C484D27 for ; Sun, 19 Jun 2022 06:17:18 +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 lax0PASS3sw1 for ; Sun, 19 Jun 2022 06:17:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8507E84C13 for ; Sun, 19 Jun 2022 06:17:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83BA4FB1A; Sun, 19 Jun 2022 06:19:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1655619548153310" MIME-Version: 1.0 Date: Sun, 19 Jun 2022 06:19:08 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/ham/trustedQSL To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220619061908.83BA4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1655619548153310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 19 06:19:08 UTC 2022 Modified Files: pkgsrc/ham/trustedQSL: Makefile PLIST distinfo Log Message: (ham/trustedQSL) Updated 2.5.8 to 2.6.3 Release note for 2.6.3 wil be found at http://www.arrl.org/files/file/LoTW%20Instructions/TrustedQSL-2-6-3-release.pdf [2.6.1] This release includes an update to correct a defect that could cause TQSL to "hang" and never complete signing a log when previously submitted QSOs were submitted for signing. [2.6.2] Several minor usability updates were implemented. See details below. TQSL 2.6.3 can be installed to upgrade any older version of TQSL. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/ham/trustedQSL/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/trustedQSL/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/ham/trustedQSL/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1655619548153310 Content-Disposition: inline Content-Length: 2697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/trustedQSL/Makefile diff -u pkgsrc/ham/trustedQSL/Makefile:1.59 pkgsrc/ham/trustedQSL/Makefile:1.60 --- pkgsrc/ham/trustedQSL/Makefile:1.59 Wed Dec 8 16:05:11 2021 +++ pkgsrc/ham/trustedQSL/Makefile Sun Jun 19 06:19:08 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2021/12/08 16:05:11 adam Exp $ +# $NetBSD: Makefile,v 1.60 2022/06/19 06:19:08 mef Exp $ -DISTNAME= tqsl-2.5.8 -PKGREVISION= 1 +DISTNAME= tqsl-2.6.3 CATEGORIES= ham MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ Index: pkgsrc/ham/trustedQSL/PLIST diff -u pkgsrc/ham/trustedQSL/PLIST:1.9 pkgsrc/ham/trustedQSL/PLIST:1.10 --- pkgsrc/ham/trustedQSL/PLIST:1.9 Thu Jun 24 00:09:06 2021 +++ pkgsrc/ham/trustedQSL/PLIST Sun Jun 19 06:19:08 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2021/06/24 00:09:06 gdt Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/06/19 06:19:08 mef Exp $ bin/tqsl include/adif.h include/cabrillo.h @@ -121,6 +121,7 @@ share/TrustedQSL/help/tqslapp/stnloc2par share/TrustedQSL/help/tqslapp/stnloc3.bmp share/TrustedQSL/help/tqslapp/stnloc4.bmp share/TrustedQSL/help/tqslapp/stnloc5.bmp +share/TrustedQSL/help/tqslapp/stnprop.bmp share/TrustedQSL/help/tqslapp/tqslapp.hhp share/TrustedQSL/help/tqslapp/tqslstyle.css share/TrustedQSL/help/tqslapp/unlock.bmp @@ -138,5 +139,6 @@ share/locale/it/LC_MESSAGES/tqslapp.mo share/locale/ja/LC_MESSAGES/tqslapp.mo share/locale/pt/LC_MESSAGES/tqslapp.mo share/locale/ru/LC_MESSAGES/tqslapp.mo -share/locale/zh/LC_MESSAGES/tqslapp.mo +share/locale/zh_CN/LC_MESSAGES/tqslapp.mo +share/locale/zh_TW/LC_MESSAGES/tqslapp.mo share/pixmaps/TrustedQSL.png Index: pkgsrc/ham/trustedQSL/distinfo diff -u pkgsrc/ham/trustedQSL/distinfo:1.25 pkgsrc/ham/trustedQSL/distinfo:1.26 --- pkgsrc/ham/trustedQSL/distinfo:1.25 Sun Oct 31 23:43:41 2021 +++ pkgsrc/ham/trustedQSL/distinfo Sun Jun 19 06:19:08 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2021/10/31 23:43:41 gdt Exp $ +$NetBSD: distinfo,v 1.26 2022/06/19 06:19:08 mef Exp $ -BLAKE2s (tqsl-2.5.8.tar.gz) = fa297a4ae072ef3dc251bbd7535482a3b708f55b89514513bb5397b67d2eea01 -SHA512 (tqsl-2.5.8.tar.gz) = 074fa76bd751be47a1ea9f42114095b26fb6cae4b3b13f432acffcb6226addfe68c5f8d503e08fb3ed5528c58bb9bc7b6b9d31a93869f6bf1307e63b77ffc0a0 -Size (tqsl-2.5.8.tar.gz) = 3627481 bytes +BLAKE2s (tqsl-2.6.3.tar.gz) = 93320707b6a3dba1fdefc62c0110352aa9af8775061c3059268172fb300f87ad +SHA512 (tqsl-2.6.3.tar.gz) = e6308cda39177b74ebb30eee481ed52f9231916a1c6dfaef2d42eaa758bc247ff46319b29d9d61fa7b1503164392b365f5e8bdbfac622281646c630034ff88e2 +Size (tqsl-2.6.3.tar.gz) = 3516151 bytes SHA1 (patch-CMakeLists.txt) = db7383ea82b2cb05abfcd61430c68c90bca1b81b --_----------=_1655619548153310--