Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 21:54:21 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514621 - head/benchmarks/ttcp
Message-ID:  <201910162154.x9GLsLYB032980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	portmaster@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910162154.x9GLsLYB032980>