Skip to content

Commit

Permalink
comms/tio: Update to 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgk committed Apr 27, 2022
1 parent c2a7699 commit fe378de
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
13 changes: 7 additions & 6 deletions comms/tio/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tio
DISTVERSIONPREFIX= v
DISTVERSION= 1.32
DISTVERSION= 1.37
CATEGORIES= comms

MAINTAINER= dmgk@FreeBSD.org
Expand All @@ -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>
8 changes: 5 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions 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

0 comments on commit fe378de

Please sign in to comment.