diff options
-rw-r--r-- | biology/p5-bioperl/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-ExtUtils-XSBuilder/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Set-Infinite/Makefile | 3 | ||||
-rw-r--r-- | lang/p5-Pugs-Compiler-Rule/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-SVG/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Apache-Test/Makefile | 4 |
7 files changed, 17 insertions, 5 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index cb58ecd710f6..10fea6cdf8d2 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -7,7 +7,7 @@ PORTNAME= bioperl PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology perl5 MASTER_SITES= http://bioperl.org/DIST/ \ CPAN @@ -343,6 +343,7 @@ MAN3= Bio::Align::AlignI.3 \ Bio::Graphics::Panel.3 \ Bio::Graphics::Pictogram.3 \ Bio::Graphics::RendererI.3 \ + Bio::Graphics::Util.3 \ Bio::IdCollectionI.3 \ Bio::IdentifiableI.3 \ Bio::Index::Abstract.3 \ diff --git a/devel/p5-ExtUtils-XSBuilder/Makefile b/devel/p5-ExtUtils-XSBuilder/Makefile index efe768e3988f..9930d5074fde 100644 --- a/devel/p5-ExtUtils-XSBuilder/Makefile +++ b/devel/p5-ExtUtils-XSBuilder/Makefile @@ -7,6 +7,7 @@ PORTNAME= ExtUtils-XSBuilder PORTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +20,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= ExtUtils::XSBuilder.3 ExtUtils::XSBuilder::PODTemplate.3 \ +MAN3= ExtUtils::XSBuilder.3 ExtUtils::XSBuilder::C::grammar.3 \ + ExtUtils::XSBuilder::PODTemplate.3 \ ExtUtils::XSBuilder::ParseSource.3 \ ExtUtils::XSBuilder::WrapXS.3 ExtUtils::xsbuilder.osc2002.3 diff --git a/devel/p5-Set-Infinite/Makefile b/devel/p5-Set-Infinite/Makefile index 00e7ecf75156..fc1f40b9a879 100644 --- a/devel/p5-Set-Infinite/Makefile +++ b/devel/p5-Set-Infinite/Makefile @@ -7,6 +7,7 @@ PORTNAME= Set-Infinite PORTVERSION= 0.63 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,7 @@ COMMENT= Set::Infinite - Sets of intervals PERL_CONFIGURE= yes -MAN3= Set::Infinite.3 Set::Infinite::Basic.3 +MAN3= Set::Infinite.3 Set::Infinite::Arithmetic.3 Set::Infinite::Basic.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes README TODO diff --git a/lang/p5-Pugs-Compiler-Rule/Makefile b/lang/p5-Pugs-Compiler-Rule/Makefile index ce096979da2c..3436e05df960 100644 --- a/lang/p5-Pugs-Compiler-Rule/Makefile +++ b/lang/p5-Pugs-Compiler-Rule/Makefile @@ -8,6 +8,7 @@ PORTNAME= Pugs-Compiler-Rule PORTVERSION= 0.37 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/F/FG/FGLOCK @@ -33,6 +34,7 @@ MAN3= Pugs::Compiler::Regex.3 \ Pugs::Emitter::Grammar::Perl5.3 \ Pugs::Grammar::Precedence.3 \ Pugs::Runtime::Match.3 \ + Pugs::Runtime::Regex.3 \ Pugs::Runtime::StrPos.3 \ Pugs::Runtime::Tracer.3 diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile index d758ffc8b58d..d1b15cebf39d 100644 --- a/mail/p5-Mail-DKIM/Makefile +++ b/mail/p5-Mail-DKIM/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mail-DKIM PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -32,6 +33,7 @@ MAN3= Mail::DKIM.3 \ Mail::DKIM::DkSignature.3 \ Mail::DKIM::Policy.3 \ Mail::DKIM::PrivateKey.3 \ + Mail::DKIM::PublicKey.3 \ Mail::DKIM::Signature.3 \ Mail::DKIM::Signer.3 \ Mail::DKIM::SignerPolicy.3 \ diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile index e1b32cd62f2c..f2793edd45be 100644 --- a/textproc/p5-SVG/Makefile +++ b/textproc/p5-SVG/Makefile @@ -7,6 +7,7 @@ PORTNAME= SVG PORTVERSION= 2.44 +PORTREVISION= 1 CATEGORIES= textproc graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,8 @@ COMMENT= Perl extension for generating Scalable Vector Graphics (SVG) documents PERL_CONFIGURE= yes -MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Manual.3 SVG::XML.3 +MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Extension.3 \ + SVG::Manual.3 SVG::XML.3 post-patch: @${FIND} ${WRKSRC} \( -name "*.p[lm]" -or -name "*.cgi" \ diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index ac43af0ce6e9..2ec5d17d20f9 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-Test PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -28,7 +29,8 @@ PERL_CONFIGURE= yes MAN3= Apache::Test.3 Apache::TestConfig.3 Apache::TestConfigData.3 \ Apache::TestMB.3 Apache::TestMM.3 Apache::TestReport.3 \ Apache::TestRequest.3 Apache::TestRun.3 Apache::TestRunPHP.3 \ - Apache::TestRunPerl.3 Apache::TestSmoke.3 Apache::TestTrace.3 \ + Apache::TestRunPerl.3 Apache::TestServer.3 \ + Apache::TestSmoke.3 Apache::TestTrace.3 \ Apache::TestUtil.3 Bundle::ApacheTest.3 .include <bsd.port.mk> |