svn commit: r329359 - head/devel/p5-Dist-Joseki
Andrej Zverev
az at FreeBSD.org
Fri Oct 4 19:03:06 UTC 2013
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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list