aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/phoronix-test-suite
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2019-10-02 13:28:43 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2019-10-02 13:28:43 +0000
commit3f0ac72c3d48e5613be1f47f9bd0b8466c0b99b7 (patch)
treeb00eb76622b3f0577ecacbd3771a6a3a1171090f /benchmarks/phoronix-test-suite
parentce06a80dd5edfc594abe435d7fbc08f2dcff5b05 (diff)
downloadports-3f0ac72c3d48e5613be1f47f9bd0b8466c0b99b7.tar.gz
ports-3f0ac72c3d48e5613be1f47f9bd0b8466c0b99b7.zip
benchmarks/phoronix-test-suite: Update to 9.0.1
Notes
Notes: svn path=/head/; revision=513576
Diffstat (limited to 'benchmarks/phoronix-test-suite')
-rw-r--r--benchmarks/phoronix-test-suite/Makefile2
-rw-r--r--benchmarks/phoronix-test-suite/distinfo6
-rw-r--r--benchmarks/phoronix-test-suite/files/patch-install-sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile
index 8361b284982b..a33fd58678d3 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.0.0
+DISTVERSION= 9.0.1
CATEGORIES= benchmarks
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
diff --git a/benchmarks/phoronix-test-suite/distinfo b/benchmarks/phoronix-test-suite/distinfo
index 23397bf1fbf4..6159d8c07707 100644
--- a/benchmarks/phoronix-test-suite/distinfo
+++ b/benchmarks/phoronix-test-suite/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569412239
-SHA256 (phoronix-test-suite-phoronix-test-suite-v9.0.0_GH0.tar.gz) = 041aebe9e3828bb41dfd51c57446a5d215b38a7cd1830bee8154a73a0d384129
-SIZE (phoronix-test-suite-phoronix-test-suite-v9.0.0_GH0.tar.gz) = 1261557
+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
diff --git a/benchmarks/phoronix-test-suite/files/patch-install-sh b/benchmarks/phoronix-test-suite/files/patch-install-sh
index 2c26ae492f77..d02db7d1273e 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:PTS_DIR=`pwd`: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`):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