Date: Fri, 23 Feb 2024 11:58:17 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: 631441851710 - main - mail/roundcube-*: remove PHP restriction from my roundcube plugins Message-ID: <202402231158.41NBwHPH099116@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=63144185171002a4f1fdef55b78aef5343ecf98a commit 63144185171002a4f1fdef55b78aef5343ecf98a Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-02-23 11:57:01 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-02-23 11:58:13 +0000 mail/roundcube-*: remove PHP restriction from my roundcube plugins The php 8.3 restriction was removed in mail/roundcube, remove it here too (works fine). --- mail/roundcube-gravatar/Makefile | 1 - mail/roundcube-login_info/Makefile | 1 - mail/roundcube-tls_icon/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/mail/roundcube-gravatar/Makefile b/mail/roundcube-gravatar/Makefile index 08d17b652bb4..2e2c02c21cac 100644 --- a/mail/roundcube-gravatar/Makefile +++ b/mail/roundcube-gravatar/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 83 WWWDIR= ${LOCALBASE}/www/roundcube NO_ARCH= yes diff --git a/mail/roundcube-login_info/Makefile b/mail/roundcube-login_info/Makefile index bd39a7db3722..e37628f775c9 100644 --- a/mail/roundcube-login_info/Makefile +++ b/mail/roundcube-login_info/Makefile @@ -13,7 +13,6 @@ LICENSE= GPLv2 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 83 WWWDIR= ${LOCALBASE}/www/roundcube NO_ARCH= yes diff --git a/mail/roundcube-tls_icon/Makefile b/mail/roundcube-tls_icon/Makefile index e3312347a435..41d15be509fd 100644 --- a/mail/roundcube-tls_icon/Makefile +++ b/mail/roundcube-tls_icon/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 83 WWWDIR= ${LOCALBASE}/www/roundcube NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231158.41NBwHPH099116>