Bug 271504 - mail/mailman3: whitespace to tab
Summary: mail/mailman3: whitespace to tab
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-19 05:33 UTC by takefu
Modified: 2023-05-23 08:42 UTC (History)
1 user (show)

See Also:


Attachments
py-mailman-3.3.8.patch (4.81 KB, patch)
2023-05-19 05:33 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2023-05-19 05:33:52 UTC
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
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-05-22 08:06:09 UTC
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',
Comment 2 takefu 2023-05-22 21:50:11 UTC
(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. :-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-05-23 08:42:07 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-05-23 08:42:37 UTC
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(-)