Date: Wed, 11 Dec 2019 17:18:28 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519817 - head/benchmarks/phoronix-test-suite Message-ID: <201912111718.xBBHISN1056579@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Wed Dec 11 17:18:27 2019 New Revision: 519817 URL: https://svnweb.freebsd.org/changeset/ports/519817 Log: benchmarks/phoronix-test-suite: Update to 9.2.0 Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v9.2.0 Modified: head/benchmarks/phoronix-test-suite/Makefile head/benchmarks/phoronix-test-suite/distinfo Modified: head/benchmarks/phoronix-test-suite/Makefile ============================================================================== --- head/benchmarks/phoronix-test-suite/Makefile Wed Dec 11 16:55:25 2019 (r519816) +++ head/benchmarks/phoronix-test-suite/Makefile Wed Dec 11 17:18:27 2019 (r519817) @@ -3,7 +3,7 @@ PORTNAME= phoronix-test-suite DISTVERSIONPREFIX= v -DISTVERSION= 9.0.1 +DISTVERSION= 9.2.0 CATEGORIES= benchmarks PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -13,9 +13,10 @@ COMMENT= Phoronix Benchmarking Suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= sudo:security/sudo +RUN_DEPENDS= sudo:security/sudo \ + bash:shells/bash -USES= php:cli,build,flavors python +USES= php:cli,build,flavors python shebangfix USE_GITHUB= yes USE_PHP= curl dom gd json openssl pcntl posix simplexml zip zlib NO_BUILD= yes @@ -24,6 +25,10 @@ PORTDATA= * PORTDOCS= * NO_ARCH= yes +SHEBANG_FILES= ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/install.sh \ + ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/interim.sh \ + ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/pre.sh \ + ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/post.sh OPTIONS_DEFINE= BASH_COMPLETIONS DOCS X11 OPTIONS_DEFAULT= X11 Modified: head/benchmarks/phoronix-test-suite/distinfo ============================================================================== --- head/benchmarks/phoronix-test-suite/distinfo Wed Dec 11 16:55:25 2019 (r519816) +++ head/benchmarks/phoronix-test-suite/distinfo Wed Dec 11 17:18:27 2019 (r519817) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570003870 -SHA256 (phoronix-test-suite-phoronix-test-suite-v9.0.1_GH0.tar.gz) = 66f57eeb12241966cb7ad6594981bfd6ccdb28c4a14325271bec50c810d041db -SIZE (phoronix-test-suite-phoronix-test-suite-v9.0.1_GH0.tar.gz) = 1263655 +TIMESTAMP = 1575985175 +SHA256 (phoronix-test-suite-phoronix-test-suite-v9.2.0_GH0.tar.gz) = a87a6d685bdb3e725df1ca9f1f205a7671cb982d7f5d714c15a2bbc92819a672 +SIZE (phoronix-test-suite-phoronix-test-suite-v9.2.0_GH0.tar.gz) = 1303491
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912111718.xBBHISN1056579>