Update to 1.10

Changes:	http://cpansearch.perl.org/src/DOLMEN/POE-Component-Logger-1.10/Changes
This commit is contained in:
Sergey Skvortsov 2011-02-26 20:13:22 +00:00
parent 4cd89d0839
commit b4af1d9d3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269842
3 changed files with 7 additions and 10 deletions

View File

@ -6,16 +6,17 @@
#
PORTNAME= POE-Component-Logger
PORTVERSION= 1.00
PORTVERSION= 1.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= A POE logging class
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/LWP/Parallel.pm:${PORTSDIR}/www/p5-ParallelUA
BUILD_DEPENDS= p5-POE>=1.293:${PORTSDIR}/devel/p5-POE \
p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch \
p5-Log-Dispatch-Config>=1.03:${PORTSDIR}/devel/p5-Log-Dispatch-Config
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -1,3 +1,2 @@
MD5 (POE-Component-Logger-1.00.tar.gz) = b36cfad2d2d446103cbcf671270681ff
SHA256 (POE-Component-Logger-1.00.tar.gz) = 91058265756bcd8df8ce050d0107889b00cfb491d872caad6a728180275ad963
SIZE (POE-Component-Logger-1.00.tar.gz) = 2910
SHA256 (POE-Component-Logger-1.10.tar.gz) = 9d57ad8504aa6399ac15ff469892c768649f3f59e6ac97ce2ae248f787d45023
SIZE (POE-Component-Logger-1.10.tar.gz) = 8401

View File

@ -4,6 +4,3 @@ places at once (e.g. to STDERR and Syslog at the same time) and also to
flexibly define your logger's output.
WWW: http://search.cpan.org/dist/POE-Component-Logger/
-- Sergey Skvortsov
skv@FreeBSD.org