diff options
author | lth <lth@FreeBSD.org> | 2013-08-27 04:40:47 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2013-08-27 04:40:47 +0800 |
commit | 6a907ee997881b58aa12209100ea2f9ab5ac8e6b (patch) | |
tree | 0aeb14380e15036d433d5cb2283f694c0915e9e4 | |
parent | 3041d92b35a6085a928365f91014da1f5a4cd417 (diff) | |
download | freebsd-ports-gnome-6a907ee997881b58aa12209100ea2f9ab5ac8e6b.tar.gz freebsd-ports-gnome-6a907ee997881b58aa12209100ea2f9ab5ac8e6b.tar.zst freebsd-ports-gnome-6a907ee997881b58aa12209100ea2f9ab5ac8e6b.zip |
- Update to 0.99.4
- Add Devel::GlobalDestruction as runtime depend
- Trim Makefile header
- adjust WWW line in port description
PR: ports/181524
Submitted by: az
-rw-r--r-- | devel/p5-Log-Report/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Log-Report/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Log-Report/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Log-Report/pkg-plist | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/devel/p5-Log-Report/Makefile b/devel/p5-Log-Report/Makefile index 361afbf71ba9..21fcb74ba241 100644 --- a/devel/p5-Log-Report/Makefile +++ b/devel/p5-Log-Report/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Log-Report -# Date created: 2007-08-14 -# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> -# +# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> # $FreeBSD$ -# PORTNAME= Log-Report -PORTVERSION= 0.99.1 +PORTVERSION= 0.99.4 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV @@ -16,6 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= lth@FreeBSD.org COMMENT= Report a problem, pluggable handlers and language support +RUN_DEPENDS= p5-Devel-GlobalDestruction>=0.09:${PORTSDIR}/devel/p5-Devel-GlobalDestruction + USES= perl5 USE_PERL5= configure @@ -34,9 +32,11 @@ MAN3= Log::Report.3 \ Log::Report::Extract::PerlPPI.3 \ Log::Report::Extract::Template.3 \ Log::Report::Lexicon::Index.3 \ + Log::Report::Lexicon::MOTcompact.3 \ Log::Report::Lexicon::PO.3 \ Log::Report::Lexicon::POT.3 \ Log::Report::Lexicon::POTcompact.3 \ + Log::Report::Lexicon::Table.3 \ Log::Report::Message.3 \ Log::Report::Translator.3 \ Log::Report::Translator::Gettext.3 \ diff --git a/devel/p5-Log-Report/distinfo b/devel/p5-Log-Report/distinfo index cfc4f1f36269..a7e42093729e 100644 --- a/devel/p5-Log-Report/distinfo +++ b/devel/p5-Log-Report/distinfo @@ -1,2 +1,2 @@ -SHA256 (Log-Report-0.991.tar.gz) = fce181ebfd4a6020a6a89db77b9a03466e5e300d8869d223dca79df6e83fccd4 -SIZE (Log-Report-0.991.tar.gz) = 95682 +SHA256 (Log-Report-0.994.tar.gz) = 5ee25b923a3d53fd9f68628642158f5349ceeafe71f8916b22e132ae2b0f958c +SIZE (Log-Report-0.994.tar.gz) = 101854 diff --git a/devel/p5-Log-Report/pkg-descr b/devel/p5-Log-Report/pkg-descr index 867d463d1cf5..0b45d1e49602 100644 --- a/devel/p5-Log-Report/pkg-descr +++ b/devel/p5-Log-Report/pkg-descr @@ -5,4 +5,4 @@ this. Log::Report combines gettext features with Log::Dispatch-like features. However, you can also use this module to do only translations or only message dispatching. -WWW: http://search.cpan.org/dist/Log-Report/ +WWW: http://search.cpan.org/dist/Log-Report/ diff --git a/devel/p5-Log-Report/pkg-plist b/devel/p5-Log-Report/pkg-plist index fec728c0efe8..cc111c218e40 100644 --- a/devel/p5-Log-Report/pkg-plist +++ b/devel/p5-Log-Report/pkg-plist @@ -31,12 +31,16 @@ bin/xgettext-perl %%SITE_PERL%%/Log/Report/Extract/Template.pod %%SITE_PERL%%/Log/Report/Lexicon/Index.pm %%SITE_PERL%%/Log/Report/Lexicon/Index.pod +%%SITE_PERL%%/Log/Report/Lexicon/MOTcompact.pm +%%SITE_PERL%%/Log/Report/Lexicon/MOTcompact.pod %%SITE_PERL%%/Log/Report/Lexicon/PO.pm %%SITE_PERL%%/Log/Report/Lexicon/PO.pod %%SITE_PERL%%/Log/Report/Lexicon/POT.pm %%SITE_PERL%%/Log/Report/Lexicon/POT.pod %%SITE_PERL%%/Log/Report/Lexicon/POTcompact.pm %%SITE_PERL%%/Log/Report/Lexicon/POTcompact.pod +%%SITE_PERL%%/Log/Report/Lexicon/Table.pm +%%SITE_PERL%%/Log/Report/Lexicon/Table.pod %%SITE_PERL%%/Log/Report/Message.pm %%SITE_PERL%%/Log/Report/Message.pod %%SITE_PERL%%/Log/Report/Translator.pm |