svn commit: r542643 - head/devel/p5-Regexp-Compare

Mathieu Arnold mat at FreeBSD.org
Mon Jul 20 14:56:30 UTC 2020


Author: mat
Date: Mon Jul 20 14:56:28 2020
New Revision: 542643
URL: https://svnweb.freebsd.org/changeset/ports/542643

Log:
  Mark BROKEN on latest Perl, it has not been updated to support it yet.
  
  PR:		247826

Modified:
  head/devel/p5-Regexp-Compare/Makefile   (contents, props changed)

Modified: head/devel/p5-Regexp-Compare/Makefile
==============================================================================
--- head/devel/p5-Regexp-Compare/Makefile	Mon Jul 20 14:56:23 2020	(r542642)
+++ head/devel/p5-Regexp-Compare/Makefile	Mon Jul 20 14:56:28 2020	(r542643)
@@ -19,4 +19,10 @@ USE_PERL5=	configure
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 503100
+BROKEN=                does not support 5.31+
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list