diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-08-27 21:03:46 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-08-27 21:03:46 +0000 |
commit | 8545986044529a01af4d9eb609f30fcd5c3918a5 (patch) | |
tree | 410fff2f4b51c21092f2dd4a0e32b20d4d054904 /devel/p5-Log-Log4perl | |
parent | 3f73fdb610a40ce1e038de3c47d04ccb385da442 (diff) | |
download | ports-8545986044529a01af4d9eb609f30fcd5c3918a5.tar.gz ports-8545986044529a01af4d9eb609f30fcd5c3918a5.zip |
Update to 0.48
Notes
Notes:
svn path=/head/; revision=117463
Diffstat (limited to 'devel/p5-Log-Log4perl')
-rw-r--r-- | devel/p5-Log-Log4perl/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Log-Log4perl/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Log-Log4perl/pkg-plist | 1 |
3 files changed, 5 insertions, 9 deletions
diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile index 0df96c86925e..13def76abf09 100644 --- a/devel/p5-Log-Log4perl/Makefile +++ b/devel/p5-Log-Log4perl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log-Log4perl -PORTVERSION= 0.47 +PORTVERSION= 0.48 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log @@ -33,6 +33,7 @@ MAN3= Log::Log4perl.3 \ Log::Log4perl::Appender::TestBuffer.3 \ Log::Log4perl::Appender::TestFileCreeper.3 \ Log::Log4perl::Config.3 \ + Log::Log4perl::Config::BaseConfigurator.3 \ Log::Log4perl::Config::DOMConfigurator.3 \ Log::Log4perl::Config::PropertyConfigurator.3 \ Log::Log4perl::Config::Watch.3 \ @@ -67,10 +68,4 @@ MAN3= Log::Log4perl.3 \ 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 cf506a8a08fd..504310c8f5e7 100644 --- a/devel/p5-Log-Log4perl/distinfo +++ b/devel/p5-Log-Log4perl/distinfo @@ -1,2 +1,2 @@ -MD5 (Log-Log4perl-0.47.tar.gz) = 964dbf582982d19106428d2cb306a4fe -SIZE (Log-Log4perl-0.47.tar.gz) = 188067 +MD5 (Log-Log4perl-0.48.tar.gz) = f93118f42c103b34e11c54172103e827 +SIZE (Log-Log4perl-0.48.tar.gz) = 192672 diff --git a/devel/p5-Log-Log4perl/pkg-plist b/devel/p5-Log-Log4perl/pkg-plist index 199b94e445f4..bc928b717604 100644 --- a/devel/p5-Log-Log4perl/pkg-plist +++ b/devel/p5-Log-Log4perl/pkg-plist @@ -11,6 +11,7 @@ %%SITE_PERL%%/Log/Log4perl/Appender/TestBuffer.pm %%SITE_PERL%%/Log/Log4perl/Appender/TestFileCreeper.pm %%SITE_PERL%%/Log/Log4perl/Config.pm +%%SITE_PERL%%/Log/Log4perl/Config/BaseConfigurator.pm %%SITE_PERL%%/Log/Log4perl/Config/DOMConfigurator.pm %%SITE_PERL%%/Log/Log4perl/Config/PropertyConfigurator.pm %%SITE_PERL%%/Log/Log4perl/Config/Watch.pm |