Bug 263732 - mail/smtprc: Takes maintainership
Summary: mail/smtprc: Takes maintainership
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: freebsd-ports-bugs (Nobody)
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2022-05-02 18:28 UTC by Chris Hutchinson
Modified: 2022-05-04 16:13 UTC (History)
1 user (show)

See Also:


Attachments
git diff for devel/ctags (380 bytes, patch)
2022-05-02 18:28 UTC, Chris Hutchinson
no flags Details | Diff
git diff for mail/smtprc (410 bytes, patch)
2022-05-02 18:30 UTC, Chris Hutchinson
no flags Details | Diff

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