From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 16:14:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3921539E; Tue, 22 Oct 2013 16:14:20 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2646F2576; Tue, 22 Oct 2013 16:14:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MGEKKo099876; Tue, 22 Oct 2013 16:14:20 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9MGEJwR099874; Tue, 22 Oct 2013 16:14:19 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201310221614.r9MGEJwR099874@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 22 Oct 2013 16:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331290 - head/benchmarks/p5-Benchmark-Stopwatch 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.14 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, 22 Oct 2013 16:14:20 -0000 Author: vanilla Date: Tue Oct 22 16:14:19 2013 New Revision: 331290 URL: http://svnweb.freebsd.org/changeset/ports/331290 Log: support STAGEDIR. Modified: head/benchmarks/p5-Benchmark-Stopwatch/Makefile head/benchmarks/p5-Benchmark-Stopwatch/pkg-plist (contents, props changed) Modified: head/benchmarks/p5-Benchmark-Stopwatch/Makefile ============================================================================== --- head/benchmarks/p5-Benchmark-Stopwatch/Makefile Tue Oct 22 16:07:24 2013 (r331289) +++ head/benchmarks/p5-Benchmark-Stopwatch/Makefile Tue Oct 22 16:14:19 2013 (r331290) @@ -18,7 +18,4 @@ BUILD_DEPENDS+= p5-Test-LongString>=0:${ USES= perl5 USE_PERL5= configure -MAN3= Benchmark::Stopwatch.3 - -NO_STAGE= yes .include Modified: head/benchmarks/p5-Benchmark-Stopwatch/pkg-plist ============================================================================== --- head/benchmarks/p5-Benchmark-Stopwatch/pkg-plist Tue Oct 22 16:07:24 2013 (r331289) +++ head/benchmarks/p5-Benchmark-Stopwatch/pkg-plist Tue Oct 22 16:14:19 2013 (r331290) @@ -1,6 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Stopwatch/.packlist +%%PERL5_MAN3%%/Benchmark::Stopwatch.3.gz %%SITE_PERL%%/Benchmark/Stopwatch.pm %%SITE_PERL%%/Benchmark/example.pl -@dirrmtry %%SITE_PERL%%/Benchmark +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Stopwatch/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark/Stopwatch @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Benchmark +@dirrmtry %%SITE_PERL%%/Benchmark