git: 0c8b036606ef - main - mail/squirrelmail-change_sqlpass-plugin: Ignore with php81 due to broken pear

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 17 Aug 2025 10:40:06 UTC
The branch main has been updated by bofh:

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

commit 0c8b036606ef79fd98a696706fe022d5212d8905
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-08-17 10:37:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-08-17 10:39:48 +0000

    mail/squirrelmail-change_sqlpass-plugin: Ignore with php81 due to broken pear
    
    Approved by:    portmgr (blanket)
---
 mail/squirrelmail-change_sqlpass-plugin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/squirrelmail-change_sqlpass-plugin/Makefile b/mail/squirrelmail-change_sqlpass-plugin/Makefile
index 9e2b560a2a3d..2497f6e67276 100644
--- a/mail/squirrelmail-change_sqlpass-plugin/Makefile
+++ b/mail/squirrelmail-change_sqlpass-plugin/Makefile
@@ -8,7 +8,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Allows users to change their passwords stored in a SQL database
 WWW=		https://www.squirrelmail.org/plugin_view.php?id=25
 
-IGNORE_WITH_PHP=	82 83
+IGNORE_WITH_PHP=	81 82 83
 USE_SM_COMPAT=	yes
 
 RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}