From owner-svn-ports-head@freebsd.org Wed Nov 1 12:42:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3F10E5AC1C; Wed, 1 Nov 2017 12:42:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90CAB6D029; Wed, 1 Nov 2017 12:42:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA1CfxfP004821; Wed, 1 Nov 2017 12:41:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA1Cfx93004818; Wed, 1 Nov 2017 12:41:59 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201711011241.vA1Cfx93004818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 1 Nov 2017 12:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453282 - in head/sysutils/xe: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/sysutils/xe: . files X-SVN-Commit-Revision: 453282 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 12:42:00 -0000 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' </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}"' <