Index: mail/nextcloud-mail/Makefile =================================================================== --- mail/nextcloud-mail/Makefile +++ mail/nextcloud-mail/Makefile @@ -8,6 +8,7 @@ CATEGORIES= mail MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} @@ -18,7 +19,7 @@ RUN_DEPENDS= nextcloud>=13:www/nextcloud -USES= gettext php +USES= gettext php:flavors USE_PHP= imap NO_BUILD= yes Index: security/nextcloud-passman/Makefile =================================================================== --- security/nextcloud-passman/Makefile +++ security/nextcloud-passman/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -USES= php +USES= php:flavors NO_BUILD= yes NO_ARCH= yes Index: security/nextcloud-twofactor_totp/Makefile =================================================================== --- security/nextcloud-twofactor_totp/Makefile +++ security/nextcloud-twofactor_totp/Makefile @@ -7,6 +7,7 @@ CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} @@ -18,7 +19,7 @@ RUN_DEPENDS= nextcloud>=13:www/nextcloud -USES= php +USES= php:flavors NO_BUILD= yes NO_ARCH= yes Index: security/nextcloud-twofactor_u2f/Makefile =================================================================== --- security/nextcloud-twofactor_u2f/Makefile +++ security/nextcloud-twofactor_u2f/Makefile @@ -7,6 +7,7 @@ CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} @@ -18,7 +19,7 @@ RUN_DEPENDS= nextcloud>=13.0.1:www/nextcloud -USES= php +USES= php:flavors NO_BUILD= yes NO_ARCH= yes Index: www/nextcloud-calendar/Makefile =================================================================== --- www/nextcloud-calendar/Makefile +++ www/nextcloud-calendar/Makefile @@ -8,6 +8,7 @@ CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} @@ -18,7 +19,7 @@ RUN_DEPENDS= nextcloud>=13:www/nextcloud -USES= php +USES= php:flavors NO_BUILD= yes NO_ARCH= yes Index: www/nextcloud-contacts/Makefile =================================================================== --- www/nextcloud-contacts/Makefile +++ www/nextcloud-contacts/Makefile @@ -8,6 +8,7 @@ CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} @@ -18,7 +19,7 @@ RUN_DEPENDS= nextcloud>=12:www/nextcloud -USES= php +USES= php:flavors NO_BUILD= yes NO_ARCH= yes Index: www/nextcloud-notes/Makefile =================================================================== --- www/nextcloud-notes/Makefile +++ www/nextcloud-notes/Makefile @@ -8,6 +8,7 @@ CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} @@ -19,7 +20,7 @@ RUN_DEPENDS= nextcloud>=9:www/nextcloud -USES= php +USES= php:flavors NO_BUILD= yes NO_ARCH= yes Index: www/nextcloud-tasks/Makefile =================================================================== --- www/nextcloud-tasks/Makefile +++ www/nextcloud-tasks/Makefile @@ -8,6 +8,7 @@ CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} @@ -19,7 +20,7 @@ RUN_DEPENDS= nextcloud>=12:www/nextcloud -USES= php +USES= php:flavors NO_BUILD= yes NO_ARCH= yes Index: www/nextcloud/Makefile =================================================================== --- www/nextcloud/Makefile +++ www/nextcloud/Makefile @@ -3,14 +3,15 @@ PORTNAME= nextcloud DISTVERSION= 13.0.2 CATEGORIES= www -MASTER_SITES= https://download.nextcloud.com/server/prereleases/ +MASTER_SITES= https://download.nextcloud.com/server/releases/ +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= brnrd@FreeBSD.org COMMENT= Personal cloud which runs on your own server LICENSE= AGPLv3 -USES= cpe gettext-runtime php:web tar:bzip2 ssl +USES= cpe gettext-runtime php:flavors,web tar:bzip2 ssl USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \ mbstring pdo posix session simplexml xml xmlreader xmlwriter \ xsl wddx zip zlib