From owner-svn-ports-all@freebsd.org Thu May 3 20:46:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6966FBA0FD; Thu, 3 May 2018 20:46:24 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AFD37EE18; Thu, 3 May 2018 20:46:24 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FE8024F1A; Thu, 3 May 2018 20:46:24 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w43KkOk3006002; Thu, 3 May 2018 20:46:24 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w43KkOxe006000; Thu, 3 May 2018 20:46:24 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201805032046.w43KkOxe006000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Thu, 3 May 2018 20:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468987 - head/benchmarks/phoronix-test-suite X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/benchmarks/phoronix-test-suite X-SVN-Commit-Revision: 468987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 20:46:25 -0000 Author: pizzamig Date: Thu May 3 20:46:23 2018 New Revision: 468987 URL: https://svnweb.freebsd.org/changeset/ports/468987 Log: benchmarks/phoronix-test-suite: update to 8.0.0.m3 Upgrade the php base benchmark suite to the last version Add php flavor support. Removed pdf report generation, because based on fpdf, quite outdated. 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 Thu May 3 20:44:15 2018 (r468986) +++ head/benchmarks/phoronix-test-suite/Makefile Thu May 3 20:46:23 2018 (r468987) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= phoronix-test-suite -PORTVERSION= 7.4.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 8.0.0m3 CATEGORIES= benchmarks -MASTER_SITES= http://www.phoronix-test-suite.com/releases/ +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= pizzamig@FreeBSD.org COMMENT= Phoronix Benchmarking Suite @@ -13,28 +13,23 @@ COMMENT= Phoronix Benchmarking Suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= php:cli,build python -USE_GCC= any -USE_PHP= ctype curl dom filter gd hash json openssl pcntl posix \ - session simplexml sockets sqlite3 zip zlib +USES= php:cli,build,flavors python +USE_GITHUB= yes +USE_PHP= curl dom gd json openssl pcntl posix simplexml zip zlib NO_BUILD= yes -WRKSRC= ${WRKDIR}/phoronix-test-suite -RUN_DEPENDS+= fpdf>0:print/fpdf -RUN_DEPENDS+= cmake:devel/cmake - PORTDATA= * PORTDOCS= * NO_ARCH= yes -OPTIONS_DEFINE= BASH_COMPLETIONS X11 DOCS +OPTIONS_DEFINE= BASH_COMPLETIONS DOCS X11 OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes BASH_COMPLETIONS_DESC= Install bash completions BASH_COMPLETIONS_CONFIGURE_ON= WITH_BASH_COMPLETIONS=yes -X11_DESC= Install X11 icons and mimetypes +X11_DESC= Install X11 icons and mimetypes X11_USES= desktop-file-utils shared-mime-info X11_CONFIGURE_OFF= WITHOUT_X11=yes @@ -44,10 +39,9 @@ post-patch: ${WRKSRC}/pts-core/commands/ob_test_profile_analyze.php \ ${WRKSRC}/pts-core/pts-core.php \ ${WRKSRC}/pts-core/objects/pts_svg_dom_gd.php \ - ${WRKSRC}/pts-core/objects/phodevi/components/phodevi_system.php \ ${WRKSRC}/pts-core/objects/client/pts_external_dependencies.php \ ${WRKSRC}/pts-core/objects/client/pts_client.php \ - ${WRKSRC}/pts-core/external-test-dependencies/xml/freebsd-packages.xml + ${WRKSRC}/pts-core/objects/phodevi/components/phodevi_system.php @${SED} -i '' -e "s|/usr/share/fonts|${LOCALBASE}/share/fonts| ; \ s|/usr/X11/lib|${LOCALBASE}/lib|" \ ${WRKSRC}/pts-core/objects/pts_svg_dom_gd.php Modified: head/benchmarks/phoronix-test-suite/distinfo ============================================================================== --- head/benchmarks/phoronix-test-suite/distinfo Thu May 3 20:44:15 2018 (r468986) +++ head/benchmarks/phoronix-test-suite/distinfo Thu May 3 20:46:23 2018 (r468987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507145838 -SHA256 (phoronix-test-suite-7.4.0.tar.gz) = de9aec3ef4f980581756fd0bf7b30dd1ccb20e7aae637078a587606bf75a6b67 -SIZE (phoronix-test-suite-7.4.0.tar.gz) = 779490 +TIMESTAMP = 1525252130 +SHA256 (phoronix-test-suite-phoronix-test-suite-v8.0.0m3_GH0.tar.gz) = 52a7925cb699aaf1bce955ac0a7f2e691747957d390cb6aad03e1e898a1471ae +SIZE (phoronix-test-suite-phoronix-test-suite-v8.0.0m3_GH0.tar.gz) = 833798