diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2023-09-16 10:41:42 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2023-09-16 10:41:42 +0000 |
commit | b36be7351c66c5cd44aa5c439a5e5a10bcacd364 (patch) | |
tree | f8045a3b2cfb5578a9ec11fc875967778aa87222 | |
parent | dd07efe13035a82b72c56fca8bf9f01f26b205a2 (diff) |
www/nextcloud: Update to 27.1.0
* Includes Nextcloud Hub 6
-rw-r--r-- | www/nextcloud/Makefile | 3 | ||||
-rw-r--r-- | www/nextcloud/distinfo | 6 | ||||
-rw-r--r-- | www/nextcloud/files/pkg-message.in | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index 424cf719e0b4..d8c178a2949d 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -1,5 +1,5 @@ PORTNAME= nextcloud -PORTVERSION= 27.0.2 +PORTVERSION= 27.1.0 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -15,6 +15,7 @@ USES= cpe gettext-runtime php:flavors,web tar:bzip2 USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp iconv \ mbstring pcntl pdo posix session simplexml xml xmlreader \ xmlwriter xsl zip zlib +IGNORE_WITH_PHP=83 NEXTCLOUD_USERNAME?= ${WWWOWN} NEXTCLOUD_GROUPNAME?= ${WWWGRP} diff --git a/www/nextcloud/distinfo b/www/nextcloud/distinfo index b2e38356c392..afd15f13d578 100644 --- a/www/nextcloud/distinfo +++ b/www/nextcloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691743778 -SHA256 (nextcloud/nextcloud-27.0.2.tar.bz2) = 7a2dcea43aa3b8fb303347efda4c6f37733cca113c8ee16dd9f0e5fb68c7212f -SIZE (nextcloud/nextcloud-27.0.2.tar.bz2) = 169607153 +TIMESTAMP = 1694856142 +SHA256 (nextcloud/nextcloud-27.1.0.tar.bz2) = c3167059e69c517b7ae07f3bb0b832433d324675859081fe953ea41bc7df1242 +SIZE (nextcloud/nextcloud-27.1.0.tar.bz2) = 180034149 diff --git a/www/nextcloud/files/pkg-message.in b/www/nextcloud/files/pkg-message.in index ee8ba0865fcb..3a94119ed544 100644 --- a/www/nextcloud/files/pkg-message.in +++ b/www/nextcloud/files/pkg-message.in @@ -43,6 +43,9 @@ Merge any changes to %%WWWDIR%%/.htaccess.dist into .htaccess (above the and update the dynamic part of the file using the commandline: occ maintenance:update:htaccess + +As of Nextcloud 27.1.0 the recommended PHP version is 8.2. + EOM } ] |