x11/xkill: Update to 1.0.6

PR:	286715
This commit is contained in:
mew14930xvi 2025-06-13 16:10:20 +09:00 committed by Emmanuel Vadot
parent 9fcfcd2136
commit efcd4b73bf
3 changed files with 13 additions and 10 deletions

View File

@ -1,15 +1,17 @@
PORTNAME= xkill PORTNAME= xkill
PORTVERSION= 1.0.5 DISTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= x11 CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org
COMMENT= Utility for killing a client by its X resource COMMENT= Utility for killing a client by its X resource
WWW= https://gitlab.freedesktop.org/xorg/app/xkill
USES= xorg xorg-cat:app LICENSE= MIT
USE_XORG= x11 xmuu LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xmuu xorgproto
PLIST_FILES= bin/xkill share/man/man1/xkill.1.gz PLIST_FILES= bin/xkill share/man/man1/xkill.1.gz
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1525888693 TIMESTAMP = 1746761517
SHA256 (xorg/app/xkill-1.0.5.tar.bz2) = c5f0bb6a95e1ac7c4def8a657496d5d2f21ccd41eb47ef2c9ccb03fb6d6aff6b SHA256 (xorg/app/xkill-1.0.6.tar.xz) = e5a8aa78c475677b11504646da8d93dacc30744258076a2ca418a24438aeb907
SIZE (xorg/app/xkill-1.0.5.tar.bz2) = 128146 SIZE (xorg/app/xkill-1.0.6.tar.xz) = 121900

View File

@ -1,2 +1,3 @@
This package contians xkill, which is a utility for forcing the X server Xkill is a utility for forcing the X server to close connections to
to close connections to clients. clients. This program is very dangerous, but is useful for aborting
programs that have displayed undesired windows on a user's screen.