Bug 282438

Summary: audio/audacity: Upgrade 3.6.4 → 3.7.0
Product: Ports & Packages Reporter: Vladimir Druzenko <vvd>
Component: Individual Port(s)Assignee: Vladimir Druzenko <vvd>
Status: Closed FIXED    
Severity: Affects Some People CC: agh, xxjack12xx
Priority: --- Flags: xxjack12xx: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/audacity/audacity/releases/tag/Audacity-3.7.0
Attachments:
Description Flags
Patch to upgrade audacity from 3.6.4 to 3.7.0
xxjack12xx: maintainer-approval+
Patch to upgrade audacity from 3.6.4 to 3.7.0 none

Description Vladimir Druzenko freebsd_committer freebsd_triage 2024-10-31 00:58:57 UTC
I can create patch later.
Comment 1 Jack 2024-10-31 10:04:01 UTC
Ok, let me know when you have a patch and I'll check it out otherwise if I have some time later today, I can create one.
Comment 2 Jack 2024-11-02 05:28:25 UTC
Created attachment 254861 [details]
Patch to upgrade audacity from 3.6.4 to 3.7.0
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-11-02 16:37:48 UTC
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/audacity/lib-audacity-application-logic.so
Error: Orphaned: lib/audacity/lib-builtin-effects.so
Error: Orphaned: lib/audacity/lib-label-track.so
Error: Orphaned: lib/audacity/lib-nyquist-effects.so
Error: Orphaned: lib/audacity/lib-wave-track-fft.so
Error: Orphaned: lib/audacity/lib-wave-track-settings.so
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
Comment 4 Jack 2024-11-03 10:23:06 UTC
Created attachment 254896 [details]
Patch to upgrade audacity from 3.6.4 to 3.7.0

This patch includes the missed pkg-plist
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-11-03 16:07:13 UTC
A commit in branch main references this bug:

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

commit c4688d65417b67d7c4d63cfe9e7d7b7a3a9c2479
Author:     Jack <xxjack12xx@gmail.com>
AuthorDate: 2024-11-03 15:58:12 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-11-03 16:04:06 +0000

    audio/audacity: Upgrade 3.6.4 → 3.7.0

    Changelog:
    https://github.com/audacity/audacity/releases/tag/Audacity-3.7.0

    PR:     282438

 audio/audacity/Makefile  |  2 +-
 audio/audacity/distinfo  | 10 +++++-----
 audio/audacity/pkg-plist | 25 ++++++++++++++++---------
 3 files changed, 22 insertions(+), 15 deletions(-)
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2024-11-03 16:11:16 UTC
Thanks.