Date: Tue, 27 Dec 2016 22:34:36 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429677 - head/benchmarks/phoronix-test-suite Message-ID: <201612272234.uBRMYaZA036532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Dec 27 22:34:36 2016 New Revision: 429677 URL: https://svnweb.freebsd.org/changeset/ports/429677 Log: Update to 6.8.0. The suite is entirely php based, then the package is now defined as NO_ARCH. Some benchmark added and php reporting improved. PR: 215414 Submitted by: Lucca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) 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 Tue Dec 27 22:31:49 2016 (r429676) +++ head/benchmarks/phoronix-test-suite/Makefile Tue Dec 27 22:34:36 2016 (r429677) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phoronix-test-suite -PORTVERSION= 6.6.1 -PORTREVISION= 1 +PORTVERSION= 6.8.0 CATEGORIES= benchmarks MASTER_SITES= http://www.phoronix-test-suite.com/releases/ @@ -26,6 +25,8 @@ RUN_DEPENDS+= cmake:devel/cmake PORTDATA= * PORTDOCS= * +NO_ARCH= yes + OPTIONS_DEFINE= BASH_COMPLETIONS X11 DOCS OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes Modified: head/benchmarks/phoronix-test-suite/distinfo ============================================================================== --- head/benchmarks/phoronix-test-suite/distinfo Tue Dec 27 22:31:49 2016 (r429676) +++ head/benchmarks/phoronix-test-suite/distinfo Tue Dec 27 22:34:36 2016 (r429677) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476977145 -SHA256 (phoronix-test-suite-6.6.1.tar.gz) = 631ceb808d8bd6cebe69c8b711d55090d6880e906a65837f18fa8200fe7d2c4d -SIZE (phoronix-test-suite-6.6.1.tar.gz) = 861794 +TIMESTAMP = 1481129227 +SHA256 (phoronix-test-suite-6.8.0.tar.gz) = fe741336dbf251fc210367b20713b554b3fd4edf15cf1f5950ff8bcbb3b09aec +SIZE (phoronix-test-suite-6.8.0.tar.gz) = 779872
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612272234.uBRMYaZA036532>