QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.0, amd64 tested)
Created attachment 233785 [details] email-validator.diff
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c00008a8edd2c74f8e2551e38886b016c6c23ed8 commit c00008a8edd2c74f8e2551e38886b016c6c23ed8 Author: Koichiro Iwao <meta@FreeBSD.org> AuthorDate: 2022-05-11 09:36:43 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2022-05-11 09:36:43 +0000 mail/py-email-validator: Update to 1.2.1 PR: 263835 Changes: https://github.com/JoshData/python-email-validator/releases/tag/v1.2.1 mail/py-email-validator/Makefile | 2 +- mail/py-email-validator/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed, thanks! BTW, can you commit it to your local git repo and submit patch created by `git format-patch` next? It is the preferred Git way to submit patches and is easier to apply for committers with author's credit. See also Porter's handbook. This section describes how to submit a NEW PORT but the same applies to submitting diffs to existing ports. https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-submitting
I will in the future, thank you for the info!