Bug 276054

Summary: games/genact: Update to 1.3.0
Product: Ports & Packages Reporter: Nuno Teixeira <eduardo>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: eduardo
Priority: --- Flags: 0mp: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/svenstaro/genact/blob/master/CHANGELOG.md
Attachments:
Description Flags
Sugestion: Makefile.crates; man page none

Description Nuno Teixeira freebsd_committer freebsd_triage 2024-01-01 14:38:12 UTC
Created attachment 247390 [details]
Sugestion: Makefile.crates; man page

Sugestion:

- Move crates to Makefile.crates for a cleaner Makefile
- Generate man page and install it
- Remove powerpc patch as it is included in libc-0.2.151 crate
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2024-01-14 11:06:05 UTC
(In reply to Nuno Teixeira from comment #0)
Hey, thanks for the patch! Would you like to take over the maintainership of this port? If so, it's all yours :)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2024-01-14 11:31:06 UTC
(In reply to Mateusz Piotrowski from comment #1)
Hello! Yes, I can take maintainership.
This program is pure fun, I love it!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-01-14 13:39:17 UTC
A commit in branch main references this bug:

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

commit b91796ee34c67733e51cb287310517ca66901056
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-01-14 13:33:52 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-01-14 13:38:10 +0000

    games/genact: Update to 1.3.0

    - Move crates to Makefile.crates for a cleaner Makefile
    - Generate man page and install it
    - Remove powerpc patch as it is included upstream
    - Take maintainership

    ChangeLog:      https://github.com/svenstaro/genact/blob/master/CHANGELOG.md
    PR:             276054
    Approved by:    0mp

 games/genact/Makefile                   | 157 +-------
 games/genact/Makefile.crates (new)      | 163 +++++++++
 games/genact/distinfo                   | 620 +++++++++++++++++---------------
 games/genact/files/patch-powerpc (gone) |  62 ----
 4 files changed, 499 insertions(+), 503 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2024-01-14 13:40:41 UTC
Committed, thanks :)