Bug 275080 - [PATCH] sysutils/modules: update to v5.3.1
Summary: [PATCH] sysutils/modules: update to v5.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Robert Clausecker
URL: https://modules.readthedocs.io/en/lat...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-14 14:27 UTC by Laurent
Modified: 2023-11-18 20:32 UTC (History)
1 user (show)

See Also:


Attachments
git-format-patch (11.26 KB, patch)
2023-11-14 14:27 UTC, Laurent
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent 2023-11-14 14:27:26 UTC
Created attachment 246308 [details]
git-format-patch

sysutils/modules was over three years old, at version v4.6.0. 
This patch catches up with the latest git tag of upstream from June 27, 2023.

I've modeled the patches for v5.3.1 on the ones from v4.6.0. They are essentially just man page moves from man4 to man5.

I also added myself as maintainer of this unmaintained package.

This is my first PR, comments are welcome!
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-11-16 20:58:53 UTC
Comment on attachment 246308 [details]
git-format-patch

Mark attachment as patch.  Please remember to do this so the patch can be viewed online!
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-11-16 21:38:45 UTC
Thank you for your submission.

The patch looks reasonable and I'll proceed with a build test shortly.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-11-18 20:24:21 UTC
A commit in branch main references this bug:

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

commit f8a14bbc742c277973378faca7f7bf3263426c71
Author:     Laurent <laurent.chardon@gmail.com>
AuthorDate: 2023-11-14 10:07:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-18 20:20:41 +0000

    sysutils/modules: update to v5.3.1

    Changelog: https://modules.readthedocs.io/en/latest/changes.html#modules-5

    PR:             275080

 sysutils/modules/Makefile                          |  4 +-
 sysutils/modules/distinfo                          |  6 +-
 sysutils/modules/files/patch-Makefile (new)        | 11 ++++
 sysutils/modules/files/patch-doc_Makefile (new)    | 53 +++++++++++++++++
 sysutils/modules/files/patch-doc__Makefile (gone)  | 66 ----------------------
 .../files/patch-doc_build_modulefile.5 (new)       | 11 ++++
 sysutils/modules/pkg-plist                         | 13 +++--
 7 files changed, 88 insertions(+), 76 deletions(-)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-11-18 20:32:28 UTC
Thank you for your contribution.