git: 1d0be47ce96e - main - devel/libevdevplus: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Sep 2026 08:13:32 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1d0be47ce96e27838990761e58b3476a9f772cc3
commit 1d0be47ce96e27838990761e58b3476a9f772cc3
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-09-13 08:12:08 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-09-13 08:12:08 +0000
devel/libevdevplus: Mark deprecated
Approved by: bapt (maintainer)
---
devel/libevdevplus/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/devel/libevdevplus/Makefile b/devel/libevdevplus/Makefile
index f4611e5db353..934d9ede132e 100644
--- a/devel/libevdevplus/Makefile
+++ b/devel/libevdevplus/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 0.2.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel
@@ -13,6 +14,9 @@ WWW= https://github.com/YukiWorkshop/libevdevPlus
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Abandoned upstream, does not build with CMake 4
+EXPIRATION_DATE=2026-11-30
+
BUILD_DEPENDS= ${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto
USES= cmake compiler:c++11-lang localbase