Index: head/sysutils/xe/Makefile =================================================================== --- head/sysutils/xe/Makefile (revision 453660) +++ head/sysutils/xe/Makefile (revision 453661) @@ -1,30 +1,31 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= xe DISTVERSIONPREFIX= v -DISTVERSION= 0.10 +DISTVERSION= 0.11 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org COMMENT= Simple xargs and apply replacement LICENSE= CC0-1.0 USE_GITHUB= yes GH_ACCOUNT= chneukirchen USES= perl5 USE_PERL5= test MAKE_ARGS= CFLAGS="${CFLAGS}" \ MANDIR="${PREFIX}/man" TEST_TARGET= check PLIST_FILES= bin/xe \ - man/man1/xe.1.gz + man/man1/xe.1.gz \ + share/zsh/site-functions/_xe post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xe .include Index: head/sysutils/xe/distinfo =================================================================== --- head/sysutils/xe/distinfo (revision 453660) +++ head/sysutils/xe/distinfo (revision 453661) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509539322 -SHA256 (chneukirchen-xe-v0.10_GH0.tar.gz) = 8993cea06b2c664195df2a6124d0386d1bce7c27eb6ecbf968866bfd05cb9d7a -SIZE (chneukirchen-xe-v0.10_GH0.tar.gz) = 12052 +TIMESTAMP = 1510064060 +SHA256 (chneukirchen-xe-v0.11_GH0.tar.gz) = 4087d40be2db3df81a836f797e1fed17d6ac1c788dcf0fd6a904f2d2178a6f1a +SIZE (chneukirchen-xe-v0.11_GH0.tar.gz) = 13578 Index: head/sysutils/xe/files/patch-tests =================================================================== --- head/sysutils/xe/files/patch-tests (revision 453660) +++ head/sysutils/xe/files/patch-tests (nonexistent) @@ -1,31 +0,0 @@ -Fix tests - -- Trying to exec /dev/null/calc.exe on FreeBSD will fail with ENOENT - (xe exit 127) but on Linux fails with ENODIR (xe exit 126) -- The argscap check returns 8186 + 8186 + 1339 = 17711 on FreeBSD, - which should be fine. - ---- tests.orig 2017-10-30 15:43:40 UTC -+++ tests -@@ -220,7 +220,7 @@ check_output 'exit code when process was killed' 'nech - 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 $?' </dev/null || echo $?' </dev/null | tr "\0" "\012" | xe -N0 -s "echo \$#"' </dev/null | tr "\0" "\012" | xe -N0 -s "echo \$#" | awk "{sum+=\$0}END{print sum}"' <>>= 126 ++>>>= 127 + EOF + + tap3 'exit code when command was not found' <<'EOF' Property changes on: head/sysutils/xe/files/patch-t_errors.t ___________________________________________________________________ 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