Bug 271273 - mail/queue-repair is broken on python3, it was originally written for python 2
Summary: mail/queue-repair is broken on python3, it was originally written for python 2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-06 02:54 UTC by Jeff Schmidt
Modified: 2023-05-08 08:29 UTC (History)
1 user (show)

See Also:
fuz: merge-quarterly?


Attachments
patch file to include in mail/queue-repair/files/ (8.12 KB, patch)
2023-05-06 02:54 UTC, Jeff Schmidt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Schmidt 2023-05-06 02:54:46 UTC
Created attachment 242009 [details]
patch file to include in mail/queue-repair/files/

Not my patch, but it is working on my new (net)qmail installation.
(FreeBSD 13.2-RELEASE amd64)

Found it here: https://notes.sagredo.eu/en/qmail-notes-185/queue-repair-21.html
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-05-06 14:02:51 UTC
Thank you for your submission.  Would you like to take over maintainership over this unmaintained port?
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-05-07 10:48:36 UTC
Submitter indicated desire to become maintainer in private email.
Will commit with my next batch.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-05-08 08:27:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=809ff8bfc9d4b3221ed5c5329d70d40ba3c8e900

commit 809ff8bfc9d4b3221ed5c5329d70d40ba3c8e900
Author:     Jeff Schmidt <jeff.jschmidt@gmail.com>
AuthorDate: 2023-05-07 10:46:56 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-08 08:25:49 +0000

    mail/queue-repair: fix with Python 3

    Submitter becomes maintainer.

    Obtained from:  https://notes.sagredo.eu/en/qmail-notes-185/queue-repair-21.html
    PR:             271273
    MFH:            2023Q2

 mail/queue-repair/Makefile                         |   4 +-
 .../files/patch-queue__repair.py (new)             | 250 +++++++++++++++++++++
 2 files changed, 252 insertions(+), 2 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-05-08 08:28:50 UTC
A commit in branch 2023Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b08c440c2118564c2b1acfb7dc5bf5d41e8c3f17

commit b08c440c2118564c2b1acfb7dc5bf5d41e8c3f17
Author:     Jeff Schmidt <jeff.jschmidt@gmail.com>
AuthorDate: 2023-05-07 10:46:56 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-08 08:27:29 +0000

    mail/queue-repair: fix with Python 3

    Submitter becomes maintainer.

    Obtained from:  https://notes.sagredo.eu/en/qmail-notes-185/queue-repair-21.html
    PR:             271273
    MFH:            2023Q2

    (cherry picked from commit 809ff8bfc9d4b3221ed5c5329d70d40ba3c8e900)

 mail/queue-repair/Makefile                         |   4 +-
 .../files/patch-queue__repair.py (new)             | 250 +++++++++++++++++++++
 2 files changed, 252 insertions(+), 2 deletions(-)
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2023-05-08 08:29:23 UTC
Thank you for your contribution.