svn commit: r514621 - head/benchmarks/ttcp

Steve Wills swills at FreeBSD.org
Wed Oct 16 21:54:22 UTC 2019


Author: swills
Date: Wed Oct 16 21:54:21 2019
New Revision: 514621
URL: https://svnweb.freebsd.org/changeset/ports/514621

Log:
  benchmarks/ttcp: Fix MASTER_SITES
  
  While here, assign maintainer
  
  PR:		241273
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>

Modified:
  head/benchmarks/ttcp/Makefile   (contents, props changed)

Modified: head/benchmarks/ttcp/Makefile
==============================================================================
--- head/benchmarks/ttcp/Makefile	Wed Oct 16 21:48:56 2019	(r514620)
+++ head/benchmarks/ttcp/Makefile	Wed Oct 16 21:54:21 2019	(r514621)
@@ -3,21 +3,17 @@
 
 PORTNAME=	ttcp
 PORTVERSION=	1.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	benchmarks net
-MASTER_SITES=	ftp://ftp.sgi.com/sgi/src/ttcp/
+MASTER_SITES=	https://BSDforge.com/projects/source/benchmarks/ttcp/
 DISTFILES=	ttcp.c ttcp.1 README
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	# none
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Benchmarking tool for analysing TCP and UDP performance
 
 LICENSE=	PD
-
-BROKEN=		unfetchable
-DEPRECATED=	Unfetchable, unmaintained
-EXPIRATION_DATE=	2019-10-16
 
 NO_WRKSUBDIR=	yes
 


More information about the svn-ports-head mailing list