Date: Wed, 9 Oct 2019 10:23:15 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514129 - in head/benchmarks: iperf iperf3 netio netperf tcpblast thrulay Message-ID: <201910091023.x99ANF8O041440@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Oct 9 10:23:14 2019 New Revision: 514129 URL: https://svnweb.freebsd.org/changeset/ports/514129 Log: Drop the ipv6 virtual category for b* category as it is not relevant anymore Modified: head/benchmarks/iperf/Makefile head/benchmarks/iperf3/Makefile head/benchmarks/netio/Makefile head/benchmarks/netperf/Makefile head/benchmarks/tcpblast/Makefile head/benchmarks/thrulay/Makefile Modified: head/benchmarks/iperf/Makefile ============================================================================== --- head/benchmarks/iperf/Makefile Wed Oct 9 10:20:58 2019 (r514128) +++ head/benchmarks/iperf/Makefile Wed Oct 9 10:23:14 2019 (r514129) @@ -20,7 +20,6 @@ PLIST_FILES= bin/iperf \ man/man1/iperf.1.gz PORTDOCS= * -IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_ENABLE= ipv6 THREADS_CONFIGURE_ENABLE= threads THREADS_LDFLAGS= -lpthread Modified: head/benchmarks/iperf3/Makefile ============================================================================== --- head/benchmarks/iperf3/Makefile Wed Oct 9 10:20:58 2019 (r514128) +++ head/benchmarks/iperf3/Makefile Wed Oct 9 10:23:14 2019 (r514129) @@ -3,7 +3,7 @@ PORTNAME= iperf PORTVERSION= 3.7 -CATEGORIES= benchmarks ipv6 +CATEGORIES= benchmarks MASTER_SITES= https://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 Modified: head/benchmarks/netio/Makefile ============================================================================== --- head/benchmarks/netio/Makefile Wed Oct 9 10:20:58 2019 (r514128) +++ head/benchmarks/netio/Makefile Wed Oct 9 10:23:14 2019 (r514129) @@ -3,7 +3,7 @@ PORTNAME= netio PORTVERSION= 1.33 -CATEGORIES= benchmarks net ipv6 +CATEGORIES= benchmarks net MASTER_SITES= http://www.ars.de/ \ LOCAL/arved DISTNAME= netio133 Modified: head/benchmarks/netperf/Makefile ============================================================================== --- head/benchmarks/netperf/Makefile Wed Oct 9 10:20:58 2019 (r514128) +++ head/benchmarks/netperf/Makefile Wed Oct 9 10:23:14 2019 (r514129) @@ -4,7 +4,7 @@ PORTNAME= netperf PORTVERSION= 2.7.1.p20170921 PORTREVISION= 1 -CATEGORIES= benchmarks ipv6 +CATEGORIES= benchmarks MAINTAINER= marius@FreeBSD.org COMMENT= Network performance benchmarking package Modified: head/benchmarks/tcpblast/Makefile ============================================================================== --- head/benchmarks/tcpblast/Makefile Wed Oct 9 10:20:58 2019 (r514128) +++ head/benchmarks/tcpblast/Makefile Wed Oct 9 10:23:14 2019 (r514129) @@ -4,7 +4,7 @@ PORTNAME= tcpblast PORTVERSION= 1.1 PORTREVISION= 1 -CATEGORIES= benchmarks net ipv6 +CATEGORIES= benchmarks net MASTER_SITES= # none DISTFILES= # none Modified: head/benchmarks/thrulay/Makefile ============================================================================== --- head/benchmarks/thrulay/Makefile Wed Oct 9 10:20:58 2019 (r514128) +++ head/benchmarks/thrulay/Makefile Wed Oct 9 10:23:14 2019 (r514129) @@ -4,7 +4,7 @@ PORTNAME= thrulay PORTVERSION= 0.9 PORTREVISION= 1 -CATEGORIES= benchmarks net ipv6 +CATEGORIES= benchmarks net MASTER_SITES= SF \ http://www.internet2.edu/~shalunov/thrulay/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910091023.x99ANF8O041440>