update to version 1.13

tweaks and ok merdely@
This commit is contained in:
simon 2007-11-20 19:11:24 +00:00
parent cf083441f5
commit a38b4de661
3 changed files with 19 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2007/09/16 02:53:07 merdely Exp $
# $OpenBSD: Makefile,v 1.9 2007/11/20 19:11:24 simon Exp $
COMMENT= Log4j implementation for Perl
MODULES= cpan
DISTNAME= Log-Log4perl-1.10
DISTNAME= Log-Log4perl-1.13
CATEGORIES= devel
MAINTAINER= Simon Bertrang <simon@openbsd.org>
@ -14,4 +14,10 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= ::devel/p5-Log-Dispatch \
::devel/p5-Log-Dispatch-FileRotate \
::databases/p5-DBD-CSV \
::net/rrdtool,-perl \
::textproc/p5-XML-DOM
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (Log-Log4perl-1.10.tar.gz) = abx1WGZwTn0cdvdxJVrBow==
RMD160 (Log-Log4perl-1.10.tar.gz) = D+7RoZh4DG79MyrnWF9XUNC6O6k=
SHA1 (Log-Log4perl-1.10.tar.gz) = wv47NbK2JbL8GpLV2t784Z4uW6E=
SHA256 (Log-Log4perl-1.10.tar.gz) = kD8W/fE90tv+8IkHQr9GUtphu2PcUqyxVvXsBuUxFvM=
SIZE (Log-Log4perl-1.10.tar.gz) = 223448
MD5 (Log-Log4perl-1.13.tar.gz) = ug7/BtdWg0qfVJ8+zow/iA==
RMD160 (Log-Log4perl-1.13.tar.gz) = J+mY0BqPPuNeZR5enZF6XAI+mxo=
SHA1 (Log-Log4perl-1.13.tar.gz) = lE57NvJqJ2zn5veqEFbsgpAOa9w=
SHA256 (Log-Log4perl-1.13.tar.gz) = /amE3xXHxeItJgXHLL9fqTfxihpAeTzAiMjXrrM00sg=
SIZE (Log-Log4perl-1.13.tar.gz) = 227363

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2006/11/30 21:45:16 jasper Exp $
@comment $OpenBSD: PLIST,v 1.6 2007/11/20 19:11:24 simon Exp $
${P5SITE}/Log/
${P5SITE}/Log/Log4perl/
${P5SITE}/Log/Log4perl.pm
@ -43,12 +43,15 @@ ${P5SITE}/Log/Log4perl/JavaMap/TestBuffer.pm
${P5SITE}/Log/Log4perl/Layout/
${P5SITE}/Log/Log4perl/Layout.pm
${P5SITE}/Log/Log4perl/Layout/NoopLayout.pm
${P5SITE}/Log/Log4perl/Layout/PatternLayout/
${P5SITE}/Log/Log4perl/Layout/PatternLayout.pm
${P5SITE}/Log/Log4perl/Layout/PatternLayout/Multiline.pm
${P5SITE}/Log/Log4perl/Layout/SimpleLayout.pm
${P5SITE}/Log/Log4perl/Level.pm
${P5SITE}/Log/Log4perl/Logger.pm
${P5SITE}/Log/Log4perl/MDC.pm
${P5SITE}/Log/Log4perl/NDC.pm
${P5SITE}/Log/Log4perl/Resurrector.pm
${P5SITE}/Log/Log4perl/Util.pm
@man man/man3p/Log::Log4perl.3p
@man man/man3p/Log::Log4perl::Appender.3p
@ -88,9 +91,11 @@ ${P5SITE}/Log/Log4perl/Util.pm
@man man/man3p/Log::Log4perl::Layout.3p
@man man/man3p/Log::Log4perl::Layout::NoopLayout.3p
@man man/man3p/Log::Log4perl::Layout::PatternLayout.3p
@man man/man3p/Log::Log4perl::Layout::PatternLayout::Multiline.3p
@man man/man3p/Log::Log4perl::Layout::SimpleLayout.3p
@man man/man3p/Log::Log4perl::Level.3p
@man man/man3p/Log::Log4perl::Logger.3p
@man man/man3p/Log::Log4perl::MDC.3p
@man man/man3p/Log::Log4perl::NDC.3p
@man man/man3p/Log::Log4perl::Resurrector.3p
@man man/man3p/Log::Log4perl::Util.3p