svn commit: r325112 - head/benchmarks/iperf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Aug 21 12:19:44 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list