From owner-svn-ports-all@FreeBSD.ORG Fri Oct 4 19:03:06 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 C23033C0; Fri, 4 Oct 2013 19:03:06 +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 AF9282067; Fri, 4 Oct 2013 19:03:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r94J368n087434; Fri, 4 Oct 2013 19:03:06 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r94J36uS087431; Fri, 4 Oct 2013 19:03:06 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201310041903.r94J36uS087431@svn.freebsd.org> From: Andrej Zverev Date: Fri, 4 Oct 2013 19:03:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329359 - head/devel/p5-Dist-Joseki 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:03:06 -0000 Author: az Date: Fri Oct 4 19:03:05 2013 New Revision: 329359 URL: http://svnweb.freebsd.org/changeset/ports/329359 Log: - Add stage support - Fix build with Perl 5.16 Makefile.PL is using auto_set_homepage which included inside Module::Install::Homepage and required URI::Escape. With hat: perl@ Modified: head/devel/p5-Dist-Joseki/Makefile head/devel/p5-Dist-Joseki/pkg-descr (contents, props changed) head/devel/p5-Dist-Joseki/pkg-plist (contents, props changed) Modified: head/devel/p5-Dist-Joseki/Makefile ============================================================================== --- head/devel/p5-Dist-Joseki/Makefile Fri Oct 4 18:51:10 2013 (r329358) +++ head/devel/p5-Dist-Joseki/Makefile Fri Oct 4 19:03:05 2013 (r329359) @@ -17,28 +17,9 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/d p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Getopt-Attribute>=0:${PORTSDIR}/devel/p5-Getopt-Attribute \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 USE_PERL5= configure -MAN1= distfind.1 -MAN3= Dist::Joseki.3 \ - Dist::Joseki::Base.3 \ - Dist::Joseki::Cmd.3 \ - Dist::Joseki::Cmd::Command.3 \ - Dist::Joseki::Cmd::Multiplexable.3 \ - Dist::Joseki::Command::clean.3 \ - Dist::Joseki::Command::install.3 \ - Dist::Joseki::Command::manifest.3 \ - Dist::Joseki::Command::props.3 \ - Dist::Joseki::Command::test.3 \ - Dist::Joseki::Command::version.3 \ - Dist::Joseki::DistType.3 \ - Dist::Joseki::DistType::Base.3 \ - Dist::Joseki::DistType::MakeMaker.3 \ - Dist::Joseki::DistType::ModuleBuild.3 \ - Dist::Joseki::Find.3 \ - Dist::Joseki::Version.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Dist-Joseki/pkg-descr ============================================================================== --- head/devel/p5-Dist-Joseki/pkg-descr Fri Oct 4 18:51:10 2013 (r329358) +++ head/devel/p5-Dist-Joseki/pkg-descr Fri Oct 4 19:03:05 2013 (r329359) @@ -7,4 +7,4 @@ Dist::Joseki offers you tools that help distributions if you stick to a certain formulaic style of structuring your distributions. -WWW: http://search.cpan.org/dist/Dist-Joseki/ +WWW: http://search.cpan.org/dist/Dist-Joseki/ Modified: head/devel/p5-Dist-Joseki/pkg-plist ============================================================================== --- head/devel/p5-Dist-Joseki/pkg-plist Fri Oct 4 18:51:10 2013 (r329358) +++ head/devel/p5-Dist-Joseki/pkg-plist Fri Oct 4 19:03:05 2013 (r329359) @@ -1,3 +1,5 @@ +bin/dist +bin/distfind %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/Joseki/.packlist %%SITE_PERL%%/Dist/Joseki.pm %%SITE_PERL%%/Dist/Joseki/Base.pm @@ -16,8 +18,24 @@ %%SITE_PERL%%/Dist/Joseki/DistType/ModuleBuild.pm %%SITE_PERL%%/Dist/Joseki/Find.pm %%SITE_PERL%%/Dist/Joseki/Version.pm -bin/dist -bin/distfind +man/man1/distfind.1.gz +%%PERL5_MAN3%%/Dist::Joseki.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Base.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Cmd.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Cmd::Command.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Cmd::Multiplexable.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Command::clean.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Command::install.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Command::manifest.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Command::props.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Command::test.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Command::version.3.gz +%%PERL5_MAN3%%/Dist::Joseki::DistType.3.gz +%%PERL5_MAN3%%/Dist::Joseki::DistType::Base.3.gz +%%PERL5_MAN3%%/Dist::Joseki::DistType::MakeMaker.3.gz +%%PERL5_MAN3%%/Dist::Joseki::DistType::ModuleBuild.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Find.3.gz +%%PERL5_MAN3%%/Dist::Joseki::Version.3.gz @dirrmtry %%SITE_PERL%%/Dist/Joseki/DistType @dirrmtry %%SITE_PERL%%/Dist/Joseki/Command @dirrmtry %%SITE_PERL%%/Dist/Joseki/Cmd