svn commit: r509736 - head/devel/p5-Color-ANSI-Util

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 24 19:51:35 UTC 2019


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>


More information about the svn-ports-all mailing list