Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2010 14:00:55 -0700 (PDT)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mnag@FreeBSD.org
Subject:   ports/151041: [PATCH] benchmarks/iperf: update to 2.0.5
Message-ID:  <201009282100.o8SL0tB4070554@cn1.leeym.com>
Resent-Message-ID: <201009282120.o8SLK40m089450@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151041
>Category:       ports
>Synopsis:       [PATCH] benchmarks/iperf: update to 2.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 28 21:20:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010
>Description:
- Update to 2.0.5

Port maintainer (mnag@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- iperf-2.0.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/benchmarks/iperf/Makefile,v
retrieving revision 1.22
diff -u -d -b -w -u -r1.22 Makefile
--- Makefile	22 Aug 2009 00:15:00 -0000	1.22
+++ Makefile	28 Sep 2010 21:00:47 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	iperf
-PORTVERSION=	2.0.4
+PORTVERSION=	2.0.5
 CATEGORIES=	benchmarks ipv6
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20source
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=${PORTNAME}
 
 MAINTAINER=	mnag@FreeBSD.org
 COMMENT=	A tool to measure maximum TCP and UDP bandwidth
@@ -31,7 +32,7 @@
 .if defined(WITHOUT_THREADS)
 CONFIGURE_ARGS+=	--disable-threads
 .else
-CONFIGURE_ENV+=		CFLAGS=${PTHREAD_LIBS}
+CONFIGURE_ENV+=		CFLAGS+=${PTHREAD_LIBS}
 .endif
 
 post-install:
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/benchmarks/iperf/distinfo,v
retrieving revision 1.10
diff -u -d -b -w -u -r1.10 distinfo
--- distinfo	10 Jun 2008 13:01:42 -0000	1.10
+++ distinfo	28 Sep 2010 21:00:47 -0000
@@ -1,3 +1,3 @@
-MD5 (iperf-2.0.4.tar.gz) = 8c5bc14cc2ea55f18f22afe3c23e3dcb
-SHA256 (iperf-2.0.4.tar.gz) = 3b52f1c178d6a99c27114929d5469c009197d15379c967b329bafb956f397944
-SIZE (iperf-2.0.4.tar.gz) = 248493
+MD5 (iperf-2.0.5.tar.gz) = 44b5536b67719f4250faed632a3cd016
+SHA256 (iperf-2.0.5.tar.gz) = 636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b
+SIZE (iperf-2.0.5.tar.gz) = 248583
--- iperf-2.0.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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