From owner-svn-ports-all@FreeBSD.ORG Fri Oct 4 19:43:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 512585FE; Fri, 4 Oct 2013 19:43:21 +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 3D9B922D6; Fri, 4 Oct 2013 19:43:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r94JhLvE013983; Fri, 4 Oct 2013 19:43:21 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r94JhK1I013977; Fri, 4 Oct 2013 19:43:20 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201310041943.r94JhK1I013977@svn.freebsd.org> From: Andrej Zverev Date: Fri, 4 Oct 2013 19:43:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329367 - head/www/p5-WWW-Shorten-0rz 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: Fri, 04 Oct 2013 19:43:21 -0000 Author: az Date: Fri Oct 4 19:43:20 2013 New Revision: 329367 URL: http://svnweb.freebsd.org/changeset/ports/329367 Log: - Add stage support - Fix build with Perl 5.16 With hat: perl@ Modified: head/www/p5-WWW-Shorten-0rz/Makefile head/www/p5-WWW-Shorten-0rz/pkg-descr (contents, props changed) head/www/p5-WWW-Shorten-0rz/pkg-plist (contents, props changed) Modified: head/www/p5-WWW-Shorten-0rz/Makefile ============================================================================== --- head/www/p5-WWW-Shorten-0rz/Makefile Fri Oct 4 19:40:05 2013 (r329366) +++ head/www/p5-WWW-Shorten-0rz/Makefile Fri Oct 4 19:43:20 2013 (r329367) @@ -18,7 +18,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR USES= perl5 USE_PERL5= configure -MAN3= WWW::Shorten::0rz.3 +post-patch: + @${REINPLACE_CMD} -e '/auto_install/d' ${WRKSRC}/Makefile.PL -NO_STAGE= yes .include Modified: head/www/p5-WWW-Shorten-0rz/pkg-descr ============================================================================== --- head/www/p5-WWW-Shorten-0rz/pkg-descr Fri Oct 4 19:40:05 2013 (r329366) +++ head/www/p5-WWW-Shorten-0rz/pkg-descr Fri Oct 4 19:43:20 2013 (r329367) @@ -1,3 +1,3 @@ Shorten URL using 0rz.net -WWW: http://search.cpan.org/dist/WWW-Shorten-0rz/ +WWW: http://search.cpan.org/dist/WWW-Shorten-0rz/ Modified: head/www/p5-WWW-Shorten-0rz/pkg-plist ============================================================================== --- head/www/p5-WWW-Shorten-0rz/pkg-plist Fri Oct 4 19:40:05 2013 (r329366) +++ head/www/p5-WWW-Shorten-0rz/pkg-plist Fri Oct 4 19:43:20 2013 (r329367) @@ -1,5 +1,6 @@ %%SITE_PERL%%/WWW/Shorten/0rz.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/0rz/.packlist +%%PERL5_MAN3%%/WWW::Shorten::0rz.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/0rz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW