From owner-svn-ports-head@freebsd.org Tue Sep 8 17:50:49 2015 Return-Path: Delivered-To: svn-ports-head@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 3B2C1A0084A; Tue, 8 Sep 2015 17:50:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 0E9D21DF1; Tue, 8 Sep 2015 17:50:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88HomCk013166; Tue, 8 Sep 2015 17:50:48 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88HomqW013164; Tue, 8 Sep 2015 17:50:48 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201509081750.t88HomqW013164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 8 Sep 2015 17:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396418 - in head/benchmarks/dkftpbench: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 17:50:49 -0000 Author: novel Date: Tue Sep 8 17:50:47 2015 New Revision: 396418 URL: https://svnweb.freebsd.org/changeset/ports/396418 Log: - Fix plist [1] - Drop maintainership Reported by: amdmi3 [1] Added: head/benchmarks/dkftpbench/files/patch-Makefile.in (contents, props changed) Modified: head/benchmarks/dkftpbench/Makefile Modified: head/benchmarks/dkftpbench/Makefile ============================================================================== --- head/benchmarks/dkftpbench/Makefile Tue Sep 8 17:38:31 2015 (r396417) +++ head/benchmarks/dkftpbench/Makefile Tue Sep 8 17:50:47 2015 (r396418) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= benchmarks ftp MASTER_SITES= http://www.kegel.com/dkftpbench/ -MAINTAINER= novel@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= FTP benchmark program LICENSE= GPLv2 @@ -15,10 +15,4 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes PLIST_FILES= bin/dkftpbench -post-patch: - @${REINPLACE_CMD} \ - -e '/^noinst_PROGRAMS =/s/=.*/=/' \ - -e '/^lib_LIBRARIES =/s/=.*/=/' \ - ${WRKSRC}/Makefile.in - .include Added: head/benchmarks/dkftpbench/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/dkftpbench/files/patch-Makefile.in Tue Sep 8 17:50:47 2015 (r396418) @@ -0,0 +1,40 @@ +--- Makefile.in.orig 2002-07-31 19:00:13.000000000 +0400 ++++ Makefile.in 2015-09-08 20:28:30.951369000 +0300 +@@ -92,19 +92,6 @@ + # Real programs + bin_PROGRAMS = dkftpbench + +-noinst_PROGRAMS = $(TESTS) $(HAND_TESTS) dklimits Poller_bench profile +- +-lib_LIBRARIES = libPoller.a +-pkginclude_HEADERS = \ +- Poller.h \ +- Poller_devpoll.h \ +- Poller_poll.h \ +- Poller_select.h \ +- Poller_sigio.h \ +- Poller_sigfd.h \ +- Poller_kqueue.h +- +- + # No info yet + info_TEXINFOS = + +@@ -828,7 +815,7 @@ + install-exec-am: install-libLIBRARIES install-binPROGRAMS + install-exec: install-exec-am + +-install-data-am: install-info-am install-pkgincludeHEADERS ++install-data-am: install-info-am + install-data: install-data-am + + install-am: all-am +@@ -843,7 +830,7 @@ + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install + installdirs: + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ +- $(DESTDIR)$(infodir) $(DESTDIR)$(pkgincludedir) ++ $(DESTDIR)$(infodir) + + + mostlyclean-generic: