diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index f66b28da9e61..f7f0e7dabaf5 100644 --- a/x11/xauth/Makefile +++ b/x11/xauth/Makefile @@ -1,25 +1,25 @@ PORTNAME= xauth -PORTVERSION= 1.1.4 +DISTVERSION= 1.1.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X authority file utility +WWW= https://gitlab.freedesktop.org/xorg/app/xauth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -TEST_DEPENDS= cmdtest:devel/py-cmdtest +TEST_DEPENDS= cmdtest:devel/py-cmdtest@${PY_FLAVOR} USES= shebangfix tar:xz xorg xorg-cat:app -USE_XORG= x11 xau xext xmuu +USE_XORG= x11 xau xext xmuu xorgproto INSTALL_TARGET= install-strip TEST_TARGET= check SHEBANG_FILES= ${WRKSRC}/tests/*.script SHEBANG_LANG= nobash nobash_OLD_CMD= /bin/bash nobash_CMD= /bin/sh PLIST_FILES= bin/xauth share/man/man1/xauth.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo index 223318877e94..9138f4552c16 100644 --- a/x11/xauth/distinfo +++ b/x11/xauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741592687 -SHA256 (xorg/app/xauth-1.1.4.tar.xz) = e9318141464ad7b4dc0f8564a580f0d20f977c85a388cc40d5a766206151c690 -SIZE (xorg/app/xauth-1.1.4.tar.xz) = 163696 +TIMESTAMP = 1767242083 +SHA256 (xorg/app/xauth-1.1.5.tar.xz) = a4000e2f441facebf569026bedecc23ba262cc6927be52070abe0002625cfbe0 +SIZE (xorg/app/xauth-1.1.5.tar.xz) = 165480 diff --git a/x11/xauth/pkg-descr b/x11/xauth/pkg-descr index 9346a76dc0fe..940bdfa0a65b 100644 --- a/x11/xauth/pkg-descr +++ b/x11/xauth/pkg-descr @@ -1 +1,5 @@ -This package contains the X.Org X authority file utility. +The xauth program is used to edit and display the authorization +information used in connecting to the X server. This program is usually +used to extract authorization records from one machine and merge them in +on another (as is the case when using remote logins or granting access to +other users).