Bug 260618 - comms/wsjtx: Update to 2.5.2
Summary: comms/wsjtx: Update to 2.5.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Diane Bruce
URL: https://physics.princeton.edu/pulsar/...
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2021-12-22 18:08 UTC by lu9dce
Modified: 2021-12-31 15:24 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (hamradio)
koobs: merge-quarterly?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lu9dce 2021-12-22 18:08:41 UTC
Since we have the last version of WSJTZ (2.5.0) I think it would
be practically the same to update the WSJTX (2.5.3)

Possibly the same patches work

WSJT-X 2.5.3

Latest General Availability (GA) releases:  WSJT-X 2.5.3 (Windows 64 and macOS) and WSJT-X 2.5.2 (all other systems)

WSJT-X 2.5 provides features and capabilities new since version 2.3, including the Q65 mode and improved rig control.  New features are described in the WSJT-X User Guide here and in the Release Notes.  If you will use the new Q65 mode, please read the Quick-Start Guide to Q65.  

tks 73 (lu9dce)
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2021-12-23 21:02:40 UTC
^Triage: 

 - 2.5.2 is the latest GA version for !Windows/macOS
 - 2.5.1 and 2.5.2 are substantial bugfix releases, consider MFH
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-12-31 14:52:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c3c36590248370e6d70c69413ff547330982869

commit 9c3c36590248370e6d70c69413ff547330982869
Author:     Diane Bruce <db@FreeBSD.org>
AuthorDate: 2021-12-31 14:34:57 +0000
Commit:     Diane Bruce <db@FreeBSD.org>
CommitDate: 2021-12-31 14:41:02 +0000

    comms/wsjtx: Update to 2.5.2

    - Repair a  longstanding regression  that caused signal  reports from
      tail-ended Tx2 messages to be omitted from logged information

    - Parse   "dx-call-1 RR73; dx-call-2 <de-call> +nn"  messages  (i3=0,
      n3=1 DXpedition mode) in regular 77-bit modes

    - Repair a regression  associated with setting the  main window width
      on program startup.

    - Repair a problem with Q65 decodes  of type 'q3' for messages of the
      form "<Call_1> Call_2"

    - Execute code associated with Q65 decodes of type 'q5' only when the
      Max   Drift   control   is   set  to   50.    This   fix   prevents
      double-incrementing of  the message averaging counter  on the first
      decoding sequence.

    - Polarization offset 'Dpol' from the astronomical data window is now
      written    to    file     azel.dat    if    environment    variable
      WSJT_AZEL_EXTRA_LINES has  been defined as  1 or greater.   Dpol is
      especially useful for EME on the higher microwave bands.

    - The Auto  Log QSO option  in "Settings->Reporting" now  behaves the
      same  as  the Prompt  to  log  QSO option  when  not  in a  special
      operating context mode.

    - The Fast/Normal/Deep  setting in  Q65 mode is  now a sticky setting
      and is no longer reset to Fast on program startup or  when Settings
      has  been opened. The user selection is used for automatic decodes,
      but Deep is used for any subsequent manual decode attempts.

    - New hamlib code to correct minor flaws in controlling several rigs.

    - Update  the  Chinese  and  Hong   Kong  translations  of  the  user
      interface.

    PR:             ports/260618
    Reported by:    hellocodebsd@gmail.com

 comms/wsjtx/Makefile                          |  36 +++-
 comms/wsjtx/distinfo                          |   6 +-
 comms/wsjtx/files/hamlib.patch                |  60 +++++--
 comms/wsjtx/files/patch-CMakeLists.txt (gone) |  20 ---
 comms/wsjtx/files/wsjtx.patch                 | 236 +++++++++++++++++---------
 comms/wsjtx/pkg-plist                         |  34 ++--
 6 files changed, 259 insertions(+), 133 deletions(-)