svn commit: r522428 - in head/benchmarks/phoronix-test-suite: . files
Luca Pizzamiglio
pizzamig at FreeBSD.org
Wed Jan 8 15:03:54 UTC 2020
Author: pizzamig
Date: Wed Jan 8 15:03:53 2020
New Revision: 522428
URL: https://svnweb.freebsd.org/changeset/ports/522428
Log:
benchmarks/phoronix-test-suite: update to 9.2.1
Release with minor bug fixes
Modified:
head/benchmarks/phoronix-test-suite/Makefile
head/benchmarks/phoronix-test-suite/distinfo
head/benchmarks/phoronix-test-suite/files/patch-install-sh
Modified: head/benchmarks/phoronix-test-suite/Makefile
==============================================================================
--- head/benchmarks/phoronix-test-suite/Makefile Wed Jan 8 14:59:38 2020 (r522427)
+++ head/benchmarks/phoronix-test-suite/Makefile Wed Jan 8 15:03:53 2020 (r522428)
@@ -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
Modified: head/benchmarks/phoronix-test-suite/distinfo
==============================================================================
--- head/benchmarks/phoronix-test-suite/distinfo Wed Jan 8 14:59:38 2020 (r522427)
+++ head/benchmarks/phoronix-test-suite/distinfo Wed Jan 8 15:03:53 2020 (r522428)
@@ -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
Modified: head/benchmarks/phoronix-test-suite/files/patch-install-sh
==============================================================================
--- head/benchmarks/phoronix-test-suite/files/patch-install-sh Wed Jan 8 14:59:38 2020 (r522427)
+++ head/benchmarks/phoronix-test-suite/files/patch-install-sh Wed Jan 8 15:03:53 2020 (r522428)
@@ -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
More information about the svn-ports-head
mailing list