mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Upgrade to 1.14
This commit is contained in:
parent
c7083916e2
commit
a488b6aa02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203537
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Log-Log4perl
|
||||
PORTVERSION= 1.13
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Log
|
||||
@ -66,6 +66,7 @@ MAN3= Log::Log4perl.3 \
|
||||
Log::Log4perl::MDC.3 \
|
||||
Log::Log4perl::NDC.3 \
|
||||
Log::Log4perl::Resurrector.3 \
|
||||
Log::Log4perl::Util.3
|
||||
Log::Log4perl::Util.3 \
|
||||
Log::Log4perl::Util::Semaphore.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Log-Log4perl-1.13.tar.gz) = ba0eff06d756834a9f549f3ece8c3f88
|
||||
SHA256 (Log-Log4perl-1.13.tar.gz) = fda984df15c7c5e22d2605c72cbf5fa937f18a1a40793cc088c8d7aeb334d2c8
|
||||
SIZE (Log-Log4perl-1.13.tar.gz) = 227363
|
||||
MD5 (Log-Log4perl-1.14.tar.gz) = bee26b11c26857743f76ce23b3e140bc
|
||||
SHA256 (Log-Log4perl-1.14.tar.gz) = 17e9ca966855dfceff5d1a7d9af609c4120ef4c2ea2d46d56837f55f91e952df
|
||||
SIZE (Log-Log4perl-1.14.tar.gz) = 229273
|
||||
|
@ -44,9 +44,11 @@
|
||||
%%SITE_PERL%%/Log/Log4perl/NDC.pm
|
||||
%%SITE_PERL%%/Log/Log4perl/Resurrector.pm
|
||||
%%SITE_PERL%%/Log/Log4perl/Util.pm
|
||||
%%SITE_PERL%%/Log/Log4perl/Util/Semaphore.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Log4perl/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Log4perl
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
|
||||
@dirrm %%SITE_PERL%%/Log/Log4perl/Util
|
||||
@dirrm %%SITE_PERL%%/Log/Log4perl/Layout/PatternLayout
|
||||
@dirrm %%SITE_PERL%%/Log/Log4perl/Layout
|
||||
@dirrm %%SITE_PERL%%/Log/Log4perl/JavaMap
|
||||
|
Loading…
Reference in New Issue
Block a user