Index: head/textproc/p5-Text-ANSI-Util/Makefile =================================================================== --- head/textproc/p5-Text-ANSI-Util/Makefile (revision 499775) +++ head/textproc/p5-Text-ANSI-Util/Makefile (revision 499776) @@ -1,24 +1,32 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Text-ANSI-Util -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}0 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Routines for text containing ANSI color codes LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump USES= perl5 USE_PERL5= configure NO_ARCH= yes -.include +.include + +.if ${PERL_LEVEL} < 502600 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils +.endif + +.include Index: head/textproc/p5-Text-ANSI-Util/distinfo =================================================================== --- head/textproc/p5-Text-ANSI-Util/distinfo (revision 499775) +++ head/textproc/p5-Text-ANSI-Util/distinfo (revision 499776) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552168548 -SHA256 (Text-ANSI-Util-0.22.tar.gz) = c96a915621c5acefa4031c755b248a25bc173b9682a0a483b7b6f8cc8a1dca02 -SIZE (Text-ANSI-Util-0.22.tar.gz) = 28122 +TIMESTAMP = 1556029596 +SHA256 (Text-ANSI-Util-0.230.tar.gz) = 36ebd6b30cb9a6353e669fa6b5112863a8f492a186c3a3acb911032c62ad5442 +SIZE (Text-ANSI-Util-0.230.tar.gz) = 29644