diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2019-01-01 13:35:25 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2019-01-01 13:35:25 +0000 |
| commit | 199ffcc433347d98da5c7ef18f531b4309b8d0e3 (patch) | |
| tree | aba2110e06d5019336e0bf4bba334d573482f614 | |
| parent | Remove references to PHP 5.6 from Mk/Uses/php.mk (diff) | |
www/nextcloud: remove support for PHP 5.6 and pet portlint
Notes
Notes:
svn path=/head/; revision=488888
| -rw-r--r-- | www/nextcloud/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index 51946548e536..37a2a22a209b 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -61,11 +61,7 @@ SSL_USE= PHP=openssl .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MAPCU} -. 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 +RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR} .endif post-extract: @@ -79,7 +75,7 @@ post-patch: do-install: @${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} - @${INSTALL_SCRIPT} ${WRKDIR}/config.sample.php ${STAGEDIR}${WWWDIR}/config/config.sample.php + ${INSTALL_SCRIPT} ${WRKDIR}/config.sample.php ${STAGEDIR}${WWWDIR}/config/config.sample.php @${RM} ${STAGEDIR}${WWWDIR}/updater/updater.phar @${MKDIR} ${STAGEDIR}${WWWDIR}/data @${MKDIR} ${STAGEDIR}${WWWDIR}/apps |
