summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-03-05 21:55:55 +0000
committerglewis <glewis@FreeBSD.org>2004-03-05 21:55:55 +0000
commitad81e9e2e5a38c8928388c67161de59c5a52c3ef (patch)
treeb3c3d63e70c900057f3acd003b5a0a7f4ee134d6 /devel
parentc74e2a38c771327577e642855f1af63961dcc2d9 (diff)
downloadFreeBSD-ports-ad81e9e2e5a38c8928388c67161de59c5a52c3ef.zip
FreeBSD-ports-ad81e9e2e5a38c8928388c67161de59c5a52c3ef.tar.gz
. 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)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Log-Log4perl/Makefile19
-rw-r--r--devel/p5-Log-Log4perl/distinfo3
-rw-r--r--devel/p5-Log-Log4perl/pkg-plist1
3 files changed, 19 insertions, 4 deletions
diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile
index afba23b..6241133 100644
--- a/devel/p5-Log-Log4perl/Makefile
+++ b/devel/p5-Log-Log4perl/Makefile
@@ -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>
diff --git a/devel/p5-Log-Log4perl/distinfo b/devel/p5-Log-Log4perl/distinfo
index 2f493eb..7e6aec3 100644
--- a/devel/p5-Log-Log4perl/distinfo
+++ b/devel/p5-Log-Log4perl/distinfo
@@ -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
diff --git a/devel/p5-Log-Log4perl/pkg-plist b/devel/p5-Log-Log4perl/pkg-plist
index 3f7b8aa..5d2980e 100644
--- a/devel/p5-Log-Log4perl/pkg-plist
+++ b/devel/p5-Log-Log4perl/pkg-plist
@@ -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
OpenPOWER on IntegriCloud