git: fe378de55fae - main - comms/tio: Update to 1.37

From: Dmitri Goutnik <dmgk_at_FreeBSD.org>
Date: Wed, 27 Apr 2022 16:56:15 UTC
The branch main has been updated by dmgk:

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

commit fe378de55faec3b7ab3984ded8998edb07198b9f
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2022-04-27 16:53:26 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-04-27 16:55:07 +0000

    comms/tio: Update to 1.37
    
    Changes:        https://github.com/tio/tio/releases/tag/v1.37
---
 comms/tio/Makefile  | 13 +++++++------
 comms/tio/distinfo  |  8 +++++---
 comms/tio/pkg-plist |  4 ++--
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/comms/tio/Makefile b/comms/tio/Makefile
index 0869798034d4..9c42e97fcc46 100644
--- a/comms/tio/Makefile
+++ b/comms/tio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tio
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.32
+DISTVERSION=	1.37
 CATEGORIES=	comms
 
 MAINTAINER=	dmgk@FreeBSD.org
@@ -9,19 +9,20 @@ COMMENT=	Simple TTY terminal I/O application
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		autoreconf
-USE_GITHUB=	yes
+USES=		meson pkgconfig
 
-GNU_CONFIGURE=	yes
+USE_GITHUB=	yes
+GH_TUPLE=	benhoyt:inih:r55:inih/subprojects/libinih
 
 OPTIONS_DEFINE=	BASH DOCS
 OPTIONS_DEFAULT=	BASH
 OPTIONS_SUB=	yes
 
-BASH_CONFIGURE_WITH=	bash-completion-dir
+BASH_MESON_ON=	-Dbashcompletiondir=${PREFIX}/etc/bash_completion.d
+BASH_MESON_OFF=	-Dbashcompletiondir=no
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>
diff --git a/comms/tio/distinfo b/comms/tio/distinfo
index 998587373da9..921ccd5f2958 100644
--- a/comms/tio/distinfo
+++ b/comms/tio/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1547919943
-SHA256 (tio-tio-v1.32_GH0.tar.gz) = 4b7f014e1d135521545f0f88cea1e272146b2182fd31623856c64dc64918c422
-SIZE (tio-tio-v1.32_GH0.tar.gz) = 31271
+TIMESTAMP = 1651077916
+SHA256 (tio-tio-v1.37_GH0.tar.gz) = e533b44e2527a26d8a155ff15a514c460a9d599b50fcca17d06b233a4ba5ca7a
+SIZE (tio-tio-v1.37_GH0.tar.gz) = 1858348
+SHA256 (benhoyt-inih-r55_GH0.tar.gz) = ba55f8ae2a8caf0653f30f48567241e14ea916acfc13481f502d8a9c8f507f68
+SIZE (benhoyt-inih-r55_GH0.tar.gz) = 18219
diff --git a/comms/tio/pkg-plist b/comms/tio/pkg-plist
index c509a5b8b53b..719ec991cee3 100644
--- a/comms/tio/pkg-plist
+++ b/comms/tio/pkg-plist
@@ -1,4 +1,4 @@
 bin/tio
 man/man1/tio.1.gz
-%%BASH%%share/bash-completion/completions/tio
-%%PORTDOCS%%%%DOCSDIR%%/README
+%%BASH%%etc/bash_completion.d/tio
+%%PORTDOCS%%%%DOCSDIR%%/README.md