Bug 263732

Summary: mail/smtprc: Takes maintainership
Product: Ports & Packages Reporter: Chris Hutchinson <portmaster>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: meta
Priority: --- Keywords: easy, patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git diff for devel/ctags
none
git diff for mail/smtprc none

Description Chris Hutchinson 2022-05-02 18:28:32 UTC
Created attachment 233677 [details]
git diff for devel/ctags

The port devel/ctags recently went unmaintained. I'd
like to maintain it. The attached git diff does just
that.

Changes:
Makefile: MAINTAINER

That's it.

Thanks! :-)
Comment 1 Chris Hutchinson 2022-05-02 18:30:28 UTC
Created attachment 233678 [details]
git diff for mail/smtprc

Do'H! wrong patch.
This one corrects that.

Sorry.
Comment 2 Chris Hutchinson 2022-05-02 18:31:43 UTC
To be clear; this is for mail/smtprc NOT devel/ctags.

Sorry.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-05-04 15:43:44 UTC
A commit in branch main references this bug:

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

commit 17f67d14c2ff643a8c723a04b9e42327d627ac9b
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2022-05-04 15:39:38 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-05-04 15:42:00 +0000

    Assign multiple ports to submitter

    PR:             263732 263733 263734 263735 263736 263737 263738

 devel/ctags/Makefile     | 2 +-
 devel/rcs/Makefile       | 2 +-
 mail/smtprc/Makefile     | 2 +-
 net/apinger/Makefile     | 2 +-
 net/rpki-client/Makefile | 2 +-
 net/tcpsg/Makefile       | 2 +-
 net/unix2tcp/Makefile    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2022-05-04 15:48:01 UTC
Committed, thanks!

BTW, IMO you can change MAINTAINER of multiple ports in a single if you don't change anything other. That's easy at least for me.
Comment 5 Chris Hutchinson 2022-05-04 16:13:17 UTC
(In reply to Koichiro Iwao from comment #4)
Thank you. I'm very glad top hear that.
That would have been my choice too.

Thanks for doing all of this! :-)

--Chris