Bug 266370

Summary: comms/tio: Update to 2.0
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (dmgk)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/tio/tio/releases/tag/v2.0
Attachments:
Description Flags
Patch for tio dmgk: maintainer-approval+

Description Daniel Engberg freebsd_committer freebsd_triage 2022-09-11 19:07:13 UTC
Created attachment 236503 [details]
Patch for tio

Update tio to 2.0
Use upstream release archive as recommended by Porters Handbook USE_GITHUB section
Use (lib)inih from ports

Poudriere testport OK 12.3-RELEASE (amd64)
Poudriere testport OK 13.1-RELEASE (i386)
Comment 1 Dmitri Goutnik freebsd_committer freebsd_triage 2022-09-11 19:14:40 UTC
Looks good, thanks for the update.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-09-11 19:26:41 UTC
A commit in branch main references this bug:

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

commit 896c05e76b3d660c620bcb75db951ff0b8398a55
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-09-11 19:23:55 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-09-11 19:24:01 +0000

    comms/tio: Update to 2.0

    Switch to upstream release archive
    Use (lib)inih from ports

    PR:             266370
    Reviewed by:    dmgk (maintainer)

 comms/tio/Makefile | 9 ++++-----
 comms/tio/distinfo | 8 +++-----
 2 files changed, 7 insertions(+), 10 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2022-09-11 19:27:14 UTC
Committed, thanks for prompt review!