Date: Wed, 1 Nov 2017 12:41:59 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453282 - in head/sysutils/xe: . files Message-ID: <201711011241.vA1Cfx93004818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Nov 1 12:41:59 2017 New Revision: 453282 URL: https://svnweb.freebsd.org/changeset/ports/453282 Log: sysutils/xe: Update to 0.10 Changes: https://github.com/chneukirchen/xe/blob/v0.10/NEWS.md Deleted: head/sysutils/xe/files/patch-xe.c Modified: head/sysutils/xe/Makefile head/sysutils/xe/distinfo head/sysutils/xe/files/patch-tests Modified: head/sysutils/xe/Makefile ============================================================================== --- head/sysutils/xe/Makefile Wed Nov 1 11:51:05 2017 (r453281) +++ head/sysutils/xe/Makefile Wed Nov 1 12:41:59 2017 (r453282) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= xe -PORTVERSION= 0.9 DISTVERSIONPREFIX= v +DISTVERSION= 0.10 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org Modified: head/sysutils/xe/distinfo ============================================================================== --- head/sysutils/xe/distinfo Wed Nov 1 11:51:05 2017 (r453281) +++ head/sysutils/xe/distinfo Wed Nov 1 12:41:59 2017 (r453282) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500981663 -SHA256 (chneukirchen-xe-v0.9_GH0.tar.gz) = 0e72bafd0d5c30953ef7a5dca710296aec621a60fb62c0aaf7ee2af5e68c2ac2 -SIZE (chneukirchen-xe-v0.9_GH0.tar.gz) = 8444 +TIMESTAMP = 1509539322 +SHA256 (chneukirchen-xe-v0.10_GH0.tar.gz) = 8993cea06b2c664195df2a6124d0386d1bce7c27eb6ecbf968866bfd05cb9d7a +SIZE (chneukirchen-xe-v0.10_GH0.tar.gz) = 12052 Modified: head/sysutils/xe/files/patch-tests ============================================================================== --- head/sysutils/xe/files/patch-tests Wed Nov 1 11:51:05 2017 (r453281) +++ head/sysutils/xe/files/patch-tests Wed Nov 1 12:41:59 2017 (r453282) @@ -5,35 +5,26 @@ Fix tests - The argscap check returns 8186 + 8186 + 1339 = 17711 on FreeBSD, which should be fine. ---- tests.orig 2017-07-17 14:20:26 UTC +--- tests.orig 2017-10-30 15:43:40 UTC +++ tests -@@ -194,7 +194,7 @@ check_output 'using -LL' '{ echo 1; sleep 1; echo 2; s +@@ -220,7 +220,7 @@ check_output 'exit code when process was killed' 'nech EOF - check_output 'using -vvL' '{ echo 1; sleep 1; echo 2; sleep 1; echo 3; } | xe -j2 -vvL -s "printf \$1; sleep 1; echo \$1" | wc -l' <<EOF --9 -+ 9 - EOF - - printf '# error handling\n' -@@ -219,7 +219,7 @@ check_output 'exit code when process was killed' 'nech - 125 - EOF - + # possible false positive result when exec returns ENOENT instead of ENOTDIR here -check_output 'exit code when command cannot be run' 'necho a | xe /dev/null/calc.exe 2>/dev/null || echo $?' <<EOF +check_output 'exit code when command cannot be run' 'necho a | xe /dev/null 2>/dev/null || echo $?' <<EOF 126 EOF -@@ -265,10 +265,8 @@ EOF +@@ -266,10 +266,8 @@ EOF printf '# limit checks, expecting maximal POSIX limits available\n' --check_output 'argscap check' 'head -c 17711 /dev/zero | tr "\0" "\012" | xe -N0 -s "echo \$#"' <<EOF +-check_output 'argscap check' 'dd if=/dev/zero bs=1 count=17711 2>/dev/null | tr "\0" "\012" | xe -N0 -s "echo \$#"' <<EOF -8187 -8187 -1337 -+check_output 'argscap check' 'head -c 17711 /dev/zero | tr "\0" "\012" | xe -N0 -s "echo \$#" | awk "{sum+=\$0}END{print sum}"' <<EOF ++check_output 'argscap check' 'dd if=/dev/zero bs=1 count=17711 2>/dev/null | tr "\0" "\012" | xe -N0 -s "echo \$#" | awk "{sum+=\$0}END{print sum}"' <<EOF +17711 EOF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711011241.vA1Cfx93004818>