diff options
author | pav <pav@FreeBSD.org> | 2005-11-13 10:02:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-13 10:02:15 +0800 |
commit | 28280582fe49c4c9e85acb4f570e122821fdfb90 (patch) | |
tree | 44d754a9176174c04f45d5cea10c1551a55177f0 /benchmarks | |
parent | df8a16e3f3c23294387a66ab924d71ede38818f6 (diff) | |
download | freebsd-ports-graphics-28280582fe49c4c9e85acb4f570e122821fdfb90.tar.gz freebsd-ports-graphics-28280582fe49c4c9e85acb4f570e122821fdfb90.tar.zst freebsd-ports-graphics-28280582fe49c4c9e85acb4f570e122821fdfb90.zip |
- Fix fetching
- Remove dead WWW
PR: ports/87987
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (billf; 20 days)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/nttcp/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/nttcp/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index b626222798c..ba350342705 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -9,9 +9,9 @@ PORTNAME= nttcp PORTVERSION= 1.47 PORTREVISION= 1 CATEGORIES= benchmarks net -MASTER_SITES= http://home.leo.org/~bartel/nttcp/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= billf +MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/privat2/ \ + http://freeware.sgi.com/source/nttcp/ \ + http://reality.sgiweb.org/freeware/source/nttcp/ MAINTAINER= billf@FreeBSD.org COMMENT= A client/server program for testing network performance diff --git a/benchmarks/nttcp/pkg-descr b/benchmarks/nttcp/pkg-descr index a9fce255016..8f018711ffa 100644 --- a/benchmarks/nttcp/pkg-descr +++ b/benchmarks/nttcp/pkg-descr @@ -4,6 +4,4 @@ side program which will send/receive data. Both sides measure the time and number of bytes transfered. The local side will print the measures. The format of the output can be specified on the commandline. -WWW: http://www.leo.org/~bartel/nttcp/ - Bill Fumerola <billf@chc-chimes.com> |