From owner-svn-ports-all@freebsd.org Fri Sep 29 14:45:50 2017 Return-Path: Delivered-To: svn-ports-all@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 18022E2E761; Fri, 29 Sep 2017 14:45:50 +0000 (UTC) (envelope-from pizzamig@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 D96626885F; Fri, 29 Sep 2017 14:45:49 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TEjn4B091782; Fri, 29 Sep 2017 14:45:49 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TEjmsd091779; Fri, 29 Sep 2017 14:45:48 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201709291445.v8TEjmsd091779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 29 Sep 2017 14:45:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450894 - in head/benchmarks/unixbench: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/benchmarks/unixbench: . files X-SVN-Commit-Revision: 450894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 14:45:50 -0000 Author: pizzamig Date: Fri Sep 29 14:45:48 2017 New Revision: 450894 URL: https://svnweb.freebsd.org/changeset/ports/450894 Log: benchmarks/unixbench: Fix the new path in the unixbench Bump PORTREVISION PR: 222480 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12541 Modified: head/benchmarks/unixbench/Makefile head/benchmarks/unixbench/files/unixbench.in Modified: head/benchmarks/unixbench/Makefile ============================================================================== --- head/benchmarks/unixbench/Makefile Fri Sep 29 14:11:33 2017 (r450893) +++ head/benchmarks/unixbench/Makefile Fri Sep 29 14:45:48 2017 (r450894) @@ -4,6 +4,7 @@ PORTNAME= unixbench DISTVERSIONPREFIX= v DISTVERSION= 5.1.3 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org Modified: head/benchmarks/unixbench/files/unixbench.in ============================================================================== --- head/benchmarks/unixbench/files/unixbench.in Fri Sep 29 14:11:33 2017 (r450893) +++ head/benchmarks/unixbench/files/unixbench.in Fri Sep 29 14:45:48 2017 (r450894) @@ -5,6 +5,6 @@ RESULTDIR=${RESULTDIR-/tmp} export TMPDIR RESULTDIR -cd %%PREFIX%%/lib/unixbench +cd %%PREFIX%%/libexec/unixbench exec ./Run "$@"