diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-07 07:52:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-07 07:52:09 +0000 |
commit | 685cb1e443fdefb9f2f1dd2e2a402a6b6011ab6e (patch) | |
tree | 353ad20506bd323e7dee941f433241241c3c25d5 /benchmarks | |
parent | 675861eff7454aadae9a2c97e8ee11e3a95b9a6a (diff) | |
download | ports-685cb1e443fdefb9f2f1dd2e2a402a6b6011ab6e.tar.gz ports-685cb1e443fdefb9f2f1dd2e2a402a6b6011ab6e.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/pathchirp/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/pathchirp/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/pathchirp/Makefile b/benchmarks/pathchirp/Makefile index 14b683bdad4a..c5bfd1e0d952 100644 --- a/benchmarks/pathchirp/Makefile +++ b/benchmarks/pathchirp/Makefile @@ -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 diff --git a/benchmarks/pathchirp/distinfo b/benchmarks/pathchirp/distinfo index bcd74ce47f4c..37fa2a2ae2e0 100644 --- a/benchmarks/pathchirp/distinfo +++ b/benchmarks/pathchirp/distinfo @@ -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 |