svn commit: r526632 - head/net-mgmt/librenms

Dan Langille dvl at FreeBSD.org
Fri Feb 21 16:31:12 UTC 2020


Author: dvl
Date: Fri Feb 21 16:31:11 2020
New Revision: 526632
URL: https://svnweb.freebsd.org/changeset/ports/526632

Log:
  add dependencies to fix after update of libremns to 1.56
  
  PR:		243875
  Submitted by:	Dirk Meyer <dinoex at FreeBSD.org>

Modified:
  head/net-mgmt/librenms/Makefile

Modified: head/net-mgmt/librenms/Makefile
==============================================================================
--- head/net-mgmt/librenms/Makefile	Fri Feb 21 15:32:45 2020	(r526631)
+++ head/net-mgmt/librenms/Makefile	Fri Feb 21 16:31:11 2020	(r526632)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librenms
 PORTVERSION=	1.56
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	LOCAL/dvl:vendor
@@ -30,7 +30,9 @@ RUN_DEPENDS+=	rrdtool:databases/rrdtool \
 		bash:shells/bash \
 		sudo:security/sudo
 
-USE_PHP=	ctype curl filter gd hash json ldap mbstring mysqli openssl pdo pdo_mysql phar posix session simplexml snmp tokenizer xml zip
+USE_PHP=	ctype curl dom fileinfo filter gd hash json ldap mbstring \
+		mysqli openssl pdo pdo_mysql phar posix session simplexml \
+		snmp tokenizer xml xmlwriter zip
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	librenms


More information about the svn-ports-head mailing list