Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2016 20:29:07 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418854 - head/Mk/Uses
Message-ID:  <201607202029.u6KKT7gB089173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Jul 20 20:29:07 2016
New Revision: 418854
URL: https://svnweb.freebsd.org/changeset/ports/418854

Log:
  Fix display of 7.0 for IGNORE

Modified:
  head/Mk/Uses/php.mk

Modified: head/Mk/Uses/php.mk
==============================================================================
--- head/Mk/Uses/php.mk	Wed Jul 20 20:04:50 2016	(r418853)
+++ head/Mk/Uses/php.mk	Wed Jul 20 20:29:07 2016	(r418854)
@@ -123,7 +123,7 @@ PHP_EXT_INC?=	""
 .    for VER in ${IGNORE_WITH_PHP}
 .      if ${PHP_VER} == "${VER}"
 IGNORE=		cannot be installed: doesn't work with lang/php${PHP_VER} port\
-		(doesn't support PHP ${IGNORE_WITH_PHP:C/^5/5./})
+		(doesn't support PHP ${IGNORE_WITH_PHP:C/^([57])/\1./})
 .      endif
 .    endfor
 .  endif



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