svn commit: r488888 - head/www/nextcloud

Rene Ladan rene at FreeBSD.org
Tue Jan 1 13:35:26 UTC 2019


Author: rene
Date: Tue Jan  1 13:35:25 2019
New Revision: 488888
URL: https://svnweb.freebsd.org/changeset/ports/488888

Log:
  www/nextcloud: remove support for PHP 5.6 and pet portlint

Modified:
  head/www/nextcloud/Makefile

Modified: head/www/nextcloud/Makefile
==============================================================================
--- head/www/nextcloud/Makefile	Tue Jan  1 13:29:57 2019	(r488887)
+++ head/www/nextcloud/Makefile	Tue Jan  1 13:35:25 2019	(r488888)
@@ -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


More information about the svn-ports-head mailing list