diff options
author | Wen Heping <wen@FreeBSD.org> | 2014-08-10 13:04:34 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2014-08-10 13:04:34 +0000 |
commit | 4275d15ea441ec8db40e8b91acac301ae1e5e2be (patch) | |
tree | 23ec362ad72fa0cca67cff22d6c42d1a16238ef3 /benchmarks | |
parent | 0ed1aaebc8850795ea2f92ed9259ca41b9da2b13 (diff) | |
download | ports-4275d15ea441ec8db40e8b91acac301ae1e5e2be.tar.gz ports-4275d15ea441ec8db40e8b91acac301ae1e5e2be.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index afa6d11a820e..cf9f5d8e2ef1 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} EXTRACT_SUFX= .tar -MAINTAINER= chifeng@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Performance Test of Sequential File I/O CONFLICTS= iozone-2.* iozone21-* diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 3036da5a38ec..99f82676b44c 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ EXTRACT_SUFX= .shar.gz PKGNAMESUFFIX= 21 -MAINTAINER= chifeng@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Performance Test of Sequential File I/O (older version) CONFLICTS= iozone-3.* |