From owner-svn-ports-head@FreeBSD.ORG Mon Aug 26 20:40:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EEF87F0B; Mon, 26 Aug 2013 20:40:48 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC7B32ED0; Mon, 26 Aug 2013 20:40:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7QKemH4013230; Mon, 26 Aug 2013 20:40:48 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7QKemk5013226; Mon, 26 Aug 2013 20:40:48 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201308262040.r7QKemk5013226@svn.freebsd.org> From: Lars Thegler Date: Mon, 26 Aug 2013 20:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325416 - head/devel/p5-Log-Report X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 20:40:49 -0000 Author: lth Date: Mon Aug 26 20:40:47 2013 New Revision: 325416 URL: http://svnweb.freebsd.org/changeset/ports/325416 Log: - 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 Modified: head/devel/p5-Log-Report/Makefile head/devel/p5-Log-Report/distinfo head/devel/p5-Log-Report/pkg-descr head/devel/p5-Log-Report/pkg-plist Modified: head/devel/p5-Log-Report/Makefile ============================================================================== --- head/devel/p5-Log-Report/Makefile Mon Aug 26 20:28:06 2013 (r325415) +++ head/devel/p5-Log-Report/Makefile Mon Aug 26 20:40:47 2013 (r325416) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Log-Report -# Date created: 2007-08-14 -# Whom: Jin-Shan Tseng -# +# Created by: Jin-Shan Tseng # $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/\. 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 \ Modified: head/devel/p5-Log-Report/distinfo ============================================================================== --- head/devel/p5-Log-Report/distinfo Mon Aug 26 20:28:06 2013 (r325415) +++ head/devel/p5-Log-Report/distinfo Mon Aug 26 20:40:47 2013 (r325416) @@ -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 Modified: head/devel/p5-Log-Report/pkg-descr ============================================================================== --- head/devel/p5-Log-Report/pkg-descr Mon Aug 26 20:28:06 2013 (r325415) +++ head/devel/p5-Log-Report/pkg-descr Mon Aug 26 20:40:47 2013 (r325416) @@ -5,4 +5,4 @@ this. Log::Report combines gettext featu 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/ Modified: head/devel/p5-Log-Report/pkg-plist ============================================================================== --- head/devel/p5-Log-Report/pkg-plist Mon Aug 26 20:28:06 2013 (r325415) +++ head/devel/p5-Log-Report/pkg-plist Mon Aug 26 20:40:47 2013 (r325416) @@ -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