git: 23f0d873c258 - main - mail/py-mailsuite: Update to 1.9.14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Nov 2022 06:30:03 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=23f0d873c2582101777ff7efe67c5d4867018be4 commit 23f0d873c2582101777ff7efe67c5d4867018be4 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2022-11-16 06:28:17 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2022-11-16 06:28:17 +0000 mail/py-mailsuite: Update to 1.9.14 PR: 267800 Reported by: meka@tilda.center(maintainer) --- mail/py-mailsuite/Makefile | 2 +- mail/py-mailsuite/distinfo | 6 +++--- mail/py-mailsuite/files/patch-setup.py | 7 +++---- 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", + ], +)