Bug 179013 - [PATCH] devel/p5-Log-Log4perl: update to 1.41
Summary: [PATCH] devel/p5-Log-Log4perl: update to 1.41
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-27 16:40 UTC by Anton Yuzhaninov
Modified: 2013-06-07 13:40 UTC (History)
1 user (show)

See Also:


Attachments
p5-Log-Log4perl-1.41.patch (2.54 KB, patch)
2013-05-27 16:40 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Yuzhaninov 2013-05-27 16:40:00 UTC
- 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)

Port maintainer (lth@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-27 16:40:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-07 13:35:45 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Lars Thegler freebsd_committer freebsd_triage 2013-06-07 13:36:18 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!