Bug 266370 - comms/tio: Update to 2.0
Summary: comms/tio: Update to 2.0
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: Daniel Engberg
URL: https://github.com/tio/tio/releases/t...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-11 19:07 UTC by Daniel Engberg
Modified: 2022-09-11 19:27 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (dmgk)


Attachments
Patch for tio (1.33 KB, patch)
2022-09-11 19:07 UTC, Daniel Engberg
dmgk: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!