svn commit: r488889 - head/devel/phabricator

Rene Ladan rene at FreeBSD.org
Tue Jan 1 13:36:21 UTC 2019


Author: rene
Date: Tue Jan  1 13:36:20 2019
New Revision: 488889
URL: https://svnweb.freebsd.org/changeset/ports/488889

Log:
  devel/phabricator: remove support for PHP 5.6

Modified:
  head/devel/phabricator/Makefile

Modified: head/devel/phabricator/Makefile
==============================================================================
--- head/devel/phabricator/Makefile	Tue Jan  1 13:35:25 2019	(r488888)
+++ head/devel/phabricator/Makefile	Tue Jan  1 13:36:20 2019	(r488889)
@@ -55,11 +55,7 @@ GD_USE=		PHP=gd
 
 .if ${PORT_OPTIONS:MOPCACHE}
 USE_PHP+=	opcache
-.	if ${PHP_VER} >= 70
 RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
-.	else
-RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR}
-.	endif
 .endif
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list