View | Details | Raw Unified | Return to bug 219462 | Differences between
and this patch

Collapse All | Expand All

(-)b/benchmarks/phoronix-test-suite/Makefile (-4 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	phoronix-test-suite
4
PORTNAME=	phoronix-test-suite
5
PORTVERSION=	6.8.0
5
PORTVERSION=	7.0.1
6
PORTREVISION=	3
7
CATEGORIES=	benchmarks
6
CATEGORIES=	benchmarks
8
MASTER_SITES=	http://www.phoronix-test-suite.com/releases/
7
DISTVERSIONPREFIX=	v
9
8
10
MAINTAINER=	luca.pizzamiglio@gmail.com
9
MAINTAINER=	luca.pizzamiglio@gmail.com
11
COMMENT=	Phoronix Benchmarking Suite
10
COMMENT=	Phoronix Benchmarking Suite
Lines 13-24 COMMENT= Phoronix Benchmarking Suite Link Here
13
LICENSE=	GPLv3
12
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
15
14
15
USE_GITHUB=	yes
16
USES=		php:cli,build python shebangfix
16
USES=		php:cli,build python shebangfix
17
USE_GCC=	any
17
USE_GCC=	any
18
USE_PHP=	ctype curl dom filter gd hash json openssl pcntl posix \
18
USE_PHP=	ctype curl dom filter gd hash json openssl pcntl posix \
19
		session simplexml sockets sqlite3 zip zlib
19
		session simplexml sockets sqlite3 zip zlib
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
WRKSRC=		${WRKDIR}/phoronix-test-suite
22
SHEBANG_FILES=	deploy/juju/trusty/pts/hooks/phoronix-common \
21
SHEBANG_FILES=	deploy/juju/trusty/pts/hooks/phoronix-common \
23
		deploy/juju/trusty/pts/actions/memory \
22
		deploy/juju/trusty/pts/actions/memory \
24
		deploy/juju/trusty/pts/actions/benchmark \
23
		deploy/juju/trusty/pts/actions/benchmark \
(-)b/benchmarks/phoronix-test-suite/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1481129227
1
TIMESTAMP = 1495475925
2
SHA256 (phoronix-test-suite-6.8.0.tar.gz) = fe741336dbf251fc210367b20713b554b3fd4edf15cf1f5950ff8bcbb3b09aec
2
SHA256 (phoronix-test-suite-phoronix-test-suite-v7.0.1_GH0.tar.gz) = 19edd258f104c119733053af1bb09bbaa10153d451d214655f6c0bbabcce6191
3
SIZE (phoronix-test-suite-6.8.0.tar.gz) = 779872
3
SIZE (phoronix-test-suite-phoronix-test-suite-v7.0.1_GH0.tar.gz) = 764084
(-)b/benchmarks/phoronix-test-suite/pkg-plist (-1 lines)
Lines 1-5 Link Here
1
bin/phoronix-test-suite
1
bin/phoronix-test-suite
2
%%BASH_COMPLETIONS%%etc/bash_completion.d/phoronix-test-suite
3
%%X11%%share/appdata/phoronix-test-suite.appdata.xml
2
%%X11%%share/appdata/phoronix-test-suite.appdata.xml
4
%%X11%%share/applications/phoronix-test-suite.desktop
3
%%X11%%share/applications/phoronix-test-suite.desktop
5
%%X11%%share/applications/phoronix-test-suite-launcher.desktop
4
%%X11%%share/applications/phoronix-test-suite-launcher.desktop

Return to bug 219462