Bug 264133

Summary: shells/rc: Takes maintainership
Product: Ports & Packages Reporter: Chris Hutchinson <portmaster>
Component: Individual Port(s)Assignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Only Me CC: jgh
Priority: --- Keywords: easy, patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git patch for shells/rc
none
git diff against shells/rc -- takes maintainer && adds recommendations none

Description Chris Hutchinson 2022-05-21 19:51:56 UTC
Created attachment 234090 [details]
git patch for shells/rc

My recent work with this port seems to indicate
the current maintainer is MIA. As a result. If
there's no objection I'd like to maintain this
port.
The attached patch accomplishes that.

That's it.

Thanks!

Chris
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2022-05-21 19:51:56 UTC
Maintainer informed via mail
Comment 2 Chris Hutchinson 2022-06-08 16:44:06 UTC
Created attachment 234557 [details]
git diff against shells/rc -- takes maintainer && adds recommendations

This patch is an update based upon observances by jgh@ &&
portlint. It incorporates all recommendations except the
complaint for makepatch.

1) change MAINTAINER
2) Change order of PORT/DIST in Makefile
3) (unnecessarily) remove SHA512 entry in distinfo
4) complaint against patch not made with make makepatch (ignored)
use of `make makepatch` made no changes or recommendations when
executed against the patch.

That's it.

Thanks!

Chris
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-06-09 02:10:35 UTC
A commit in branch main references this bug:

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

commit c752a1e7d236095381b4251e73e792e2b906d935
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2022-06-09 02:00:49 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2022-06-09 02:07:01 +0000

    shells/rc: set maintainer to reporter, drop unsupported checksum algorithm

    PR:     264133 (based on)
    Approved by:    maintainer-timeout (multiple)

 shells/rc/Makefile | 6 +++---
 shells/rc/distinfo | 3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2022-06-09 02:11:59 UTC
Committed! Thanks for report!

-jgh