Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 09:03:46 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386754 - head/benchmarks/pathload
Message-ID:  <201505190903.t4J93k78019916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue May 19 09:03:46 2015
New Revision: 386754
URL: https://svnweb.freebsd.org/changeset/ports/386754

Log:
  benchmarks/pathload: Unbreak by setting new MASTER_SITES
  
  While here, set the license (GPLv2).  The other changes to the Makefile
  and the non-WWW part of pkg-descr are technically unnecessary, but in
  my opinion they are in improvement so I keep them.  I did remove some
  of the suggested changes in the patch though.
  
  PR:		200294
  Submitted by:	Ports Fury

Modified:
  head/benchmarks/pathload/Makefile
  head/benchmarks/pathload/pkg-descr

Modified: head/benchmarks/pathload/Makefile
==============================================================================
--- head/benchmarks/pathload/Makefile	Tue May 19 08:59:15 2015	(r386753)
+++ head/benchmarks/pathload/Makefile	Tue May 19 09:03:46 2015	(r386754)
@@ -4,13 +4,15 @@
 PORTNAME=	pathload
 PORTVERSION=	1.3.2
 CATEGORIES=	benchmarks
-MASTER_SITES=	http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/
+MASTER_SITES=	http://www.cc.gatech.edu/~dovrolis/bw-est/
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Measurement tool for network path available bandwidth estimation
 
-BROKEN=		Unfetchable
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 USES=		gmake
 
@@ -25,8 +27,7 @@ post-patch:
 		${WRKSRC}/pathload_rcv.c
 
 do-install:
-.for f in pathload_rcv pathload_snd
-	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
-.endfor
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} pathload_rcv pathload_snd \
+		${STAGEDIR}${PREFIX}/bin)
 
 .include <bsd.port.mk>

Modified: head/benchmarks/pathload/pkg-descr
==============================================================================
--- head/benchmarks/pathload/pkg-descr	Tue May 19 08:59:15 2015	(r386753)
+++ head/benchmarks/pathload/pkg-descr	Tue May 19 09:03:46 2015	(r386754)
@@ -1,3 +1,4 @@
-Pathload is a tool that can estimate the available bandwidth of network paths.
+Pathload is a tool that can estimate the available bandwidth of network
+paths.
 
-WWW: http://www.pathrate.org
+WWW: http://www.cc.gatech.edu/~dovrolis/bw-est/pathload.html



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