summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/tio/Makefile4
-rw-r--r--comms/tio/distinfo8
-rw-r--r--comms/tio/patches/patch-meson.build15
3 files changed, 6 insertions, 21 deletions
diff --git a/comms/tio/Makefile b/comms/tio/Makefile
index 8cb5486adba..5006e5243af 100644
--- a/comms/tio/Makefile
+++ b/comms/tio/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/02/13 21:27:39 fcambus Exp $
+# $NetBSD: Makefile,v 1.4 2022/02/16 20:42:02 fcambus Exp $
-DISTNAME= tio-1.33
+DISTNAME= tio-1.34
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
diff --git a/comms/tio/distinfo b/comms/tio/distinfo
index c149f018c20..56c64e8c2aa 100644
--- a/comms/tio/distinfo
+++ b/comms/tio/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2022/02/13 21:27:39 fcambus Exp $
+$NetBSD: distinfo,v 1.5 2022/02/16 20:42:02 fcambus Exp $
-BLAKE2s (tio-1.33.tar.xz) = 91c8b1cb183f202a8f8417a5b8b9e890bf49b35d3b412546705615c2f07980cd
-SHA512 (tio-1.33.tar.xz) = aa5eefe8b3d30910af82cc5303b073d914a48cb33088f45799d4f557819d51cfc6d3b04b660728f540f8b0e2b07ff81ec30ad7ae51945c5476bbc936376770d1
-Size (tio-1.33.tar.xz) = 1411380 bytes
+BLAKE2s (tio-1.34.tar.xz) = 5c9062cbf43b7859f833f286d6999132da2e4dea2592125385c8ad157a5ebc4d
+SHA512 (tio-1.34.tar.xz) = 8d23d08b113d9e6d9e9280e109ba778879b949776d5090e27c0b4656d67f7cd48a8660e08a7c85e1cff6273dbf0191fa457425dd143453bbceb428d22cca2802
+Size (tio-1.34.tar.xz) = 1412172 bytes
SHA1 (patch-meson.build) = 5a2dc0471874a80ba02dc729671cb091e6ac1657
diff --git a/comms/tio/patches/patch-meson.build b/comms/tio/patches/patch-meson.build
deleted file mode 100644
index b46fed7c43b..00000000000
--- a/comms/tio/patches/patch-meson.build
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-meson.build,v 1.1 2022/02/13 21:27:39 fcambus Exp $
-
-Fix include path for termios.h on NetBSD.
-
---- meson.build.orig 2022-02-13 20:06:11.931517636 +0000
-+++ meson.build
-@@ -10,7 +10,7 @@ version_date = '2022-02-13'
-
- # Test for dynamic baudrate configuration interface
- compiler = meson.get_compiler('c')
--tcgets2 = compiler.get_define('TCGETS2', prefix: '#include <asm/termios.h>')
-+tcgets2 = compiler.get_define('TCGETS2', prefix: '#include <termios.h>')
-
- # Test for supported baudrates
- test_baudrates = [