Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2023 14:03:19 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 70a9b804630e - main - mail/roundcube-carddav: Works with php 8.2.
Message-ID:  <202312091403.3B9E3JCX031898@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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