From owner-svn-ports-head@freebsd.org Thu Apr 27 09:15:29 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 4473DD510B2; Thu, 27 Apr 2017 09:15:29 +0000 (UTC) (envelope-from olivier@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 149809D4; Thu, 27 Apr 2017 09:15:29 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3R9FSW2074200; Thu, 27 Apr 2017 09:15:28 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3R9FSjX074199; Thu, 27 Apr 2017 09:15:28 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201704270915.v3R9FSjX074199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Thu, 27 Apr 2017 09:15:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439533 - head/benchmarks/phoronix-test-suite X-SVN-Group: ports-head 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: Thu, 27 Apr 2017 09:15:29 -0000 Author: olivier Date: Thu Apr 27 09:15:27 2017 New Revision: 439533 URL: https://svnweb.freebsd.org/changeset/ports/439533 Log: Fix the shebang file list PR: 218891 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/phoronix-test-suite/Makefile Modified: head/benchmarks/phoronix-test-suite/Makefile ============================================================================== --- head/benchmarks/phoronix-test-suite/Makefile Thu Apr 27 08:00:03 2017 (r439532) +++ head/benchmarks/phoronix-test-suite/Makefile Thu Apr 27 09:15:27 2017 (r439533) @@ -3,7 +3,7 @@ PORTNAME= phoronix-test-suite PORTVERSION= 6.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MASTER_SITES= http://www.phoronix-test-suite.com/releases/ @@ -19,17 +19,11 @@ USE_PHP= ctype curl dom filter gd hash j session simplexml sockets sqlite3 zip zlib NO_BUILD= yes WRKSRC= ${WRKDIR}/phoronix-test-suite -SHEBANG_FILES= deploy/juju/trusty/pts/hooks/start \ - deploy/juju/trusty/pts/hooks/upgrade-charm \ - deploy/juju/trusty/pts/hooks/stop \ - deploy/juju/trusty/pts/hooks/phoronix-common \ - deploy/juju/trusty/pts/hooks/install \ - deploy/juju/trusty/pts/hooks/config-changed \ +SHEBANG_FILES= deploy/juju/trusty/pts/hooks/phoronix-common \ deploy/juju/trusty/pts/actions/memory \ deploy/juju/trusty/pts/actions/benchmark \ deploy/juju/trusty/pts/actions/custom \ - deploy/juju/trusty/pts/actions/smoke \ - deploy/juju/trusty/pts/scripts/parse + deploy/juju/trusty/pts/scripts/parse RUN_DEPENDS+= fpdf>0:print/fpdf RUN_DEPENDS+= cmake:devel/cmake