svn commit: r367936 - head/benchmarks/iperf3

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 11 13:51:57 UTC 2014


Author: amdmi3
Date: Thu Sep 11 13:51:57 2014
New Revision: 367936
URL: http://svnweb.freebsd.org/changeset/ports/367936
QAT: https://qat.redports.org/buildarchive/r367936/

Log:
  - Fix LICENSE
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/benchmarks/iperf3/Makefile
  head/benchmarks/iperf3/pkg-plist

Modified: head/benchmarks/iperf3/Makefile
==============================================================================
--- head/benchmarks/iperf3/Makefile	Thu Sep 11 13:50:01 2014	(r367935)
+++ head/benchmarks/iperf3/Makefile	Thu Sep 11 13:51:57 2014	(r367936)
@@ -3,6 +3,7 @@
 
 PORTNAME=	iperf
 PORTVERSION=	3.0.7
+PORTREVISION=	1
 CATEGORIES=	benchmarks ipv6
 MASTER_SITES=	http://downloads.es.net/pub/iperf/
 PKGNAMESUFFIX=	3
@@ -10,10 +11,11 @@ PKGNAMESUFFIX=	3
 MAINTAINER=	bmah at FreeBSD.org
 COMMENT=	Improved tool to measure TCP and UDP bandwidth
 
-LICENSE=	BSD3CLAUSE
+LICENSE=	BSD3CLAUSE MIT
+LICENSE_COMB=	multi
 
 GNU_CONFIGURE=	yes
-USES=		libtool:keepla
+USES=		libtool
 USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS README.md RELEASE_NOTES

Modified: head/benchmarks/iperf3/pkg-plist
==============================================================================
--- head/benchmarks/iperf3/pkg-plist	Thu Sep 11 13:50:01 2014	(r367935)
+++ head/benchmarks/iperf3/pkg-plist	Thu Sep 11 13:51:57 2014	(r367936)
@@ -1,7 +1,6 @@
 bin/iperf3
 include/iperf_api.h
 lib/libiperf.a
-lib/libiperf.la
 lib/libiperf.so
 lib/libiperf.so.0
 lib/libiperf.so.0.0.0


More information about the svn-ports-head mailing list