Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2022 20:44:10 GMT
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3f73700b6f1e - main - www/nextcloud: Fix php IGNORE (php8.1 is fine)
Message-ID:  <202207202044.26KKiAec022314@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f73700b6f1e5fcb2d779fc2b21c792b7ed64f5b

commit 3f73700b6f1e5fcb2d779fc2b21c792b7ed64f5b
Author:     Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2022-07-20 20:43:16 +0000
Commit:     Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2022-07-20 20:43:16 +0000

    www/nextcloud: Fix php IGNORE (php8.1 is fine)
    
    Bump PORTREVISION
---
 www/nextcloud/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile
index bb79639290ee..98c1a4a40369 100644
--- a/www/nextcloud/Makefile
+++ b/www/nextcloud/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nextcloud
 PORTVERSION=	24.0.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://download.nextcloud.com/server/releases/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -14,7 +15,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 pcntl pdo posix session simplexml xml xmlreader \
 		xmlwriter xsl zip zlib
-IGNORE_WITH_PHP=81 82
+IGNORE_WITH_PHP=82
 
 NEXTCLOUD_USERNAME?=	${WWWOWN}
 NEXTCLOUD_GROUPNAME?=	${WWWGRP}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207202044.26KKiAec022314>