Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2020 11:04:12 +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: r553255 - head/benchmarks/phoronix-test-suite
Message-ID:  <202010251104.09PB4CLB090905@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Sun Oct 25 11:04:11 2020
New Revision: 553255
URL: https://svnweb.freebsd.org/changeset/ports/553255

Log:
  benchmarks/phoronix-test-suite: Update to 10.0.1
  
  While here, fix the build with php80
  
  https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.0.0
  https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.0.1

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	Sun Oct 25 10:49:46 2020	(r553254)
+++ head/benchmarks/phoronix-test-suite/Makefile	Sun Oct 25 11:04:11 2020	(r553255)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phoronix-test-suite
 DISTVERSIONPREFIX=	v
-DISTVERSION=	9.8.0
+DISTVERSION=	10.0.1
 CATEGORIES=	benchmarks
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
@@ -18,7 +18,7 @@ RUN_DEPENDS=	sudo:security/sudo \
 
 USES=		php:cli,build,flavors python shebangfix
 USE_GITHUB=	yes
-USE_PHP=	curl dom gd json openssl pcntl posix simplexml zip zlib
+USE_PHP=	curl dom gd openssl pcntl posix simplexml zip zlib
 NO_BUILD=	yes
 
 PORTDATA=	*
@@ -35,7 +35,8 @@ SHEBANG_FILES=	ob-cache/test-profiles/pts/shadowofthet
 				ob-cache/test-profiles/pts/shadowofthetombraider-1.0.1/post.sh \
 				ob-cache/test-profiles/pts/csgo-1.5.1/pre_linux.sh \
 				ob-cache/test-profiles/pts/dota2-1.2.2/pre_linux.sh \
-				ob-cache/test-profiles/pts/portal-1.1.1/pre_linux.sh
+				ob-cache/test-profiles/pts/portal-1.1.1/pre_linux.sh \
+				deploy/docker/ubuntu-pts-docker-build.sh
 
 OPTIONS_DEFINE=	BASH_COMPLETIONS DOCS X11
 OPTIONS_DEFAULT=	X11
@@ -47,6 +48,12 @@ X11_DESC=	Install X11 icons and mimetypes
 X11_USES=	desktop-file-utils shared-mime-info
 X11_CONFIGURE_OFF=	WITHOUT_X11=yes
 
+.include <bsd.port.pre.mk>
+
+.if ${FLAVOR} != php80
+USE_PHP+=	json
+.endif
+
 post-patch:
 	@${SED} -i '' -e "s|/usr/local|${LOCALBASE}|g" \
 		${WRKSRC}/phoronix-test-suite \
@@ -65,4 +72,4 @@ post-patch:
 do-install:
 	(cd ${WRKSRC} && ${CONFIGURE_ARGS} DESTDIR="${STAGEDIR}" ./install-sh ${PREFIX})
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/benchmarks/phoronix-test-suite/distinfo
==============================================================================
--- head/benchmarks/phoronix-test-suite/distinfo	Sun Oct 25 10:49:46 2020	(r553254)
+++ head/benchmarks/phoronix-test-suite/distinfo	Sun Oct 25 11:04:11 2020	(r553255)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600018415
-SHA256 (phoronix-test-suite-phoronix-test-suite-v9.8.0_GH0.tar.gz) = 6313c5ad1fa4a62726f1347c3674a704582ec5a3a0ca1af20b034ccc6f64af9e
-SIZE (phoronix-test-suite-phoronix-test-suite-v9.8.0_GH0.tar.gz) = 1504802
+TIMESTAMP = 1603461334
+SHA256 (phoronix-test-suite-phoronix-test-suite-v10.0.1_GH0.tar.gz) = 3d65dc03c0e20e2419521157cb8189b90e93826dfbf81e7e4d088bc2f14b0650
+SIZE (phoronix-test-suite-phoronix-test-suite-v10.0.1_GH0.tar.gz) = 1548616



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010251104.09PB4CLB090905>