diff options
author | dhn <dhn@FreeBSD.org> | 2009-06-05 18:37:07 +0000 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-06-05 18:37:07 +0000 |
commit | 86e02e102f704637a30d6830c3279a9fb4c72f41 (patch) | |
tree | 18f10a66227c8067651d1d2a040b919ca5d456ec /benchmarks | |
parent | 2b8c5c277773d1588d32ce0260fa399e16999cca (diff) | |
download | FreeBSD-ports-86e02e102f704637a30d6830c3279a9fb4c72f41.zip FreeBSD-ports-86e02e102f704637a30d6830c3279a9fb4c72f41.tar.gz |
- Add Backup mirror
- Pass maintainership to submitter
PR: ports/135293
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/autobench/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/autobench/Makefile b/benchmarks/autobench/Makefile index c46d8b1..7b69858 100644 --- a/benchmarks/autobench/Makefile +++ b/benchmarks/autobench/Makefile @@ -10,9 +10,10 @@ PORTNAME= autobench PORTVERSION= 2.1.2 PORTREVISION= 2 CATEGORIES= benchmarks www -MASTER_SITES= http://www.xenoclast.org/autobench/downloads/ +MASTER_SITES= http://www.xenoclast.org/autobench/downloads/ \ + http://www.sfr-fresh.com/unix/privat/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Automating the process of benchmarking a web server RUN_DEPENDS= httperf:${PORTSDIR}/benchmarks/httperf \ |