diff options
author | Goran Mekić <meka@tilda.center> | 2023-05-10 10:40:57 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-05-12 01:23:24 +0200 |
commit | e6e0beb282e407c3d05c8d77ff00f4a00af94694 (patch) | |
tree | 14ee0ba930ce54d96c84931fddca6a8bcd518b12 /mail | |
parent | fce7ec1e71982958b8108489256b94658f917647 (diff) | |
download | freebsd-ports-e6e0beb282e407c3d05c8d77ff00f4a00af94694.zip |
mail/py-mailsuite: Update to 1.9.15
Changelog: https://github.com/seanthegeek/mailsuite/blob/master/CHANGELOG.md#1915
* Fix missing body_urls list when an email does not contain an HTML body
PR: 271339
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-mailsuite/Makefile | 2 | ||||
-rw-r--r-- | mail/py-mailsuite/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/py-mailsuite/Makefile b/mail/py-mailsuite/Makefile index ca19e50b7487..d33a353110b7 100644 --- a/mail/py-mailsuite/Makefile +++ b/mail/py-mailsuite/Makefile @@ -1,5 +1,5 @@ PORTNAME= mailsuite -DISTVERSION= 1.9.14 +DISTVERSION= 1.9.15 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-mailsuite/distinfo b/mail/py-mailsuite/distinfo index 2b57c2167f6a..ac3d0a83318e 100644 --- a/mail/py-mailsuite/distinfo +++ b/mail/py-mailsuite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668549380 -SHA256 (mailsuite-1.9.14.tar.gz) = f2fc9b69b24f4324745cc5da369f25405cae3da8eb86e72075f6b3b76722f06b -SIZE (mailsuite-1.9.14.tar.gz) = 16623 +TIMESTAMP = 1683707834 +SHA256 (mailsuite-1.9.15.tar.gz) = 4789c0a61c9d6a66688d047ba6ba396377598379d82b4f97e6514130952909fc +SIZE (mailsuite-1.9.15.tar.gz) = 16639 |