diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-17 02:56:31 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-17 02:56:31 +0000 |
commit | 777bf0b92e638acd0f62fb70b177c41b6f0c89e3 (patch) | |
tree | 9b011599a94500ad057245094c2bbd65f8ee57f0 /benchmarks | |
parent | dfab15e826cf7e35572c06b1910d64b7e99f8ff3 (diff) | |
download | ports-777bf0b92e638acd0f62fb70b177c41b6f0c89e3.tar.gz ports-777bf0b92e638acd0f62fb70b177c41b6f0c89e3.zip |
- Pass maintainership to submitter
Submitted by: chifeng via freebsd-ports@
Notes
Notes:
svn path=/head/; revision=228530
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 24fac1b1333b..9dfddec26af3 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} EXTRACT_SUFX= .tar -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chifeng@gmail.com COMMENT= Performance Test of Sequential File I/O CONFLICTS= iozone-2.* diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 9d5c2cd47651..afcc041678aa 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -12,7 +12,7 @@ CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ EXTRACT_SUFX= .shar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chifeng@gmail.com COMMENT= Performance Test of Sequential File I/O (older version) CONFLICTS= iozone-3.* |