Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2013 12:19:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325112 - head/benchmarks/iperf
Message-ID:  <201308211219.r7LCJhU6002894@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 21 12:19:43 2013
New Revision: 325112
URL: http://svnweb.freebsd.org/changeset/ports/325112

Log:
  - Fix OPTIONS_DEFAULT: IPV6 is on by default
  - Remove leading indefinite article from COMMENT

Modified:
  head/benchmarks/iperf/Makefile

Modified: head/benchmarks/iperf/Makefile
==============================================================================
--- head/benchmarks/iperf/Makefile	Wed Aug 21 12:08:40 2013	(r325111)
+++ head/benchmarks/iperf/Makefile	Wed Aug 21 12:19:43 2013	(r325112)
@@ -7,12 +7,12 @@ CATEGORIES=	benchmarks
 MASTER_SITES=	SF/${PORTNAME}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	A tool to measure maximum TCP and UDP bandwidth
+COMMENT=	Tool to measure maximum TCP and UDP bandwidth
 
 LICENSE=	BSD
 
 OPTIONS_DEFINE=	DOCS IPV6 THREADS
-OPTIONS_DEFAULT=IPV6 THREADS
+OPTIONS_DEFAULT=THREADS
 
 GNU_CONFIGURE=	yes
 



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