Update to 1.24
- Sort *_DEPENDS - Add TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Log-Dispatch-FileRotate/Changes
This commit is contained in:
parent
0db8d8bc69
commit
ed80f562f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438007
2 changed files with 15 additions and 9 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Log-Dispatch-FileRotate
|
||||
PORTVERSION= 1.19
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.24
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,12 +10,18 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Log::Dispatch plug-in for files that archive/rotate themselves
|
||||
|
||||
BUILD_DEPENDS= p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \
|
||||
p5-Date-Manip>=0:devel/p5-Date-Manip \
|
||||
p5-Params-Validate>=0:devel/p5-Params-Validate \
|
||||
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \
|
||||
p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \
|
||||
p5-Params-Validate>=0:devel/p5-Params-Validate
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Path-Tiny>=0.018:devel/p5-Path-Tiny \
|
||||
p5-Test-Warn>=0:devel/p5-Test-Warn
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Log-Dispatch-FileRotate-1.19.tar.gz) = 45058f68181d112089f0808051ab446d874cbf791aa12e668cd4d06899f3387f
|
||||
SIZE (Log-Dispatch-FileRotate-1.19.tar.gz) = 15012
|
||||
TIMESTAMP = 1491601088
|
||||
SHA256 (Log-Dispatch-FileRotate-1.24.tar.gz) = 4facc1f3294ce73bd15bf16d6cfbdb805ab804db4249c7f91cb70fac010beeee
|
||||
SIZE (Log-Dispatch-FileRotate-1.24.tar.gz) = 23881
|
||||
|
|
Loading…
Reference in a new issue