mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
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
This commit is contained in:
parent
041cc1900f
commit
0d785755ae
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}'
|
@ -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 "$@"
|
Loading…
Reference in New Issue
Block a user