diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2022-05-05 11:23:23 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2022-05-05 11:23:23 +0000 |
commit | 41537af1c36d3aa1f9ce1674897d1f83ab93911f (patch) | |
tree | ce97247cc6ce3b95420532807eed3362a9b594ce | |
parent | 345fdf99b13a6ddecf78058ab92ea89fa12b0d21 (diff) |
www/nextcloud: Update to 24.0.0
* PHP 8.1 compatible
-rw-r--r-- | www/nextcloud/Makefile | 4 | ||||
-rw-r--r-- | www/nextcloud/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index 6510b85ce3d2..1c013d79ea16 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -1,5 +1,5 @@ PORTNAME= nextcloud -PORTVERSION= 23.0.4 +PORTVERSION= 24.0.0 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -10,8 +10,6 @@ COMMENT= Personal cloud which runs on your own server LICENSE= AGPLv3 -IGNORE_WITH_PHP=81 - USES= cpe gettext-runtime php:flavors,web tar:bzip2 USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv \ json mbstring pcntl pdo posix session simplexml xml xmlreader \ diff --git a/www/nextcloud/distinfo b/www/nextcloud/distinfo index 7c7688fc4e66..4d0bf45adb87 100644 --- a/www/nextcloud/distinfo +++ b/www/nextcloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650569706 -SHA256 (nextcloud/nextcloud-23.0.4.tar.bz2) = 67191c2b8b41591ae42accfb32216313fde0e107201682cb39029f890712bc6a -SIZE (nextcloud/nextcloud-23.0.4.tar.bz2) = 140409123 +TIMESTAMP = 1651650958 +SHA256 (nextcloud/nextcloud-24.0.0.tar.bz2) = 176cb5620f20465fb4759bdf3caaebeb7acff39d6c8630351af9f8738c173780 +SIZE (nextcloud/nextcloud-24.0.0.tar.bz2) = 123610460 |