Date: Fri, 21 Feb 2020 16:31:11 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526632 - head/net-mgmt/librenms Message-ID: <202002211631.01LGVBJo099415@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002211631.01LGVBJo099415>