Index: head/x11/xauth/Makefile =================================================================== --- head/x11/xauth/Makefile (revision 433521) +++ head/x11/xauth/Makefile (revision 433522) @@ -1,19 +1,26 @@ # $FreeBSD$ PORTNAME= xauth -PORTREVISION= 1 -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X authority file utility LICENSE= MIT +TEST_DEPENDS= cmdtest:devel/py-cmdtest + +USES= shebangfix 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 man/man1/xauth.1.gz .include Index: head/x11/xauth/distinfo =================================================================== --- head/x11/xauth/distinfo (revision 433521) +++ head/x11/xauth/distinfo (revision 433522) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xauth-1.0.9.tar.bz2) = 56ce1523eb48b1f8a4f4244fe1c3d8e6af1a3b7d4b0e6063582421b0b68dc28f -SIZE (xorg/app/xauth-1.0.9.tar.bz2) = 154976 +TIMESTAMP = 1486412665 +SHA256 (xorg/app/xauth-1.0.10.tar.bz2) = 5afe42ce3cdf4f60520d1658d2b17face45c74050f39af45dccdc95e73fafc4d +SIZE (xorg/app/xauth-1.0.10.tar.bz2) = 162176 Index: head/x11/xauth/files/patch-Makefile.in =================================================================== --- head/x11/xauth/files/patch-Makefile.in (revision 433521) +++ head/x11/xauth/files/patch-Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2013-11-08 20:32:35.639997675 +0100 -+++ Makefile.in 2013-11-08 20:32:41.358981902 +0100 -@@ -360,7 +360,7 @@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = man tests -+SUBDIRS = man - AM_CFLAGS = $(CWARNFLAGS) $(XAUTH_CFLAGS) - xauth_LDADD = $(XAUTH_LIBS) - xauth_SOURCES = \ Property changes on: head/x11/xauth/files/patch-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/xauth/files/patch-tests_020-xauth-add-local.script =================================================================== --- head/x11/xauth/files/patch-tests_020-xauth-add-local.script (nonexistent) +++ head/x11/xauth/files/patch-tests_020-xauth-add-local.script (revision 433522) @@ -0,0 +1,11 @@ +--- 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}' Property changes on: head/x11/xauth/files/patch-tests_020-xauth-add-local.script ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/xauth/files/patch-tests_setup-sourced =================================================================== --- head/x11/xauth/files/patch-tests_setup-sourced (nonexistent) +++ head/x11/xauth/files/patch-tests_setup-sourced (revision 433522) @@ -0,0 +1,19 @@ +--- 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 "$@" Property changes on: head/x11/xauth/files/patch-tests_setup-sourced ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property