pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libopeninput



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Wed May 27 17:14:19 UTC 2026

Modified Files:
        pkgsrc/devel/libopeninput: Makefile Makefile.common distinfo

Log Message:
libopeninput: update to the latest version in upsteram git

Switch to mk/udev.buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libopeninput/Makefile \
    pkgsrc/devel/libopeninput/Makefile.common \
    pkgsrc/devel/libopeninput/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libopeninput/Makefile
diff -u pkgsrc/devel/libopeninput/Makefile:1.1 pkgsrc/devel/libopeninput/Makefile:1.2
--- pkgsrc/devel/libopeninput/Makefile:1.1      Mon Apr 13 15:19:36 2026
+++ pkgsrc/devel/libopeninput/Makefile  Wed May 27 17:14:19 2026
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2026/04/13 15:19:36 kikadf Exp $
+# $NetBSD: Makefile,v 1.2 2026/05/27 17:14:19 kikadf Exp $
 
 .include "Makefile.common"
 
+PKGREVISION=   1
 COMMENT=       Wscons(4) and kqueue(2) based port of libinput
 
 USE_TOOLS+=    pkg-config
+UDEV_REQUIRED= yes
 
 # wscons
 ONLY_FOR_PLATFORM=     NetBSD-*-*
@@ -19,6 +21,6 @@ PKGCONFIG_OVERRIDE_STAGE=     post-build
 
 .include "../../devel/meson/build.mk"
 .include "../../devel/libepoll-shim/buildlink3.mk"
-.include "../../devel/libudev-bsd/buildlink3.mk"
 .include "../../devel/input-headers/buildlink3.mk"
+.include "../../mk/udev.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/libopeninput/Makefile.common
diff -u pkgsrc/devel/libopeninput/Makefile.common:1.1 pkgsrc/devel/libopeninput/Makefile.common:1.2
--- pkgsrc/devel/libopeninput/Makefile.common:1.1       Mon Apr 13 15:19:36 2026
+++ pkgsrc/devel/libopeninput/Makefile.common   Wed May 27 17:14:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2026/04/13 15:19:36 kikadf Exp $
+# $NetBSD: Makefile.common,v 1.2 2026/05/27 17:14:19 kikadf Exp $
 
 # used by devel/libopeninput/Makefile
 # used by devel/input-headers/Makefile
@@ -8,9 +8,9 @@ VERSION=        1.30.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sizeofvoid/}
 GITHUB_PROJECT=        libopeninput
-GITHUB_TAG=    1db645a4a690088135ba34a70efd7b764ecd8c0f
+GITHUB_TAG=    dcf8584ec3f5cde2a2098de25276242d2d815cc7
 
-MAINTAINER=    kikadf.01%gmail.com@localhost
+MAINTAINER=    kikadf%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/sizeofvoid/libopeninput/tree/libopeninput/
 LICENSE=       mit
 
Index: pkgsrc/devel/libopeninput/distinfo
diff -u pkgsrc/devel/libopeninput/distinfo:1.1 pkgsrc/devel/libopeninput/distinfo:1.2
--- pkgsrc/devel/libopeninput/distinfo:1.1      Mon Apr 13 15:19:36 2026
+++ pkgsrc/devel/libopeninput/distinfo  Wed May 27 17:14:19 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2026/04/13 15:19:36 kikadf Exp $
+$NetBSD: distinfo,v 1.2 2026/05/27 17:14:19 kikadf Exp $
 
-BLAKE2s (libopeninput-1.30.2-1db645a4a690088135ba34a70efd7b764ecd8c0f.tar.gz) = dba9c2fcdb4266afb55833bd560a2af3c24d1383e3b46c2f50158d1b2940c932
-SHA512 (libopeninput-1.30.2-1db645a4a690088135ba34a70efd7b764ecd8c0f.tar.gz) = 
a801125dfd3fafeb360e13ee8ed4ab2835b3a46c4234cfba699a54994f28a4ad46f854ee5465a6e8eb4fa573393e67dcaa0308e1f104026a289417440577fe46
-Size (libopeninput-1.30.2-1db645a4a690088135ba34a70efd7b764ecd8c0f.tar.gz) = 1189202 bytes
+BLAKE2s (libopeninput-1.30.2-dcf8584ec3f5cde2a2098de25276242d2d815cc7.tar.gz) = 28117e461e18488812c475959e22f02d6477d4dfada1290ee6a809edea224d96
+SHA512 (libopeninput-1.30.2-dcf8584ec3f5cde2a2098de25276242d2d815cc7.tar.gz) = 
1bd9a29efd466bb79b276d5fa6be64a0ce6f1deefa277f32f1d88a2e097c07602cd78ae62d0c10cbd427a24db9881e6ba49670b2f0ab0afcc7cee5bc08a0492b
+Size (libopeninput-1.30.2-dcf8584ec3f5cde2a2098de25276242d2d815cc7.tar.gz) = 1189070 bytes
 SHA1 (patch-src_wscons.c) = ccec4d8ced02d46525e62f082adc7bb03730c2e8
 SHA1 (patch-src_wscons.h) = 20c749ef79352094e1b646fdbe9566f95d7e0a41



Home | Main Index | Thread Index | Old Index