View | Details | Raw Unified | Return to bug 241273
Collapse All | Expand All

(-)benchmarks/ttcp/Makefile (-7 / +3 lines)
Lines 3-24 Link Here
3
3
4
PORTNAME=	ttcp
4
PORTNAME=	ttcp
5
PORTVERSION=	1.12
5
PORTVERSION=	1.12
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	benchmarks net
7
CATEGORIES=	benchmarks net
8
MASTER_SITES=	ftp://ftp.sgi.com/sgi/src/ttcp/
8
MASTER_SITES=	https://BSDforge.com/projects/source/benchmarks/ttcp/
9
DISTFILES=	ttcp.c ttcp.1 README
9
DISTFILES=	ttcp.c ttcp.1 README
10
DIST_SUBDIR=	${PORTNAME}
10
DIST_SUBDIR=	${PORTNAME}
11
EXTRACT_ONLY=	# none
11
EXTRACT_ONLY=	# none
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	portmaster@BSDforge.com
14
COMMENT=	Benchmarking tool for analysing TCP and UDP performance
14
COMMENT=	Benchmarking tool for analysing TCP and UDP performance
15
15
16
LICENSE=	PD
16
LICENSE=	PD
17
17
18
BROKEN=		unfetchable
19
DEPRECATED=	Unfetchable, unmaintained
20
EXPIRATION_DATE=	2019-10-16
21
22
NO_WRKSUBDIR=	yes
18
NO_WRKSUBDIR=	yes
23
19
24
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS

Return to bug 241273