Bug 282438 - audio/audacity: Upgrade 3.6.4 → 3.7.0
Summary: audio/audacity: Upgrade 3.6.4 → 3.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/audacity/audacity/...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-31 00:58 UTC by Vladimir Druzenko
Modified: 2024-11-03 16:11 UTC (History)
2 users (show)

See Also:
xxjack12xx: maintainer-feedback+


Attachments
Patch to upgrade audacity from 3.6.4 to 3.7.0 (1.37 KB, patch)
2024-11-02 05:28 UTC, Jack
xxjack12xx: maintainer-approval+
Details | Diff
Patch to upgrade audacity from 3.6.4 to 3.7.0 (13.86 KB, patch)
2024-11-03 10:23 UTC, Jack
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.