. Update to 0.42.

. Fix File::Spec dependency
. Make PREFIX-clean under perl 5.005_03

PR:		63620
Submitted by:	Lars Thegler <lars@thegler.dk> (maintainer)
This commit is contained in:
Greg Lewis 2004-03-05 21:55:55 +00:00
parent 3302f9e6ed
commit 8d9d1f0878
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103052
3 changed files with 19 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Log-Log4perl
PORTVERSION= 0.41
PORTVERSION= 0.42
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
@ -53,6 +53,19 @@ MAN3= Log::Log4perl.3 \
Log::Log4perl::Level.3 \
Log::Log4perl::Logger.3 \
Log::Log4perl::MDC.3 \
Log::Log4perl::NDC.3
Log::Log4perl::NDC.3 \
Log::Log4perl::Util.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
.if ${PERL_LEVEL} <= 500503
# make PREFIX-clean under perl 5.005_03
post-configure:
@${PERL} -pi -e 's,/usr/local/,\$${PREFIX}/,g' ${WRKSRC}/Makefile
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1,2 @@
MD5 (Log-Log4perl-0.41.tar.gz) = 4d553fabdc84ff9da387c2364a2a83e6
MD5 (Log-Log4perl-0.42.tar.gz) = f6b196fa877aaad8c45c3174fb16382e
SIZE (Log-Log4perl-0.42.tar.gz) = 178943

View File

@ -36,6 +36,7 @@
%%SITE_PERL%%/Log/Log4perl/Logger.pm
%%SITE_PERL%%/Log/Log4perl/MDC.pm
%%SITE_PERL%%/Log/Log4perl/NDC.pm
%%SITE_PERL%%/Log/Log4perl/Util.pm
@dirrm %%SITE_PERL%%/Log/Log4perl/Appender
@dirrm %%SITE_PERL%%/Log/Log4perl/Config
@dirrm %%SITE_PERL%%/Log/Log4perl/Filter