git: 39fabf7c0bc8 - main - x11/xauth: Update to 1.1.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 May 2026 02:11:31 UTC
The branch main has been updated by mce:
URL: https://cgit.FreeBSD.org/ports/commit/?id=39fabf7c0bc865075d020a9799900ec15bf07b17
commit 39fabf7c0bc865075d020a9799900ec15bf07b17
Author: Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-05-09 02:25:07 +0000
Commit: Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-05-11 02:11:02 +0000
x11/xauth: Update to 1.1.5
Add WWW and update pkg-descr.
https://lists.x.org/archives/xorg-announce/2025-December/003653.html
PR: 295117
Approved by: x11 (arrowd)
Approved by: fluffy (mentor)
---
x11/xauth/Makefile | 8 ++++----
x11/xauth/distinfo | 6 +++---
x11/xauth/pkg-descr | 6 +++++-
3 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile
index f66b28da9e61..f7f0e7dabaf5 100644
--- a/x11/xauth/Makefile
+++ b/x11/xauth/Makefile
@@ -1,17 +1,18 @@
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
@@ -20,6 +21,5 @@ 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 <bsd.port.mk>
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).