Date: Tue, 7 Nov 2017 14:19:58 +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: r453661 - in head/sysutils/xe: . files Message-ID: <201711071419.vA7EJwQg011532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Nov 7 14:19:58 2017 New Revision: 453661 URL: https://svnweb.freebsd.org/changeset/ports/453661 Log: sysutils/xe: Update to 0.11 Changes: https://github.com/chneukirchen/xe/blob/v0.11/NEWS.md Added: head/sysutils/xe/files/patch-t_errors.t (contents, props changed) Deleted: head/sysutils/xe/files/patch-tests Modified: head/sysutils/xe/Makefile head/sysutils/xe/distinfo Modified: head/sysutils/xe/Makefile ============================================================================== --- head/sysutils/xe/Makefile Tue Nov 7 14:15:55 2017 (r453660) +++ head/sysutils/xe/Makefile Tue Nov 7 14:19:58 2017 (r453661) @@ -3,7 +3,7 @@ PORTNAME= xe DISTVERSIONPREFIX= v -DISTVERSION= 0.10 +DISTVERSION= 0.11 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org @@ -22,7 +22,8 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" \ 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 Modified: head/sysutils/xe/distinfo ============================================================================== --- head/sysutils/xe/distinfo Tue Nov 7 14:15:55 2017 (r453660) +++ head/sysutils/xe/distinfo Tue Nov 7 14:19:58 2017 (r453661) @@ -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 Added: head/sysutils/xe/files/patch-t_errors.t ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xe/files/patch-t_errors.t Tue Nov 7 14:19:58 2017 (r453661) @@ -0,0 +1,11 @@ +--- t/errors.t.orig 2017-11-07 14:15:52 UTC ++++ t/errors.t +@@ -40,7 +40,7 @@ tap3 'exit code when command cannot be run' <<'EOF' + xe /dev/null/calc.exe + <<< + a +->>>= 126 ++>>>= 127 + EOF + + tap3 'exit code when command was not found' <<'EOF'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711071419.vA7EJwQg011532>