Date: Thu, 27 Apr 2017 09:15:28 +0000 (UTC) From: Olivier Cochard <olivier@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439533 - head/benchmarks/phoronix-test-suite Message-ID: <201704270915.v3R9FSjX074199@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704270915.v3R9FSjX074199>