Date: Sat, 24 Aug 2019 19:51:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509736 - head/devel/p5-Color-ANSI-Util Message-ID: <201908241951.x7OJpYUZ083200@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 24 19:51:33 2019 New Revision: 509736 URL: https://svnweb.freebsd.org/changeset/ports/509736 Log: Remove p5-Color-RGB-Util version hack as 0.599 is released now Modified: head/devel/p5-Color-ANSI-Util/Makefile Modified: head/devel/p5-Color-ANSI-Util/Makefile ============================================================================== --- head/devel/p5-Color-ANSI-Util/Makefile Sat Aug 24 19:51:28 2019 (r509735) +++ head/devel/p5-Color-ANSI-Util/Makefile Sat Aug 24 19:51:33 2019 (r509736) @@ -15,14 +15,11 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Color-RGB-Util>=0.598:devel/p5-Color-RGB-Util +RUN_DEPENDS= p5-Color-RGB-Util>=0.599:devel/p5-Color-RGB-Util USES= perl5 USE_PERL5= configure NO_ARCH= yes - -post-patch: - @${REINPLACE_CMD} -e '/Color::RGB::Util/ s|0.599|0.598|' ${WRKSRC}/Makefile.PL .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908241951.x7OJpYUZ083200>