aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2022-11-16 06:28:17 +0000
committerWen Heping <wen@FreeBSD.org>2022-11-16 06:28:17 +0000
commit23f0d873c2582101777ff7efe67c5d4867018be4 (patch)
treea7877346ea3b564ed8acf52d201846650301d3ba /mail
parent30aaa5ae3f985c3f28a8fbec8c5c9e078eb06a96 (diff)
downloadports-23f0d873c2582101777ff7efe67c5d4867018be4.tar.gz
ports-23f0d873c2582101777ff7efe67c5d4867018be4.zip
mail/py-mailsuite: Update to 1.9.14
PR: 267800 Reported by: meka@tilda.center(maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/py-mailsuite/Makefile2
-rw-r--r--mail/py-mailsuite/distinfo6
-rw-r--r--mail/py-mailsuite/files/patch-setup.py7
3 files changed, 7 insertions, 8 deletions
diff --git a/mail/py-mailsuite/Makefile b/mail/py-mailsuite/Makefile
index 2fadd2536877..882b5a661832 100644
--- a/mail/py-mailsuite/Makefile
+++ b/mail/py-mailsuite/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mailsuite
-DISTVERSION= 1.9.9
+DISTVERSION= 1.9.14
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/mail/py-mailsuite/distinfo b/mail/py-mailsuite/distinfo
index b9924cf3d966..2b57c2167f6a 100644
--- a/mail/py-mailsuite/distinfo
+++ b/mail/py-mailsuite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664710367
-SHA256 (mailsuite-1.9.9.tar.gz) = e3d58f8c82d560cd43468937d0dfa250f1359dc126974c7f9ff9e7b4d0043e76
-SIZE (mailsuite-1.9.9.tar.gz) = 16574
+TIMESTAMP = 1668549380
+SHA256 (mailsuite-1.9.14.tar.gz) = f2fc9b69b24f4324745cc5da369f25405cae3da8eb86e72075f6b3b76722f06b
+SIZE (mailsuite-1.9.14.tar.gz) = 16623
diff --git a/mail/py-mailsuite/files/patch-setup.py b/mail/py-mailsuite/files/patch-setup.py
index 386b312356da..a66e394a9b06 100644
--- a/mail/py-mailsuite/files/patch-setup.py
+++ b/mail/py-mailsuite/files/patch-setup.py
@@ -1,6 +1,6 @@
--- setup.py.orig 2022-07-21 12:47:45 UTC
+++ setup.py
-@@ -0,0 +1,76 @@
+@@ -0,0 +1,75 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
@@ -32,7 +32,7 @@
+ # Versions should comply with PEP440. For a discussion on single-sourcing
+ # the version across setup.py and the project code, see
+ # https://packaging.python.org/en/latest/single_source_version.html
-+ version="1.9.9",
++ version="1.9.14",
+ description=description,
+ long_description=long_description,
+ # The project's main homepage.
@@ -56,7 +56,7 @@
+ "Programming Language :: Python :: 3",
+ ],
+ # What does your project relate to?
-+ keywords="email,SMTP,IMAP, YARA",
++ keywords="email,SMTP,IMAP",
+ # You can just specify the packages manually here if your project is
+ # simple. Or you can use find_packages().
+ packages=["mailsuite"],
@@ -74,6 +74,5 @@
+ "html2text>=2020.1.16",
+ "publicsuffix2>=2.20190812",
+ "expiringdict==1.2.2",
-+ "yara-python>=4.2.0",
+ ],
+)