diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index 9bd398aede59..4ac721eb27fb 100644 --- a/x11/xauth/Makefile +++ b/x11/xauth/Makefile @@ -1,26 +1,25 @@ PORTNAME= xauth -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X authority file utility LICENSE= MIT 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 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 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 "$@"