git: 83557a76294a - main - mail/py-checkdmarc: Update to 5.8.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 May 2025 10:01:03 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=83557a76294ac5422b85506469f354ab5464cc3d
commit 83557a76294ac5422b85506469f354ab5464cc3d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-05-25 09:32:56 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-05-25 09:52:44 +0000
mail/py-checkdmarc: Update to 5.8.2
Changes: https://github.com/domainaware/checkdmarc/releases
https://github.com/domainaware/checkdmarc/blob/master/CHANGELOG.md
---
mail/py-checkdmarc/Makefile | 3 ++-
mail/py-checkdmarc/distinfo | 6 +++---
mail/py-checkdmarc/files/patch-pyproject.toml | 11 -----------
3 files changed, 5 insertions(+), 15 deletions(-)
diff --git a/mail/py-checkdmarc/Makefile b/mail/py-checkdmarc/Makefile
index 325ab281c2da..b3468a6e9076 100644
--- a/mail/py-checkdmarc/Makefile
+++ b/mail/py-checkdmarc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= checkdmarc
-PORTVERSION= 5.8.1
+PORTVERSION= 5.8.2
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0.0,1:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}expiringdict>=1.1.4:devel/py-expiringdict@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}importlib-resources>=6.0:devel/py-importlib-resources@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pem>=23.1.0:security/py-pem@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}publicsuffixlist>=0.10.0:dns/py-publicsuffixlist@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyleri>=1.3.2:devel/py-pyleri@${PY_FLAVOR} \
diff --git a/mail/py-checkdmarc/distinfo b/mail/py-checkdmarc/distinfo
index 9096b952d547..47c99247d4d7 100644
--- a/mail/py-checkdmarc/distinfo
+++ b/mail/py-checkdmarc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1740836166
-SHA256 (checkdmarc-5.8.1.tar.gz) = a67af55c955c84debc907d3c1cf4d5371ed7a9aa07d82d34e3ab69f762358eb5
-SIZE (checkdmarc-5.8.1.tar.gz) = 42182
+TIMESTAMP = 1747715446
+SHA256 (checkdmarc-5.8.2.tar.gz) = f7775bf19d2841b412e5b954c9f543fc735c83d3a872eb3fb2324e87f0005c92
+SIZE (checkdmarc-5.8.2.tar.gz) = 44117
diff --git a/mail/py-checkdmarc/files/patch-pyproject.toml b/mail/py-checkdmarc/files/patch-pyproject.toml
deleted file mode 100644
index fa88c278c62d..000000000000
--- a/mail/py-checkdmarc/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -32,7 +32,7 @@ dependencies = [
- dependencies = [
- "dnspython>=2.0.0",
- "cryptography>=41.0.7",
-- "pyopenssl>=24.2.1",
-+ "pyopenssl>=24.1.0",
- "pem>=23.1.0",
- "expiringdict>=1.1.4",
- "publicsuffixlist>=0.10.0",