Index: devel/phabricator/Makefile =================================================================== --- devel/phabricator/Makefile +++ devel/phabricator/Makefile @@ -2,6 +2,7 @@ PORTNAME= phabricator PORTVERSION= 20161003 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -24,17 +25,18 @@ externals/restful/build-phar \ scripts/install/install_rhel-derivs.sh \ scripts/install/install_ubuntu.sh -USE_PHP= ctype curl fileinfo hash iconv filter mbstring mysql openssl \ +USE_PHP= ctype curl fileinfo filter hash iconv mbstring mysqli openssl \ pcntl posix -IGNORE_WITH_PHP= 70 GD_USE= PHP=gd .include .if ${PORT_OPTIONS:MOPCACHE} -. if ${PHP_EXT_DIR:C|[^0-9]||g} >= 20121212 USE_PHP+= opcache +. if ${PHP_VER} >= 70 +RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/php70-APCu +.else RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu . endif .endif