From owner-svn-ports-all@freebsd.org Sat Feb 27 11:28:23 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 256F6AB5D2E; Sat, 27 Feb 2016 11:28:23 +0000 (UTC) (envelope-from rakuco@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 D0707D8B; Sat, 27 Feb 2016 11:28:22 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1RBSLx5063703; Sat, 27 Feb 2016 11:28:21 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1RBSL4A063701; Sat, 27 Feb 2016 11:28:21 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602271128.u1RBSL4A063701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 27 Feb 2016 11:28:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409659 - head/benchmarks/unixbench 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: Sat, 27 Feb 2016 11:28:23 -0000 Author: rakuco Date: Sat Feb 27 11:28:21 2016 New Revision: 409659 URL: https://svnweb.freebsd.org/changeset/ports/409659 Log: Pass maintainership to submitter. While here, remove an unused directory from the package. PR: 207339 Submitted by: Luca Pizzamiglio (maintainer) Modified: head/benchmarks/unixbench/Makefile head/benchmarks/unixbench/pkg-plist Modified: head/benchmarks/unixbench/Makefile ============================================================================== --- head/benchmarks/unixbench/Makefile Sat Feb 27 11:17:11 2016 (r409658) +++ head/benchmarks/unixbench/Makefile Sat Feb 27 11:28:21 2016 (r409659) @@ -8,7 +8,7 @@ CATEGORIES= benchmarks MASTER_SITES= http://ftp.osuosl.org/pub/nslu2/sources/ \ http://www.tux.org/pub/tux/niemi/unixbench/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= luca.pizzamiglio@gmail.com COMMENT= BYTE magazine's Public Domain benchmark for UNIX USES= shebangfix tar:tgz @@ -41,10 +41,6 @@ do-install: ${INSTALL_PROGRAM} $${f} ${STAGEDIR}${PREFIX}/lib/unixbench/pgms/ ;; \ esac ; \ done - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/unixbench/results -# for f in ${WRKSRC}/results/* ; do \ -# ${INSTALL_DATA} $${f} ${STAGEDIR}${PREFIX}/lib/unixbench/results/ ; \ -# done -${MKDIR} ${STAGEDIR}${PREFIX}/lib/unixbench/testdir for f in ${WRKSRC}/testdir/* ; do \ ${INSTALL_DATA} $${f} ${STAGEDIR}${PREFIX}/lib/unixbench/testdir/ ; \ Modified: head/benchmarks/unixbench/pkg-plist ============================================================================== --- head/benchmarks/unixbench/pkg-plist Sat Feb 27 11:17:11 2016 (r409658) +++ head/benchmarks/unixbench/pkg-plist Sat Feb 27 11:28:21 2016 (r409659) @@ -40,4 +40,3 @@ lib/unixbench/pgms/whetstone-double lib/unixbench/testdir/cctest.c lib/unixbench/testdir/dc.dat lib/unixbench/testdir/sort.src -@dir lib/unixbench/results