Bug 260967 - comms/minicom: Update to 2.8
Summary: comms/minicom: Update to 2.8
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-06 05:40 UTC by Dustin Marquess
Modified: 2022-01-12 19:10 UTC (History)
3 users (show)

See Also:


Attachments
Update to 2.8 (7.92 KB, patch)
2022-01-06 05:40 UTC, Dustin Marquess
no flags Details | Diff
Updated patch (8.40 KB, patch)
2022-01-11 19:46 UTC, Dustin Marquess
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Marquess 2022-01-06 05:40:05 UTC
Update minicom to 2.8 and mark as now maintained.  Passes portlint, check-plist, and some basic usage of the port itself.
Comment 1 Dustin Marquess 2022-01-06 05:40:32 UTC
Created attachment 230751 [details]
Update to 2.8
Comment 2 Hiroki Tagato freebsd_committer freebsd_triage 2022-01-09 10:45:04 UTC
Thank you for stepping up to maintain this port.

The URL in pkg-descr appears gone (unaccessible). Could you update the WWW for the current version?
Comment 3 Dustin Marquess 2022-01-11 19:46:17 UTC
Created attachment 230925 [details]
Updated patch

Of course, I totally missed that, thanks for catching it!
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-01-12 18:51:35 UTC
A commit in branch main references this bug:

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

commit 72811e6606a8b4b3a1bebd0867e2a20a1c2e60f9
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-01-12 18:49:30 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-01-12 18:50:22 +0000

    comms/minicom: update to 2.8

    - Switch to new upstream and update to the latest version
    - Assign maintainership to submitter

    PR:             260967
    Submitted by:   Dustin Marquess

 comms/minicom/Makefile                        | 11 ++++--
 comms/minicom/distinfo                        |  6 +--
 comms/minicom/files/patch-minicom.h (gone)    | 30 ---------------
 comms/minicom/files/patch-src-script.c        | 12 +-----
 comms/minicom/files/patch-src-updown.c (gone) | 11 ------
 comms/minicom/files/patch-src-window.c        |  8 ++--
 comms/minicom/files/patch-sysdep1.c (gone)    | 55 ---------------------------
 comms/minicom/pkg-descr                       |  2 +-
 comms/minicom/pkg-plist                       |  2 +
 9 files changed, 19 insertions(+), 118 deletions(-)
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2022-01-12 19:10:33 UTC
Committed with minor fix, thanks!