diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2017-04-27 09:15:27 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2017-04-27 09:15:27 +0000 |
commit | 9993abad592b6134d9c1bffd6237f4567c92ca25 (patch) | |
tree | e2eb7e570c1e0a1cf5f19ee29b117c84d3477073 /benchmarks/phoronix-test-suite | |
parent | e6ec80809563763c2898c111a0a2d45f9372bce8 (diff) |
Notes
Diffstat (limited to 'benchmarks/phoronix-test-suite')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index 14375afc2902..d71a9a17601e 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -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 json openssl pcntl posix \ 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 |