Bug 284937 - audio/gnome-metronome: Adopt port
Summary: audio/gnome-metronome: Adopt port
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: Zsolt Udvari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-20 21:10 UTC by Yusuf Yaman
Modified: 2025-03-04 11:25 UTC (History)
2 users (show)

See Also:


Attachments
audio/gnome-metronome.patch (38.04 KB, patch)
2025-02-20 21:20 UTC, Yusuf Yaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2025-02-20 21:10:18 UTC

    
Comment 1 Yusuf Yaman 2025-02-20 21:20:29 UTC
Created attachment 257709 [details]
audio/gnome-metronome.patch

Hi,

I'd like to be maintainer of this port and i tried to improve the port:

* Pet port{clippy,fmt,lint}.
* Add PORTSCOUT entry to skip v2.0.0
  which is not a real release.
* Use gettext-tools instead of deprecated gettext
  (nls option is not available).
* Add to gnome CATEGORIES and set DIST_SUBDIR to gnome.

it's my first time that i use PORTSCOUT variable and i think that what i've done would work fine but i'd like to hear from you about it.

The v2.0.0 is not a real release but port shows up as outdated in portscout due to some unknown problem.

I've tested the port in Poudriere 142amd64-default using testport command and it passes OK.

Thanks in advance.
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2025-03-04 04:23:21 UTC
Thanks for adopting port and your work! Committed.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-03-04 04:23:42 UTC
A commit in branch main references this bug:

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

commit 919c7309d2871f56ece36a9438e33adf6fa3c9de
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-03-04 04:19:08 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-03-04 04:23:07 +0000

    audio/gnome-metronome: Assign maintainership

    Submitter takes maintainership.
    Add PORTSCOUT entry to skip v2.0.0 which is not a real release.
    Pet portclippy, portfmt, portlint.
    Use gettext-tools instead of deprecated gettext.
    Add to gnome CATEGORIES and set DIST_SUBDIR to gnome.

    PR:             284937

 audio/gnome-metronome/Makefile |  21 +-
 audio/gnome-metronome/distinfo | 434 ++++++++++++++++++++---------------------
 2 files changed, 230 insertions(+), 225 deletions(-)
Comment 4 Yusuf Yaman 2025-03-04 11:25:28 UTC
(In reply to Zsolt Udvari from comment #2)
You're welcome and thanks for checking out.