mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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
This commit is contained in:
parent
744f3f1e43
commit
d3dce64ae5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325416
4 changed files with 13 additions and 9 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue