Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 2023 14:06:41 GMT
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0e8a4a0a60f1 - main - mail/roundcube: fix previous commit (add support for php 8.2, not 8.3).
Message-ID:  <202310171406.39HE6fBA046917@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e8a4a0a60f1f1241374d15bf6ffc222a6e41ff7

commit 0e8a4a0a60f1f1241374d15bf6ffc222a6e41ff7
Author:     Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2023-10-17 14:05:27 +0000
Commit:     Alex Dupre <ale@FreeBSD.org>
CommitDate: 2023-10-17 14:06:39 +0000

    mail/roundcube: fix previous commit (add support for php 8.2, not 8.3).
    
    Spotted by:     Yasuhiro Kimura <yasu@utahime.org>
---
 mail/roundcube/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 4f9ab738b8e3..31e26caefda2 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -27,7 +27,7 @@ CPE_PRODUCT=	webmail
 CPE_VENDOR=	roundcube
 
 USE_PHP=	mbstring session iconv dom xml intl zip filter fileinfo exif ctype
-IGNORE_WITH_PHP=82
+IGNORE_WITH_PHP=83
 
 OPTIONS_DEFINE=	LDAP GD PSPELL NSC DOCS EXAMPLES
 OPTIONS_MULTI=	DB



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