aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/phoronix-test-suite
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2020-01-08 15:03:53 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2020-01-08 15:03:53 +0000
commit6f367728028afc23b849cd38625c6e8b22602c19 (patch)
treeb253fafaf17e685c7ae20a07a78e70e2f25cf398 /benchmarks/phoronix-test-suite
parent36bb325ac18d6421a6d51541359a3d061336d4a2 (diff)
downloadports-6f367728028afc23b849cd38625c6e8b22602c19.tar.gz
ports-6f367728028afc23b849cd38625c6e8b22602c19.zip
benchmarks/phoronix-test-suite: update to 9.2.1
Release with minor bug fixes
Notes
Notes: svn path=/head/; revision=522428
Diffstat (limited to 'benchmarks/phoronix-test-suite')
-rw-r--r--benchmarks/phoronix-test-suite/Makefile8
-rw-r--r--benchmarks/phoronix-test-suite/distinfo6
-rw-r--r--benchmarks/phoronix-test-suite/files/patch-install-sh2
3 files changed, 10 insertions, 6 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile
index 7e9af4625268..92db8149a705 100644
--- a/benchmarks/phoronix-test-suite/Makefile
+++ b/benchmarks/phoronix-test-suite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= phoronix-test-suite
DISTVERSIONPREFIX= v
-DISTVERSION= 9.2.0
+DISTVERSION= 9.2.1
CATEGORIES= benchmarks
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
@@ -25,7 +25,11 @@ PORTDATA= *
PORTDOCS= *
NO_ARCH= yes
-SHEBANG_FILES= ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/install.sh \
+SHEBANG_FILES= ob-cache/test-profiles/pts/shadowofthetombraider-1.0.0/install.sh \
+ ob-cache/test-profiles/pts/shadowofthetombraider-1.0.0/interim.sh \
+ ob-cache/test-profiles/pts/shadowofthetombraider-1.0.0/pre.sh \
+ ob-cache/test-profiles/pts/shadowofthetombraider-1.0.0/post.sh \
+ 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
diff --git a/benchmarks/phoronix-test-suite/distinfo b/benchmarks/phoronix-test-suite/distinfo
index cacc2892adf2..b1ef2084eb23 100644
--- a/benchmarks/phoronix-test-suite/distinfo
+++ b/benchmarks/phoronix-test-suite/distinfo
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1578479316
+SHA256 (phoronix-test-suite-phoronix-test-suite-v9.2.1_GH0.tar.gz) = 28acbcb6c5b8eb27c20329cd1a5ea3f1a27abb69812c4b1eeade4b91c89fc7d8
+SIZE (phoronix-test-suite-phoronix-test-suite-v9.2.1_GH0.tar.gz) = 1307046
diff --git a/benchmarks/phoronix-test-suite/files/patch-install-sh b/benchmarks/phoronix-test-suite/files/patch-install-sh
index d02db7d1273e..60a31eeb59c1 100644
--- a/benchmarks/phoronix-test-suite/files/patch-install-sh
+++ b/benchmarks/phoronix-test-suite/files/patch-install-sh
@@ -54,7 +54,7 @@
rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/static/images/%phoronix-test-suite.png
-
- sed 's:export PTS_DIR=$(readlink -f `dirname $0`):PTS_DIR='"$INSTALL_PREFIX"'\/share\/phoronix-test-suite:g' phoronix-test-suite > $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
+ sed 's:export PTS_DIR=$(readlink -f `dirname $0`):export PTS_DIR='"$INSTALL_PREFIX"'\/share\/phoronix-test-suite:g' phoronix-test-suite > $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
chmod +x $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
# sed 's:\$url = PTS_PATH . \"documentation\/index.html\";:\$url = \"'"$INSTALL_PREFIX"'\/share\/doc\/packages\/phoronix-test-suite\/index.html\";:g' pts-core/commands/gui_gtk.php > $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/commands/gui_gtk.php