Created attachment 242267 [details] py-mailman-3.3.8.patch fix whitespace to tab Makefile files/patch-src_mailman_rest_tests_test__systemconf.py portlint(1),portclippy(1) compliant. WWW url http -> https
What's exactly the change in files/patch-src_mailman_rest_tests_test__systemconf.py ? $ git diff files/patch-src_mailman_rest_tests_test__systemconf.py diff --git a/mail/mailman3/files/patch-src_mailman_rest_tests_test__systemconf.py b/mail/mailman3/files/patch-src_mailman_rest_tests_test__systemconf.py index d3899c69ad0c..90a585bffc9e 100644 --- a/mail/mailman3/files/patch-src_mailman_rest_tests_test__systemconf.py +++ b/mail/mailman3/files/patch-src_mailman_rest_tests_test__systemconf.py @@ -1,4 +1,4 @@ ---- src/mailman/rest/tests/test_systemconf.py.orig 2021-12-07 01:47:54 UTC +--- src/mailman/rest/tests/test_systemconf.py.orig 2021-04-18 00:08:12 UTC +++ src/mailman/rest/tests/test_systemconf.py @@ -48,7 +48,7 @@ class TestSystemConfiguration(unittest.TestCase): filter_report='no',
(In reply to Fernando Apesteguía from comment #1) The header of the patch file has changed, but the content itself has not changed, so you can ignore the change only for this file. :-)
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1e4ad44ece6c61d2b3da19dfe6f4b6a913900d6 commit f1e4ad44ece6c61d2b3da19dfe6f4b6a913900d6 Author: takefu <takefu@airport.fm> AuthorDate: 2023-05-23 08:27:06 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-05-23 08:35:51 +0000 mail/mailman3: Fix whitespace to tab Also change WWW to https. Bump PORTREVISION because of this last change. PR: 271504 Reported by: takefu@airport.fm mail/mailman3/Makefile | 48 ++++++++++++++++++++++------------------------- mail/mailman3/pkg-message | 6 ++++++ 2 files changed, 28 insertions(+), 26 deletions(-)