git: 70a9b804630e - main - mail/roundcube-carddav: Works with php 8.2.

From: Alexander Leidinger <netchild_at_FreeBSD.org>
Date: Sat, 09 Dec 2023 14:03:19 UTC
The branch main has been updated by netchild:

URL: https://cgit.FreeBSD.org/ports/commit/?id=70a9b804630e63fb81dee6e7a30461726f1f0d1f

commit 70a9b804630e63fb81dee6e7a30461726f1f0d1f
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2023-12-09 14:02:28 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2023-12-09 14:03:15 +0000

    mail/roundcube-carddav: Works with php 8.2.
    
    Tested by:      netchild
    Approved by:    gahr (maintainer)
---
 mail/roundcube-carddav/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/roundcube-carddav/Makefile b/mail/roundcube-carddav/Makefile
index c39de5686c5e..21d69b494b8c 100644
--- a/mail/roundcube-carddav/Makefile
+++ b/mail/roundcube-carddav/Makefile
@@ -12,7 +12,7 @@ WWW=		https://github.com/mstilkerich/rcmcarddav
 
 LICENSE=	GPLv2
 
-IGNORE_WITH_PHP=82 83
+IGNORE_WITH_PHP=83
 
 BUILD_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}