svn commit: r499776 - head/textproc/p5-Text-ANSI-Util

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 23 17:52:58 UTC 2019


Author: sunpoet
Date: Tue Apr 23 17:52:52 2019
New Revision: 499776
URL: https://svnweb.freebsd.org/changeset/ports/499776

Log:
  Update to 0.230
  
  Changes:	https://metacpan.org/changes/distribution/Text-ANSI-Util

Modified:
  head/textproc/p5-Text-ANSI-Util/Makefile
  head/textproc/p5-Text-ANSI-Util/distinfo

Modified: head/textproc/p5-Text-ANSI-Util/Makefile
==============================================================================
--- head/textproc/p5-Text-ANSI-Util/Makefile	Tue Apr 23 17:52:47 2019	(r499775)
+++ head/textproc/p5-Text-ANSI-Util/Makefile	Tue Apr 23 17:52:52 2019	(r499776)
@@ -2,10 +2,11 @@
 # $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 at FreeBSD.org
 COMMENT=	Routines for text containing ANSI color codes
@@ -21,4 +22,11 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.post.mk>

Modified: head/textproc/p5-Text-ANSI-Util/distinfo
==============================================================================
--- head/textproc/p5-Text-ANSI-Util/distinfo	Tue Apr 23 17:52:47 2019	(r499775)
+++ head/textproc/p5-Text-ANSI-Util/distinfo	Tue Apr 23 17:52:52 2019	(r499776)
@@ -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


More information about the svn-ports-all mailing list