aboutsummaryrefslogtreecommitdiff
path: root/mail/py-python-slimta
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-02-02 21:39:33 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-02-02 21:39:33 +0000
commite5ea0ce59e37f2f2ceadebf25af4ff3e97843b88 (patch)
treec70dc445145f8c94f9b36354123659a47c28e287 /mail/py-python-slimta
parent8e4ba44e0ec1814db69bf44a0e29e121c7784b01 (diff)
downloadports-e5ea0ce59e37f2f2ceadebf25af4ff3e97843b88.tar.gz
ports-e5ea0ce59e37f2f2ceadebf25af4ff3e97843b88.zip
mail/py-python-slimta: Update to 5.0.0
Diffstat (limited to 'mail/py-python-slimta')
-rw-r--r--mail/py-python-slimta/Makefile2
-rw-r--r--mail/py-python-slimta/distinfo6
-rw-r--r--mail/py-python-slimta/files/patch-setup.py11
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"',