Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 13:51:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367936 - head/benchmarks/iperf3
Message-ID:  <201409111351.s8BDpv6Q044500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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