diff options
-rw-r--r-- | devel/p5-Log-Log4perl/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Log-Log4perl/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Log-Log4perl/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Log-Log4perl/pkg-plist | 1 |
4 files changed, 6 insertions, 12 deletions
diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile index 4e025d344e2e..030ca30c9931 100644 --- a/devel/p5-Log-Log4perl/Makefile +++ b/devel/p5-Log-Log4perl/Makefile @@ -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 \ diff --git a/devel/p5-Log-Log4perl/distinfo b/devel/p5-Log-Log4perl/distinfo index 85e792b13a9f..fda8bf390dbb 100644 --- a/devel/p5-Log-Log4perl/distinfo +++ b/devel/p5-Log-Log4perl/distinfo @@ -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 diff --git a/devel/p5-Log-Log4perl/pkg-descr b/devel/p5-Log-Log4perl/pkg-descr index 777ab41151a4..072aec050552 100644 --- a/devel/p5-Log-Log4perl/pkg-descr +++ b/devel/p5-Log-Log4perl/pkg-descr @@ -2,4 +2,4 @@ Log::Log4perl lets you remote-control and fine-tune the logging 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 diff --git a/devel/p5-Log-Log4perl/pkg-plist b/devel/p5-Log-Log4perl/pkg-plist index c440c0f30354..a558743fa289 100644 --- a/devel/p5-Log-Log4perl/pkg-plist +++ b/devel/p5-Log-Log4perl/pkg-plist @@ -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 |