Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2024 15:20: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: e010ad2e2d94 - main - mail/roundcube-*: remove php 8.2 restriction from some roundcube plugins
Message-ID:  <202401041520.404FKJMm010601@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=e010ad2e2d9431c439a362b9b5db71e00ffbf2a0

commit e010ad2e2d9431c439a362b9b5db71e00ffbf2a0
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-01-04 15:14:16 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-01-04 15:20:16 +0000

    mail/roundcube-*: remove php 8.2 restriction from some roundcube plugins
    
    Maintainer timeout:     ~4 weeks
---
 mail/roundcube-automatic_addressbook/Makefile | 2 +-
 mail/roundcube-calendar-kolab/Makefile        | 2 +-
 mail/roundcube-html5_notifier/Makefile        | 2 +-
 mail/roundcube-sauserprefs/Makefile           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile
index ae2167f41916..2bc30b346862 100644
--- a/mail/roundcube-automatic_addressbook/Makefile
+++ b/mail/roundcube-automatic_addressbook/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR}
 USES=		php:flavors
 USE_GITHUB=	yes
 GH_ACCOUNT=	sblaisot
-IGNORE_WITH_PHP=82 83
+IGNORE_WITH_PHP=83
 
 WWWDIR=		${RCDIR}/plugins/automatic_addressbook
 NO_ARCH=	yes
diff --git a/mail/roundcube-calendar-kolab/Makefile b/mail/roundcube-calendar-kolab/Makefile
index 1226cce92eaa..d47fca70952d 100644
--- a/mail/roundcube-calendar-kolab/Makefile
+++ b/mail/roundcube-calendar-kolab/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=82 83
+IGNORE_WITH_PHP=83
 
 NO_BUILD=	yes
 NO_ARCH=	yes
diff --git a/mail/roundcube-html5_notifier/Makefile b/mail/roundcube-html5_notifier/Makefile
index 8a6083693235..91c6d78b883e 100644
--- a/mail/roundcube-html5_notifier/Makefile
+++ b/mail/roundcube-html5_notifier/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 USES=		php:flavors
 USE_GITHUB=	yes
 GH_ACCOUNT=	stremlau
-IGNORE_WITH_PHP=82 83
+IGNORE_WITH_PHP=83
 
 WWWDIR=		${PREFIX}/www/roundcube/plugins/${PORTNAME}
 NO_ARCH=	yes
diff --git a/mail/roundcube-sauserprefs/Makefile b/mail/roundcube-sauserprefs/Makefile
index a5bb5a2fd9b1..c74943b9b5c2 100644
--- a/mail/roundcube-sauserprefs/Makefile
+++ b/mail/roundcube-sauserprefs/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	82 83
+IGNORE_WITH_PHP=83
 
 WWWDIR=		${PREFIX}/www/roundcube/plugins/sauserprefs
 NO_ARCH=	yes



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