Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2023 16:03:43 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c8b7823893e3 - main - misc/utouch-kmod: Update to 0.0.5
Message-ID:  <202304191603.33JG3hSs057401@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit c8b7823893e36f9e40be9ec5edf69dc7edf2a523
Author:     Vladimir Kondratyev <wulf@freebsd.org>
AuthorDate: 2023-04-18 08:27:02 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-04-19 15:58:42 +0000

    misc/utouch-kmod: Update to 0.0.5
    
    ChangeLog: https://github.com/wulf7/utouch/releases/tag/0.0.5
    
    Fix build on recent 14-CURRENT.
    
    PR:             270899
    Reported by:    wulf@freebsd.org (maintainer)
---
 misc/utouch-kmod/Makefile    | 12 ++++++------
 misc/utouch-kmod/distinfo    |  6 +++---
 misc/utouch-kmod/pkg-descr   |  2 +-
 misc/utouch-kmod/pkg-message |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/misc/utouch-kmod/Makefile b/misc/utouch-kmod/Makefile
index 5aa2f85f1f46..3a34781b6ada 100644
--- a/misc/utouch-kmod/Makefile
+++ b/misc/utouch-kmod/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	utouch-kmod
-PORTVERSION=	0.0.4
+PORTVERSION=	0.0.5
 CATEGORIES=	misc
 
 MAINTAINER=	wulf@FreeBSD.org
-COMMENT=	Kernel driver for absolute USB HID mouses
+COMMENT=	Kernel driver for absolute USB HID mice
 WWW=		https://github.com/wulf7/utouch
 
 LICENSE=	BSD2CLAUSE
@@ -11,16 +11,16 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		kmod uidfix
 
-OPTIONS_DEFINE=	SOURCE
-OPTIONS_DEFAULT=SOURCE
-SOURCE_DESC=	Install kernel module sources
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	wulf7
 GH_PROJECT=	utouch
 
 PLIST_FILES=	${KMODDIR}/utouch.ko
 
+OPTIONS_DEFINE=	SOURCE
+OPTIONS_DEFAULT=SOURCE
+SOURCE_DESC=	Install kernel module sources
+
 KMODSRC_DIR=	sys/modules/${PORTNAME}
 KMODSRC_FILES=	Makefile utouch.c
 
diff --git a/misc/utouch-kmod/distinfo b/misc/utouch-kmod/distinfo
index 82fd2cc58f99..971c4fef8256 100644
--- a/misc/utouch-kmod/distinfo
+++ b/misc/utouch-kmod/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653067220
-SHA256 (wulf7-utouch-0.0.4_GH0.tar.gz) = 224318fda5ee9115691ab710146087ad966bf0960cd1388bc1e7c732746c09b6
-SIZE (wulf7-utouch-0.0.4_GH0.tar.gz) = 5613
+TIMESTAMP = 1681740469
+SHA256 (wulf7-utouch-0.0.5_GH0.tar.gz) = 520e46223cfb54d96651cc5fcddf3d6e6e5ddd226304de2f00e76a59bf94f947
+SIZE (wulf7-utouch-0.0.5_GH0.tar.gz) = 5627
diff --git a/misc/utouch-kmod/pkg-descr b/misc/utouch-kmod/pkg-descr
index 3ceec8a0fed9..376a841a3299 100644
--- a/misc/utouch-kmod/pkg-descr
+++ b/misc/utouch-kmod/pkg-descr
@@ -1,4 +1,4 @@
-utouch - Kernel driver for absolute USB HID mouses emulated by some
+utouch - Kernel driver for absolute USB HID mice emulated by some
 virtualization systems like Virtual Box, BHyve, etc. It uses evdev
 protocol to communicate with userland applications like libinput and
 xf86-input-evdev.
diff --git a/misc/utouch-kmod/pkg-message b/misc/utouch-kmod/pkg-message
index bd5b639f2c2a..26dcf88ca133 100644
--- a/misc/utouch-kmod/pkg-message
+++ b/misc/utouch-kmod/pkg-message
@@ -7,7 +7,7 @@ To load installed driver in to the kernel type:
 It may be necessary to unload conflicting uhid(4)
 and usbhid(4) drivers with "kldunload uhid" or
 "kldunload usbhid" after utouch.ko has been loaded.
-Note: hms(4) driver from FreeBSD 13 has implemented
+Note: hms(4) driver from FreeBSD 13+ has implemented
 similar functionality.
 
 To load driver automaticaly at the boot time add



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304191603.33JG3hSs057401>