Fri Apr 15 07:57:15 2022 UTC ()
tio: update to 1.37.

=== tio v1.37 ===

Changes since tio v1.36:

 * Make libinih a fallback dependency

   This means that in case meson does not find libinih it will
   automatically clone libinih and include it in the build.

   The libinih library is reconfigured to be statically built so that no
   shared object will be installed.

Sylvain LAFRASSE:

 * Fix timestamp parsing in INI conf

 * Factorize timestamp parsing to be coherent with command line format in
   configuration file.


(fcambus)
diff -r1.7 -r1.8 pkgsrc/comms/tio/Makefile
diff -r1.7 -r1.8 pkgsrc/comms/tio/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/comms/tio/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/tio/Makefile 2022/04/03 14:35:37 1.7
+++ pkgsrc/comms/tio/Makefile 2022/04/15 07:57:15 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2022/04/03 14:35:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2022/04/15 07:57:15 fcambus Exp $
2 2
3DISTNAME= tio-1.36 3DISTNAME= tio-1.37
4CATEGORIES= comms 4CATEGORIES= comms
5MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/}
6GITHUB_RELEASE= v${PKGVERSION_NOREV} 6GITHUB_RELEASE= v${PKGVERSION_NOREV}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= fcambus@NetBSD.org 9MAINTAINER= fcambus@NetBSD.org
10HOMEPAGE= https://github.com/tio/tio 10HOMEPAGE= https://github.com/tio/tio
11COMMENT= Simple TTY terminal I/O application 11COMMENT= Simple TTY terminal I/O application
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14MESON_ARGS+= -Dbashcompletiondir=${PREFIX}/share/bash-completion/completions 14MESON_ARGS+= -Dbashcompletiondir=${PREFIX}/share/bash-completion/completions
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.7 -r1.8 pkgsrc/comms/tio/distinfo (expand / switch to unified diff)

--- pkgsrc/comms/tio/distinfo 2022/03/29 13:58:00 1.7
+++ pkgsrc/comms/tio/distinfo 2022/04/15 07:57:15 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2022/03/29 13:58:00 fcambus Exp $ 1$NetBSD: distinfo,v 1.8 2022/04/15 07:57:15 fcambus Exp $
2 2
3BLAKE2s (tio-1.36.tar.xz) = 5efc8f9206b806061d4ced00f05367d1c65a8f08366c78fc878b9a828fc84807 3BLAKE2s (tio-1.37.tar.xz) = 46014a1655fb87fb552465f34aecf8bac9225ef39ce6021179baa8d167ff14cd
4SHA512 (tio-1.36.tar.xz) = fda643b5ed8f24acfc2b9135cf508acbca1157806de884c152882526688a05e823c7de29196cb94e6bedb025bfda8750d736e07e5b829df784cb7f9042ec214a 4SHA512 (tio-1.37.tar.xz) = 207184d297809c7f88185353b55519cf119eed26b5710b644418ef0603d003618c69e593a0f531822c0455a512397cea1b4747a453af5bbb369dad14025b0847
5Size (tio-1.36.tar.xz) = 1803668 bytes 5Size (tio-1.37.tar.xz) = 1804236 bytes