svn commit: r418854 - head/Mk/Uses

Bryan Drewery bdrewery at FreeBSD.org
Wed Jul 20 20:29:08 UTC 2016


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


More information about the svn-ports-head mailing list