Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2024 14:30:43 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0d785755ae29 - main - x11/xauth: Update to 1.1.3
Message-ID:  <202403041430.424EUht2067153@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d785755ae29a19258f780bc506757530713e4c8

commit 0d785755ae29a19258f780bc506757530713e4c8
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-03-04 07:31:41 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-03-04 14:29:20 +0000

    x11/xauth: Update to 1.1.3
    
    Release notes:  https://lists.x.org/archives/xorg-announce/2024-March/003472.html
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 x11/xauth/Makefile                                    |  5 ++---
 x11/xauth/distinfo                                    |  6 +++---
 .../files/patch-tests_020-xauth-add-local.script      | 11 -----------
 x11/xauth/files/patch-tests_setup-sourced             | 19 -------------------
 4 files changed, 5 insertions(+), 36 deletions(-)

diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile
index 9bd398aede59..4ac721eb27fb 100644
--- a/x11/xauth/Makefile
+++ b/x11/xauth/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	xauth
-PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTVERSION=	1.1.3
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -11,7 +10,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 TEST_DEPENDS=	cmdtest:devel/py-cmdtest
 
-USES=		shebangfix xorg xorg-cat:app
+USES=		shebangfix tar:xz xorg xorg-cat:app
 USE_XORG=	x11 xau xext xmuu
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo
index b7097fc299d2..4de31edb59c5 100644
--- a/x11/xauth/distinfo
+++ b/x11/xauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656486412
-SHA256 (xorg/app/xauth-1.1.1.tar.bz2) = 164ea0a29137b284a47b886ef2affcb0a74733bf3aad04f9b106b1a6c82ebd92
-SIZE (xorg/app/xauth-1.1.1.tar.bz2) = 167315
+TIMESTAMP = 1709537293
+SHA256 (xorg/app/xauth-1.1.3.tar.xz) = e7075498bae332f917f01d660f9b940c0752b2556a8da61ccb62a44d0ffe9d33
+SIZE (xorg/app/xauth-1.1.3.tar.xz) = 159500
diff --git a/x11/xauth/files/patch-tests_020-xauth-add-local.script b/x11/xauth/files/patch-tests_020-xauth-add-local.script
deleted file mode 100644
index 90e30b1ef517..000000000000
--- a/x11/xauth/files/patch-tests_020-xauth-add-local.script
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/020-xauth-add-local.script.orig	2017-02-06 20:55:37 UTC
-+++ tests/020-xauth-add-local.script
-@@ -11,7 +11,7 @@ xauth add :3.5                . b90b0fd1
- xauth add :4                  . b90b0fd1cf6a0e7a2c74c00000000004
- 
- # List the number of entries added
--xauth list | wc -l
-+xauth list | wc -l | xargs echo
- 
- # Try to match them and print cookie
- xauth list unix:0        | awk '{print $3}'
diff --git a/x11/xauth/files/patch-tests_setup-sourced b/x11/xauth/files/patch-tests_setup-sourced
deleted file mode 100644
index aa253d133d4a..000000000000
--- a/x11/xauth/files/patch-tests_setup-sourced
+++ /dev/null
@@ -1,19 +0,0 @@
---- tests/setup-sourced.orig	2017-01-29 20:59:17 UTC
-+++ tests/setup-sourced
-@@ -11,14 +11,14 @@ export XAUTHORITY=${DATADIR:-/tmp}/.Xaut
- # Start a new authority file
- rm -f $XAUTHORITY ; touch $XAUTHORITY
- 
--function xauth()
-+xauth()
- {
-   echo "> xauth" "$@"
-   ../xauth "$@"
-   echo "  exits with $?"
- }
- 
--function xauth_silent()
-+xauth_silent()
- {
-   echo "> xauth" "some silent commands which should not be logged..."
-   ../xauth "$@"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403041430.424EUht2067153>