Bug 276054 - games/genact: Update to 1.3.0
Summary: games/genact: Update to 1.3.0
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: Nuno Teixeira
URL: https://github.com/svenstaro/genact/b...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-01 14:38 UTC by Nuno Teixeira
Modified: 2024-01-14 13:40 UTC (History)
1 user (show)

See Also:
0mp: maintainer-feedback+


Attachments
Sugestion: Makefile.crates; man page (60.90 KB, patch)
2024-01-01 14:38 UTC, Nuno Teixeira
no flags Details | Diff

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