diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-08-26 19:55:00 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-08-26 19:55:00 +0000 |
commit | 78ae62f1d4661fc7930a4b4cfa0e1eb0132a59b0 (patch) | |
tree | c231c01e60f325a27b9a8aebac3f1c2331f74431 /benchmarks | |
parent | ea5b6d0251019b4cc5057168440896710c9830e7 (diff) | |
download | ports-78ae62f1d4661fc7930a4b4cfa0e1eb0132a59b0.tar.gz ports-78ae62f1d4661fc7930a4b4cfa0e1eb0132a59b0.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/hpl/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/imb/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/mdtest/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index 8a2635959aa2..4f8d0ebfa1a3 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hpl PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_NETLIB} MASTER_SITE_SUBDIR= benchmark/hpl diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile index 02b40222a2a2..03e98c7c472a 100644 --- a/benchmarks/imb/Makefile +++ b/benchmarks/imb/Makefile @@ -3,7 +3,7 @@ PORTNAME= imb PORTVERSION= 3.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= benchmarks parallel MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://cache-www.intel.com/cd/00/00/32/71/ diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile index 4bfc2e6e7de4..3157c1d3f517 100644 --- a/benchmarks/mdtest/Makefile +++ b/benchmarks/mdtest/Makefile @@ -3,7 +3,7 @@ PORTNAME= mdtest PORTVERSION= 1.9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz |