[Midnightbsd-cvs] mports: benchmarks/iperf: 2.0.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 22 10:54:36 EDT 2008


Log Message:
-----------
2.0.4

Modified Files:
--------------
    mports/benchmarks/iperf:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)

Removed Files:
-------------
    mports/benchmarks/iperf/files:
        patch-compat__Thread.c
        patch-include-headers.h

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/benchmarks/iperf/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L benchmarks/iperf/Makefile -L benchmarks/iperf/Makefile -u -r1.1 -r1.2
--- benchmarks/iperf/Makefile
+++ benchmarks/iperf/Makefile
@@ -7,15 +7,14 @@
 #
 
 PORTNAME=	iperf
-PORTVERSION=	2.0.2
-PORTREVISION=	1
+PORTVERSION=	2.0.4
+PORTREVISION=	0
 CATEGORIES=	benchmarks ipv6
-MASTER_SITES=	http://dast.nlanr.net/Projects/Iperf2.0/ \
-		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A tool to measure maximum TCP and UDP bandwidth
+LICENSE=	bsd2
 
 GNU_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/benchmarks/iperf/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L benchmarks/iperf/distinfo -L benchmarks/iperf/distinfo -u -r1.1 -r1.2
--- benchmarks/iperf/distinfo
+++ benchmarks/iperf/distinfo
@@ -1,3 +1,3 @@
-MD5 (iperf-2.0.2.tar.gz) = bb658aba58a5af0356f5b1342dfe8f53
-SHA256 (iperf-2.0.2.tar.gz) = e9baea8cb516b5d83013f746f9fa104abb45fcf15d444a03add06769916e41d6
-SIZE (iperf-2.0.2.tar.gz) = 233595
+MD5 (iperf-2.0.4.tar.gz) = 8c5bc14cc2ea55f18f22afe3c23e3dcb
+SHA256 (iperf-2.0.4.tar.gz) = 3b52f1c178d6a99c27114929d5469c009197d15379c967b329bafb956f397944
+SIZE (iperf-2.0.4.tar.gz) = 248493
--- benchmarks/iperf/files/patch-include-headers.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/headers.h.orig	Mon May  9 21:40:53 2005
-+++ include/headers.h	Mon May  9 21:41:06 2005
-@@ -180,7 +180,7 @@
- // from the gnu archive
- 
- #include <iperf-int.h>
--typedef uintmax_t max_size_t;
-+typedef uint64_t max_size_t;
- 
- /* in case the OS doesn't have these, we provide our own implementations */
- #include "gettimeofday.h"
--- benchmarks/iperf/files/patch-compat__Thread.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./compat/Thread.c.orig	Mon Apr 24 11:02:47 2006
-+++ ./compat/Thread.c	Mon Apr 24 11:03:46 2006
-@@ -202,7 +202,7 @@
- #if   defined( HAVE_POSIX_THREAD )
-             // Cray J90 doesn't have pthread_cancel; Iperf works okay without
- #ifdef HAVE_PTHREAD_CANCEL
--            pthread_cancel( oldTID );
-+            pthread_cancel( thread->mTID );
- #endif
- #else // Win32
-             // this is a somewhat dangerous function; it's not


More information about the Midnightbsd-cvs mailing list