Date: Thu, 20 Jan 2022 17:57:05 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e0559f08171d - main - mail/pyzor: Fix encoding issues Message-ID: <202201201757.20KHv5sS019471@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0559f08171d8b4dc1d95feeccfd01e9924c6eb8 commit e0559f08171d8b4dc1d95feeccfd01e9924c6eb8 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-01-16 17:31:28 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-01-20 17:56:06 +0000 mail/pyzor: Fix encoding issues Add upstream patches to fix encoding issues: https://github.com/SpamExperts/pyzor/issues/38 https://github.com/SpamExperts/pyzor/issues/64 Take MAINTAINER'ship. PR: 261253 Approved by: chalpin@cs.wisc.edu (maintainer) --- mail/pyzor/Makefile | 7 ++++++- mail/pyzor/distinfo | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/mail/pyzor/Makefile b/mail/pyzor/Makefile index 4067d6a12f23..b03120be829a 100644 --- a/mail/pyzor/Makefile +++ b/mail/pyzor/Makefile @@ -2,11 +2,16 @@ PORTNAME= pyzor PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= chalpin@cs.wisc.edu +PATCH_SITES= https://github.com/SpamExperts/pyzor/commit/ +PATCHFILES= 67b471dd168db9468548aef3ffadca9554164ac0.diff:-p1 \ + 6332a429ed415187599ecce7d8a169ee19f0bbe5.diff:-p1 + +MAINTAINER= dbaio@FreeBSD.org COMMENT= Collaborative, networked system to detect and block spam LICENSE= GPLv2 diff --git a/mail/pyzor/distinfo b/mail/pyzor/distinfo index a9f9f81928f7..2b020b124006 100644 --- a/mail/pyzor/distinfo +++ b/mail/pyzor/distinfo @@ -1,2 +1,7 @@ +TIMESTAMP = 1642351477 SHA256 (pyzor-1.0.0.tar.gz) = 10ea114bdee2eee5edd6afe8eeddaaf605620445977ae019a3e9b1cbb6bc3b27 SIZE (pyzor-1.0.0.tar.gz) = 39945 +SHA256 (67b471dd168db9468548aef3ffadca9554164ac0.diff) = 7551cc98b7db1622f9e84408bd658482a21fbedd71300bdfa118d1175022bc47 +SIZE (67b471dd168db9468548aef3ffadca9554164ac0.diff) = 1153 +SHA256 (6332a429ed415187599ecce7d8a169ee19f0bbe5.diff) = eb464d497df5c7ac82cd277f70d8549df0b207d3974b383579c85e84eaab5839 +SIZE (6332a429ed415187599ecce7d8a169ee19f0bbe5.diff) = 559
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201201757.20KHv5sS019471>