git: e5ea0ce59e37 - main - mail/py-python-slimta: Update to 5.0.0

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Wed, 02 Feb 2022 21:39:38 UTC
The branch main has been updated by nc:

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

commit e5ea0ce59e37f2f2ceadebf25af4ff3e97843b88
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2022-02-02 21:39:33 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-02-02 21:39:33 +0000

    mail/py-python-slimta: Update to 5.0.0
---
 mail/py-python-slimta/Makefile             |  2 +-
 mail/py-python-slimta/distinfo             |  6 +++---
 mail/py-python-slimta/files/patch-setup.py | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/mail/py-python-slimta/Makefile b/mail/py-python-slimta/Makefile
index b1cfcbed2a1d..6e17898229ac 100644
--- a/mail/py-python-slimta/Makefile
+++ b/mail/py-python-slimta/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	python-slimta
-PORTVERSION=	4.2.1
+PORTVERSION=	5.0.0
 CATEGORIES=	mail
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/mail/py-python-slimta/distinfo b/mail/py-python-slimta/distinfo
index 7e4c5375daa5..e333378d1f17 100644
--- a/mail/py-python-slimta/distinfo
+++ b/mail/py-python-slimta/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620837322
-SHA256 (python-slimta-4.2.1.tar.gz) = c9a67b78369242027bada625cf761ff1d846800d0ade192a0e5170025efc3ab1
-SIZE (python-slimta-4.2.1.tar.gz) = 120008
+TIMESTAMP = 1643837767
+SHA256 (python-slimta-5.0.0.tar.gz) = 608fc068c4e01ade0490c9178e6d505d52d1d85875e207fe6a01ce1974bcc84b
+SIZE (python-slimta-5.0.0.tar.gz) = 112774
diff --git a/mail/py-python-slimta/files/patch-setup.py b/mail/py-python-slimta/files/patch-setup.py
deleted file mode 100644
index 869aa9a07fc1..000000000000
--- a/mail/py-python-slimta/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2021-01-08 23:33:01 UTC
-+++ setup.py
-@@ -40,7 +40,7 @@ setup(name='python-slimta',
-       packages=find_packages(),
-       namespace_packages=['slimta'],
-       install_requires=['gevent >= 1.1rc',
--                        'pysasl >= 0.4.0, < 0.5',
-+                        'pysasl >= 0.4.0',
-                         'pycares < 3.0.0; python_version < "3.0"',
-                         'pycares >= 1; python_version >= "3.0"'],
-       extras_require={'spf': ['pyspf', 'py3dns; python_version >= "3.0"',