aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2024-02-23 11:57:01 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2024-02-23 11:58:13 +0000
commit63144185171002a4f1fdef55b78aef5343ecf98a (patch)
tree9e5618c09dff5636caa849ece41c4e0701869cad
parent2b807f83c6af8d681d11b07fec1589a29d8e8736 (diff)
downloadports-63144185171002a4f1fdef55b78aef5343ecf98a.tar.gz
ports-63144185171002a4f1fdef55b78aef5343ecf98a.zip
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).
-rw-r--r--mail/roundcube-gravatar/Makefile1
-rw-r--r--mail/roundcube-login_info/Makefile1
-rw-r--r--mail/roundcube-tls_icon/Makefile1
3 files changed, 0 insertions, 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