Date: Tue, 26 May 2026 21:43:18 +0000 From: Kousuke Kannagi <mce@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d276ac3bb4ed - main - x11/xev: Update to 1.2.7 Message-ID: <6a1613f6.26429.531b975c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mce: URL: https://cgit.FreeBSD.org/ports/commit/?id=d276ac3bb4ed03d23b5f49443998bd6904f29c8c commit d276ac3bb4ed03d23b5f49443998bd6904f29c8c Author: Kousuke Kannagi <mce@FreeBSD.org> AuthorDate: 2026-05-19 09:28:05 +0000 Commit: Kousuke Kannagi <mce@FreeBSD.org> CommitDate: 2026-05-26 21:42:42 +0000 x11/xev: Update to 1.2.7 Add WWW and update pkg-descr. https://lists.x.org/archives/xorg/2026-May/062237.html PR: 295593 Approved by: x11 (arrowd) Approved by: fluffy (mentor) --- x11/xev/Makefile | 6 +++--- x11/xev/distinfo | 6 +++--- x11/xev/pkg-descr | 8 +++++++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/x11/xev/Makefile b/x11/xev/Makefile index 40ae7736a13e..38f3a339cbd6 100644 --- a/x11/xev/Makefile +++ b/x11/xev/Makefile @@ -1,17 +1,17 @@ PORTNAME= xev -PORTVERSION= 1.2.6 +DISTVERSION= 1.2.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Print contents of X events +WWW= https://gitlab.freedesktop.org/xorg/app/xev LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz xorg xorg-cat:app -USE_XORG= x11 xrandr +USE_XORG= x11 xorgproto xrandr PLIST_FILES= bin/xev share/man/man1/xev.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/xev/distinfo b/x11/xev/distinfo index aa39db057301..4e11c9c0ab61 100644 --- a/x11/xev/distinfo +++ b/x11/xev/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709537565 -SHA256 (xorg/app/xev-1.2.6.tar.xz) = 61e1c5e008ac9973aca7cdddf36e9df7410e77083b030eb04f4dc737c51807d7 -SIZE (xorg/app/xev-1.2.6.tar.xz) = 129724 +TIMESTAMP = 1779175876 +SHA256 (xorg/app/xev-1.2.7.tar.xz) = 95167895924de58e34b1013b2b0c8476e90d0888c6c39e7ae9bc35e3a19dba04 +SIZE (xorg/app/xev-1.2.7.tar.xz) = 136784 diff --git a/x11/xev/pkg-descr b/x11/xev/pkg-descr index ab0c0cbe84f6..f8d35120ee81 100644 --- a/x11/xev/pkg-descr +++ b/x11/xev/pkg-descr @@ -1 +1,7 @@ -This package contains xev, which is a application that monitors X events. +Xev creates a window and then asks the X server to send it events +whenever anything happens to the window (such as it being moved, +resized, typed in, clicked in, etc.). You can also attach it to an +existing window. It is useful for seeing what causes events to occur and +to display the information that they contain; it is essentially a +debugging and development tool, and should not be needed in normal +usage.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1613f6.26429.531b975c>
