From 32207c949328de6763e5e6bbcd7093e21dc009ec Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 15 Jan 2009 09:34:21 +0000 Subject: [PATCH] - Fix plist with perl 5.8.9 --- www/p5-WWW-IMDb/Makefile | 3 ++- www/p5-WebService-Technorati/Makefile | 14 +++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/www/p5-WWW-IMDb/Makefile b/www/p5-WWW-IMDb/Makefile index f8af0ea40d66..e047564d2b32 100644 --- a/www/p5-WWW-IMDb/Makefile +++ b/www/p5-WWW-IMDb/Makefile @@ -7,6 +7,7 @@ PORTNAME= IMDb PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/ PKGNAMEPREFIX= p5-WWW- @@ -21,6 +22,6 @@ RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PERL_CONFIGURE= yes -MAN3= IMDb.3 +MAN3= IMDb.3 IMDb::People.3 IMDb::Title.3 .include diff --git a/www/p5-WebService-Technorati/Makefile b/www/p5-WebService-Technorati/Makefile index 2ef5e83a5033..ec757523f3aa 100644 --- a/www/p5-WebService-Technorati/Makefile +++ b/www/p5-WebService-Technorati/Makefile @@ -8,6 +8,7 @@ PORTNAME= WebService-Technorati PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +24,17 @@ PERL_CONFIGURE= yes MAN3= WebService::Technorati.3 \ WebService::Technorati::ApiQuery.3 \ - WebService::Technorati::Exception.3 + WebService::Technorati::Author.3 \ + WebService::Technorati::AuthorinfoApiQuery.3 \ + WebService::Technorati::Blog.3 \ + WebService::Technorati::BlogLink.3 \ + WebService::Technorati::BloginfoApiQuery.3 \ + WebService::Technorati::CosmosApiQuery.3 \ + WebService::Technorati::Exception.3 \ + WebService::Technorati::LinkQuerySubject.3 \ + WebService::Technorati::OutboundApiQuery.3 \ + WebService::Technorati::SearchApiQuery.3 \ + WebService::Technorati::SearchMatch.3 \ + WebService::Technorati::SearchTerm.3 .include