diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile index cc314abb3a4b..5b4267b6ad9a 100644 --- a/x11/xhost/Makefile +++ b/x11/xhost/Makefile @@ -1,18 +1,17 @@ PORTNAME= xhost -PORTVERSION= 1.0.8 -PORTREVISION= 1 +DISTVERSION= 1.0.10 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Server access control program for X +WWW= https://gitlab.freedesktop.org/xorg/app/xhost LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app -USE_XORG= x11 xmuu xau +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xau xmuu xorgproto PLIST_FILES= bin/xhost share/man/man1/xhost.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xhost/distinfo b/x11/xhost/distinfo index aa71f846909c..5e5810ac1f7d 100644 --- a/x11/xhost/distinfo +++ b/x11/xhost/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1550736532 -SHA256 (xorg/app/xhost-1.0.8.tar.bz2) = a2dc3c579e13674947395ef8ccc1b3763f89012a216c2cc6277096489aadc396 -SIZE (xorg/app/xhost-1.0.8.tar.bz2) = 138539 +TIMESTAMP = 1751199919 +SHA256 (xorg/app/xhost-1.0.10.tar.xz) = a8afd70059479c712948b895e41c35a4a8bfcede3ba2d5a4b855c88bbb725be1 +SIZE (xorg/app/xhost-1.0.10.tar.xz) = 137076 diff --git a/x11/xhost/pkg-descr b/x11/xhost/pkg-descr index 4053e3e2f91a..fdd48cd35ae7 100644 --- a/x11/xhost/pkg-descr +++ b/x11/xhost/pkg-descr @@ -1,2 +1,5 @@ -This package contains xhost, a server access control program for the -X Window System. +The xhost program is used to add and delete host names or user names to +the list allowed to make connections to the X server. In the case of +hosts, this provides a rudimentary form of privacy control and +security. It is only sufficient for a workstation (single user) +environment, although it does limit the worst abuses.