Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2017 12:26:29 +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: r448383 - head/devel/p5-Regexp-Compare
Message-ID:  <201708201226.v7KCQToE099627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708201226.v7KCQToE099627>