Tue May 14 16:07:51 2024 UTC (33d)
net/iperf2: Drop MAINTAINTERship


(gdt)
diff -r1.7 -r1.8 pkgsrc/net/iperf2/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/net/iperf2/Makefile (expand / switch to unified diff)

--- pkgsrc/net/iperf2/Makefile 2024/05/14 16:07:26 1.7
+++ pkgsrc/net/iperf2/Makefile 2024/05/14 16:07:51 1.8
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.7 2024/05/14 16:07:26 gdt Exp $ 1# $NetBSD: Makefile,v 1.8 2024/05/14 16:07:51 gdt Exp $
2 2
3DISTNAME= iperf-2.1.9 3DISTNAME= iperf-2.1.9
4CATEGORIES= net benchmarks 4CATEGORIES= net benchmarks
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf2/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf2/}
6 6
7MAINTAINER= gdt@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://sourceforge.net/projects/iperf2/ 8HOMEPAGE= https://sourceforge.net/projects/iperf2/
9COMMENT= TCP and UDP bandwidth performance measurement tool 9COMMENT= TCP and UDP bandwidth performance measurement tool
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12.include "../../mk/bsd.prefs.mk" 12.include "../../mk/bsd.prefs.mk"
13 13
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16
17LIBS.SunOS+= -lrt 17LIBS.SunOS+= -lrt
18 18
19INSTALLATION_DIRS+= share/doc/${PKGBASE} 19INSTALLATION_DIRS+= share/doc/${PKGBASE}
20 20