From owner-svn-ports-all@freebsd.org Fri Feb 19 14:21:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BB43AAE93C; Fri, 19 Feb 2016 14:21:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D962517C6; Fri, 19 Feb 2016 14:21:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1JEKxMq013664; Fri, 19 Feb 2016 14:20:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1JEKxHq013661; Fri, 19 Feb 2016 14:20:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602191420.u1JEKxHq013661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 19 Feb 2016 14:20:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409181 - in head: benchmarks/flowgrind benchmarks/spp net/tcpsplit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 14:21:01 -0000 Author: amdmi3 Date: Fri Feb 19 14:20:59 2016 New Revision: 409181 URL: https://svnweb.freebsd.org/changeset/ports/409181 Log: - Reset lars@eggert.org maintainership (maintainer no longer uses these ports) - While here, minor cleanup for net/tcpsplit PR: 206406, 206407 Approved by: lars@eggert.org (private email) Modified: head/benchmarks/flowgrind/Makefile head/benchmarks/spp/Makefile head/net/tcpsplit/Makefile Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Fri Feb 19 13:51:09 2016 (r409180) +++ head/benchmarks/flowgrind/Makefile Fri Feb 19 14:20:59 2016 (r409181) @@ -6,7 +6,7 @@ PORTVERSION= 0.7.5 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= benchmarks -MAINTAINER= lars@eggert.org +MAINTAINER= ports@FreeBSD.org COMMENT= Measure throughput and other metrics for TCP LICENSE= GPLv3+ Modified: head/benchmarks/spp/Makefile ============================================================================== --- head/benchmarks/spp/Makefile Fri Feb 19 13:51:09 2016 (r409180) +++ head/benchmarks/spp/Makefile Fri Feb 19 14:20:59 2016 (r409181) @@ -6,7 +6,7 @@ PORTVERSION= 0.3.6 CATEGORIES= benchmarks MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/ -MAINTAINER= lars@eggert.org +MAINTAINER= ports@FreeBSD.org COMMENT= Calculates round trip time from pcap files or live capture LICENSE= GPLv2 Modified: head/net/tcpsplit/Makefile ============================================================================== --- head/net/tcpsplit/Makefile Fri Feb 19 13:51:09 2016 (r409180) +++ head/net/tcpsplit/Makefile Fri Feb 19 14:20:59 2016 (r409181) @@ -6,21 +6,24 @@ PORTVERSION= 0.2 CATEGORIES= net MASTER_SITES= http://www.icir.org/mallman/software/tcpsplit/ -MAINTAINER= lars@eggert.org +MAINTAINER= ports@FreeBSD.org COMMENT= Breaks a libpcap trace along TCP connection boundaries LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYRIGHT PLIST_FILES= bin/tcpsplit PORTDOCS= README +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -E '/^(CC|CFLAGS|INC|LD)/d' ${WRKSRC}/Makefile -OPTIONS_DEFINE= DOCS - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpsplit ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}