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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 20 12:26:30 UTC 2017


Author: sunpoet
Date: Sun Aug 20 12:26:29 2017
New Revision: 448383
URL: https://svnweb.freebsd.org/changeset/ports/448383

Log:
  Update BROKEN: use lowercase for leading character

Modified:
  head/devel/p5-Regexp-Compare/Makefile

Modified: head/devel/p5-Regexp-Compare/Makefile
==============================================================================
--- head/devel/p5-Regexp-Compare/Makefile	Sun Aug 20 12:26:24 2017	(r448382)
+++ head/devel/p5-Regexp-Compare/Makefile	Sun Aug 20 12:26:29 2017	(r448383)
@@ -22,7 +22,7 @@ post-install:
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} >= 502700
-BROKEN=		Does not support 5.27+
+BROKEN=		does not support 5.27+
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list