git: 787fe89073b3 - main - net-mgmt/librenms: add missing dependency: iconv

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Thu, 16 Nov 2023 20:41:05 UTC
The branch main has been updated by dvl:

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

commit 787fe89073b39ca8c225bf947969627fdced817d
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2023-11-16 20:39:40 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2023-11-16 20:41:03 +0000

    net-mgmt/librenms: add missing dependency: iconv
    
    While here, run portfmt.
    PR:             275130
---
 net-mgmt/librenms/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile
index 3a57133da13a..87aa2706dcda 100644
--- a/net-mgmt/librenms/Makefile
+++ b/net-mgmt/librenms/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	librenms
 PORTVERSION=	23.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	LOCAL/dvl:vendor
@@ -24,9 +24,9 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pymysql>0:databases/py-pymysql@${PY_FLAVOR}
 USES=		cpe php python shebangfix
 USE_GITHUB=	yes
 # php hash/json/openssl extension is required but it's statically linked in default php
-USE_PHP=	ctype curl dom fileinfo filter gd ldap mbstring \
-		mysqli pdo pdo_mysql phar posix session simplexml snmp \
-		sockets tokenizer xml xmlwriter zip zlib
+USE_PHP=	ctype curl dom fileinfo filter gd iconv ldap mbstring mysqli \
+		pdo pdo_mysql phar posix session simplexml snmp sockets \
+		tokenizer xml xmlwriter zip zlib
 USE_RC_SUBR=	librenms
 
 SHEBANG_FILES=	../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/build-phar.sh \
@@ -177,7 +177,7 @@ do-install:
 .for f in ${_SCRIPT_FILES}
 	${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}/${WWWDIR}
 .endfor
-	# avoid: Error: lnms file is owned by root, it should be owned and ran by a non-privileged user
+# avoid: Error: lnms file is owned by root, it should be owned and ran by a non-privileged user
 	${ECHO_CMD} "@(www,wheel,0555) www/${PORTNAME}/lnms" >> ${TMPPLIST}
 
 	${MKDIR} ${STAGEDIR}/${WWWDIR}/vendor