mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
comms/tio: Update to 1.37
Changes: https://github.com/tio/tio/releases/tag/v1.37
This commit is contained in:
parent
c2a7699929
commit
fe378de55f
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user