Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 12:35:37 +0000 (UTC)
From:      Lars Thegler <lth@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320196 - head/devel/p5-Log-Log4perl
Message-ID:  <201306071235.r57CZbFd097426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lth
Date: Fri Jun  7 12:35:36 2013
New Revision: 320196
URL: http://svnweb.freebsd.org/changeset/ports/320196

Log:
  - Update to 1.41
  - Update project web site
  - Remove p5-Storable from DEPENDS - in core since perl 5.8 (and 5.6 removed from ports log time ago)
  
  PR:		ports/179013
  Submitted by:	"Anton Yuzhaninov" <ayuzhaninov@openstat.ru>

Modified:
  head/devel/p5-Log-Log4perl/Makefile
  head/devel/p5-Log-Log4perl/distinfo
  head/devel/p5-Log-Log4perl/pkg-descr
  head/devel/p5-Log-Log4perl/pkg-plist

Modified: head/devel/p5-Log-Log4perl/Makefile
==============================================================================
--- head/devel/p5-Log-Log4perl/Makefile	Fri Jun  7 11:59:11 2013	(r320195)
+++ head/devel/p5-Log-Log4perl/Makefile	Fri Jun  7 12:35:36 2013	(r320196)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	p5-Log-Log4perl
-# Date created:				Sat Oct 19 11:22:09 CEST 2002
-# Whom:					Lars Thegler <lars@thegler.dk>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Log-Log4perl
-PORTVERSION=	1.40
+PORTVERSION=	1.41
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +9,6 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Log4j implementation for Perl
 
-RUN_DEPENDS+=	p5-Storable>0:${PORTSDIR}/devel/p5-Storable
-BUILD_DEPENDS:=	${RUN_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN1=		l4p-tmpl.1
@@ -47,6 +39,7 @@ MAN3=		Log::Log4perl.3 \
 		Log::Log4perl::Filter::Boolean.3 \
 		Log::Log4perl::Filter::LevelMatch.3 \
 		Log::Log4perl::Filter::LevelRange.3 \
+		Log::Log4perl::Filter::MDC.3 \
 		Log::Log4perl::Filter::StringMatch.3 \
 		Log::Log4perl::InternalDebug.3 \
 		Log::Log4perl::JavaMap.3 \

Modified: head/devel/p5-Log-Log4perl/distinfo
==============================================================================
--- head/devel/p5-Log-Log4perl/distinfo	Fri Jun  7 11:59:11 2013	(r320195)
+++ head/devel/p5-Log-Log4perl/distinfo	Fri Jun  7 12:35:36 2013	(r320196)
@@ -1,2 +1,2 @@
-SHA256 (Log-Log4perl-1.40.tar.gz) = 336f263adbfe16ee438e4bdb398ac088878bc4e59b023f892385fe8fee4feb25
-SIZE (Log-Log4perl-1.40.tar.gz) = 273132
+SHA256 (Log-Log4perl-1.41.tar.gz) = 5128a16bd5e921a413450ed79604c2d7c35baca0d18d6e78fb64694ef79b5235
+SIZE (Log-Log4perl-1.41.tar.gz) = 273464

Modified: head/devel/p5-Log-Log4perl/pkg-descr
==============================================================================
--- head/devel/p5-Log-Log4perl/pkg-descr	Fri Jun  7 11:59:11 2013	(r320195)
+++ head/devel/p5-Log-Log4perl/pkg-descr	Fri Jun  7 12:35:36 2013	(r320196)
@@ -2,4 +2,4 @@ Log::Log4perl lets you remote-control an
 behaviour of your system from the outside. It implements the widely
 popular (Java-based) Log4j logging package in pure Perl.
 
-WWW: http://log4perl.sourceforge.net
+WWW: http://log4perl.com

Modified: head/devel/p5-Log-Log4perl/pkg-plist
==============================================================================
--- head/devel/p5-Log-Log4perl/pkg-plist	Fri Jun  7 11:59:11 2013	(r320195)
+++ head/devel/p5-Log-Log4perl/pkg-plist	Fri Jun  7 12:35:36 2013	(r320196)
@@ -26,6 +26,7 @@ bin/l4p-tmpl
 %%SITE_PERL%%/Log/Log4perl/Filter/Boolean.pm
 %%SITE_PERL%%/Log/Log4perl/Filter/LevelMatch.pm
 %%SITE_PERL%%/Log/Log4perl/Filter/LevelRange.pm
+%%SITE_PERL%%/Log/Log4perl/Filter/MDC.pm
 %%SITE_PERL%%/Log/Log4perl/Filter/StringMatch.pm
 %%SITE_PERL%%/Log/Log4perl/InternalDebug.pm
 %%SITE_PERL%%/Log/Log4perl/JavaMap.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306071235.r57CZbFd097426>