View | Details | Raw Unified | Return to bug 247360
Collapse All | Expand All

(-)www/nextcloud/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	nextcloud
3
PORTNAME=	nextcloud
4
DISTVERSION=	19.0.0
4
DISTVERSION=	19.0.0
5
PORTREVISION=	1
5
CATEGORIES=	www
6
CATEGORIES=	www
6
MASTER_SITES=	https://download.nextcloud.com/server/releases/
7
MASTER_SITES=	https://download.nextcloud.com/server/releases/
7
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
8
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
Lines 12-18 Link Here
12
LICENSE=	AGPLv3
13
LICENSE=	AGPLv3
13
14
14
USES=		cpe gettext-runtime php:flavors,web tar:bzip2
15
USES=		cpe gettext-runtime php:flavors,web tar:bzip2
15
USE_PHP=	bz2 ctype curl dom fileinfo filter gd hash iconv json \
16
USE_PHP=	bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv json \
16
		mbstring pdo posix session simplexml xml xmlreader xmlwriter \
17
		mbstring pdo posix session simplexml xml xmlreader xmlwriter \
17
		xsl zip zlib
18
		xsl zip zlib
18
19

Return to bug 247360