- Update to 2.4.0

PR:		ports/81979
Submitted by:	dikshie <dikshie@lapi.itb.ac.id> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-06-07 07:52:09 +00:00
parent 675861eff7
commit 685cb1e443
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136967
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pathchirp
PORTVERSION= 2.3.8
PORTVERSION= 2.4.0
CATEGORIES= benchmarks
MASTER_SITES= http://www.spin.rice.edu/Software/pathChirp/
@ -16,10 +16,10 @@ COMMENT= A measurement tool for available bandwidth estimation
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd
PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run
do-install:
.for f in pathchirp_rcv pathchirp_snd
.for f in pathchirp_rcv pathchirp_snd pathchirp_run
${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${f} ${PREFIX}/bin
.endfor

View File

@ -1,2 +1,2 @@
MD5 (pathchirp-2.3.8.tar.gz) = 3623a2a6b00ccaf4a4cfb2bee8186038
SIZE (pathchirp-2.3.8.tar.gz) = 59255
MD5 (pathchirp-2.4.0.tar.gz) = 10da5cbc386c62c8c854e9adb2afa258
SIZE (pathchirp-2.4.0.tar.gz) = 64371