Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2013 16:48:10 +0400
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181524: [patch] update devel/p5-Log-Report to 0.99.4
Message-ID:  <E1VDZjm-000B9Y-Uo@sunner.semmy.ru>
Resent-Message-ID: <201308251310.r7PDA05Z086527@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181524
>Category:       ports
>Synopsis:       [patch] update devel/p5-Log-Report to 0.99.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 25 13:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	- Update to 0.99.4
	- Add Devel::GlobalDestruction as runtime depend
	- Trim Makefile header
	- adjust WWW line in port description
	
>How-To-Repeat:
	
>Fix:

	

--- p5-Log-Report.diff.txt begins here ---
Index: p5-Log-Report/Makefile
===================================================================
--- p5-Log-Report/Makefile	(revision 325335)
+++ p5-Log-Report/Makefile	(working copy)
@@ -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 @@
 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 @@
 	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 \
Index: p5-Log-Report/distinfo
===================================================================
--- p5-Log-Report/distinfo	(revision 325335)
+++ p5-Log-Report/distinfo	(working copy)
@@ -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
Index: p5-Log-Report/pkg-descr
===================================================================
--- p5-Log-Report/pkg-descr	(revision 325335)
+++ p5-Log-Report/pkg-descr	(working copy)
@@ -5,4 +5,4 @@
 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/
Index: p5-Log-Report/pkg-plist
===================================================================
--- p5-Log-Report/pkg-plist	(revision 325335)
+++ p5-Log-Report/pkg-plist	(working copy)
@@ -1,4 +1,3 @@
-@comment $FreeBSD$
 bin/xgettext-perl
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Report/.packlist
 %%SITE_PERL%%/Log/Report.pm
@@ -31,12 +30,16 @@
 %%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
--- p5-Log-Report.diff.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VDZjm-000B9Y-Uo>