From owner-svn-ports-all@FreeBSD.ORG Sat Oct 5 10:26:18 2013 Return-Path: Delivered-To: svn-ports-all@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 579C990F; Sat, 5 Oct 2013 10:26:18 +0000 (UTC) (envelope-from az@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 4585C28A5; Sat, 5 Oct 2013 10:26:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95AQIF9005283; Sat, 5 Oct 2013 10:26:18 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95AQHfW005281; Sat, 5 Oct 2013 10:26:17 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201310051026.r95AQHfW005281@svn.freebsd.org> From: Andrej Zverev Date: Sat, 5 Oct 2013 10:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329435 - head/www/p5-Plack-Server-POE 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.14 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, 05 Oct 2013 10:26:18 -0000 Author: az Date: Sat Oct 5 10:26:17 2013 New Revision: 329435 URL: http://svnweb.freebsd.org/changeset/ports/329435 Log: - Add stage support - Fix build with Perl 5.16 With hat: perl@ Modified: head/www/p5-Plack-Server-POE/Makefile head/www/p5-Plack-Server-POE/pkg-plist (contents, props changed) Modified: head/www/p5-Plack-Server-POE/Makefile ============================================================================== --- head/www/p5-Plack-Server-POE/Makefile Sat Oct 5 10:20:15 2013 (r329434) +++ head/www/p5-Plack-Server-POE/Makefile Sat Oct 5 10:26:17 2013 (r329435) @@ -21,7 +21,7 @@ TEST_DEPENDS= p5-Test-Requires>=0:${PORT USES= perl5 USE_PERL5= configure -MAN3= Plack::Server::POE.3 +post-patch: + @${REINPLACE_CMD} -e '/use_test_base/d' ${WRKSRC}/Makefile.PL -NO_STAGE= yes .include Modified: head/www/p5-Plack-Server-POE/pkg-plist ============================================================================== --- head/www/p5-Plack-Server-POE/pkg-plist Sat Oct 5 10:20:15 2013 (r329434) +++ head/www/p5-Plack-Server-POE/pkg-plist Sat Oct 5 10:26:17 2013 (r329435) @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/POE/.packlist %%SITE_PERL%%/Plack/Server/POE.pm +%%PERL5_MAN3%%/Plack::Server::POE.3.gz @dirrmtry %%SITE_PERL%%/Plack/Server @dirrmtry %%SITE_PERL%%/Plack @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Server/POE