git: b1d086ef272f - main - net-mgmt/librenms: Allow PHP 8.2

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Sun, 12 Nov 2023 00:33:44 UTC
The branch main has been updated by dvl:

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

commit b1d086ef272f02ce9f2ed8437c0fd79a2946cf0c
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2023-11-12 00:32:39 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2023-11-12 00:32:39 +0000

    net-mgmt/librenms: Allow PHP 8.2
    
    Turns out, it works fine with PHP 8.2
    
    PR:             275034
---
 net-mgmt/librenms/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile
index 6f7ff9b9a6a3..755e453cdcb2 100644
--- a/net-mgmt/librenms/Makefile
+++ b/net-mgmt/librenms/Makefile
@@ -12,8 +12,6 @@ WWW=		https://www.librenms.org
 
 LICENSE=	GPLv3
 
-IGNORE_WITH_PHP=	82
-
 # perhaps we also need python-memcache python-mysqldb
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pymysql>0:databases/py-pymysql@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-dotenv>0:www/py-python-dotenv@${PY_FLAVOR} \