svn commit: r386754 - head/benchmarks/pathload
John Marino
marino at FreeBSD.org
Tue May 19 09:03:47 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list