Bug 263835 - mail/py-email-validator: Update to 1.2.1
Summary: mail/py-email-validator: Update to 1.2.1
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: https://github.com/JoshData/python-em...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-07 09:41 UTC by Goran Mekić
Modified: 2022-05-11 09:51 UTC (History)
1 user (show)

See Also:


Attachments
email-validator.diff (938 bytes, patch)
2022-05-07 09:42 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2022-05-07 09:41:31 UTC
QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 13.0, amd64 tested)
Comment 1 Goran Mekić 2022-05-07 09:42:02 UTC
Created attachment 233785 [details]
email-validator.diff
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-05-11 09:40:15 UTC
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(-)
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2022-05-11 09:44:53 UTC
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
Comment 4 Goran Mekić 2022-05-11 09:51:01 UTC
I will in the future, thank you for the info!