diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2021-01-24 16:18:06 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2021-01-24 16:18:06 +0000 |
commit | 5998c3643747b9b0dba29e5ce455d0ee7ce002a5 (patch) | |
tree | b98cc7f8de370bb479a1cc6232f0ff28190a3318 /www/nextcloud/Makefile | |
parent | 82352588e23214158c80edcaa3d4fa9f054a2fbb (diff) | |
download | ports-5998c3643747b9b0dba29e5ce455d0ee7ce002a5.tar.gz ports-5998c3643747b9b0dba29e5ce455d0ee7ce002a5.zip |
Notes
Diffstat (limited to 'www/nextcloud/Makefile')
-rw-r--r-- | www/nextcloud/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index 762f8440eafc..783223410453 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -2,6 +2,7 @@ PORTNAME= nextcloud PORTVERSION= 20.0.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -15,6 +16,7 @@ USES= cpe gettext-runtime php:flavors,web tar:bzip2 USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv \ json mbstring pdo posix session simplexml xml xmlreader \ xmlwriter xsl zip zlib +IGNORE_WITH_PHP=80 NEXTCLOUD_USERNAME?= ${WWWOWN} NEXTCLOUD_GROUPNAME?= ${WWWGRP} |