diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-31 10:46:33 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-07-31 10:46:33 +0000 |
commit | 96463aa70a2b738f772e24732567e9c6cad0f2b8 (patch) | |
tree | 764014d78990b311368ae4fb2ac63661244e528c /benchmarks/httperf | |
parent | ed63a49b8234e38f1390d64d9c32549572172fb4 (diff) |
Submitter takes maintainership.
Fix WWW line in pkg-descr.
PR: ports/84341
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes
Notes:
svn path=/head/; revision=140537
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r-- | benchmarks/httperf/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/httperf/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index 36c8e38b03e0..05c934f986b2 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8 CATEGORIES= benchmarks www MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= A tool for measuring webserver performance USE_OPENSSL= yes diff --git a/benchmarks/httperf/pkg-descr b/benchmarks/httperf/pkg-descr index 3aee471c8cbf..dfb9e97fd124 100644 --- a/benchmarks/httperf/pkg-descr +++ b/benchmarks/httperf/pkg-descr @@ -16,6 +16,6 @@ realizing this tool." "This paper" refers to the paper that was written on this program. I don't think I could possibly summarize it better than the above paragraph. -WWW: http://www.hpl.hp.com/personal/David_Mosberger/httperf.html +WWW: http://www.hpl.hp.com/research/linux/httperf/ - Will <andrews@technologist.com> |