Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2022 07:47:36 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f17bcec41e1 - main - mail/roundcube-contextmenu: Mark PHP 8.1 compat
Message-ID:  <202210210747.29L7laI0034520@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f17bcec41e1c0572201836c111f235473ff2d69

commit 2f17bcec41e1c0572201836c111f235473ff2d69
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2022-10-21 07:47:14 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2022-10-21 07:47:14 +0000

    mail/roundcube-contextmenu: Mark PHP 8.1 compat
---
 mail/roundcube-contextmenu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile
index 037ca66acae0..45087f590081 100644
--- a/mail/roundcube-contextmenu/Makefile
+++ b/mail/roundcube-contextmenu/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
-IGNORE_WITH_PHP=81 82
+IGNORE_WITH_PHP=82
 NO_BUILD=	yes
 NO_ARCH=	yes
 



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