aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-04-15 09:30:09 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-04-15 09:30:09 +0000
commitee885040b699a650b39877fc1664342ffce05779 (patch)
tree712613b96562c31418e818934f7e4253a387aab5
parent0a0ff0f6cf133ec32cc4c4d99485400a68f31d5a (diff)
downloadports-ee885040b699a650b39877fc1664342ffce05779.tar.gz
ports-ee885040b699a650b39877fc1664342ffce05779.zip
net-mgmt/librenms: Update version 201601=>201604
- Fix circular dependency of x11 and nox11 [1] PR: 208356 [1] Submitted by: daniel@blodan.se [1]
Notes
Notes: svn path=/head/; revision=413328
-rw-r--r--net-mgmt/librenms/Makefile16
-rw-r--r--net-mgmt/librenms/distinfo4
2 files changed, 13 insertions, 7 deletions
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile
index 5074a5c76d5a..daa36e7873a1 100644
--- a/net-mgmt/librenms/Makefile
+++ b/net-mgmt/librenms/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= librenms
-PORTVERSION= 201601
+PORTVERSION= 201604
CATEGORIES= net-mgmt
MASTER_SITES= http://www.librenms.org/
@@ -39,14 +39,12 @@ NO_BUILD= yes
RUN_DEPENDS+= rrdtool:databases/rrdtool \
dot:graphics/graphviz \
- Magick-config:graphics/ImageMagick \
- mtr:net/mtr-nox11 \
${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4 \
${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6 \
snmpget:net-mgmt/net-snmp \
bash:shells/bash
-OPTIONS_DEFINE= APACHEMOD FPING IPMITOOL LIBVIRT MYSQLD NAGPLUGINS NMAP PYPOLLER WMIC DOCS EXAMPLES
+OPTIONS_DEFINE= APACHEMOD FPING IPMITOOL LIBVIRT MYSQLD NAGPLUGINS NMAP PYPOLLER WMIC DOCS EXAMPLES X11
OPTIONS_DEFAULT= APACHEMOD FPING IPMITOOL LIBVIRT NAGPLUGINS NMAP PYPOLLER WMIC DOCS EXAMPLES
APACHEMOD_DESC= Use PHP with Apache 2.2+ module
FPING_DESC= Enable fping support ping monitoring
@@ -61,6 +59,11 @@ LIBVIRT_RUN_DEPENDS= virsh:devel/libvirt
NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins
NMAP_RUN_DEPENDS= nmap:security/nmap
PYPOLLER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb
+X11_RUN_DEPENDS= Magick-config:${PORTSDIR}/graphics/ImageMagick \
+ mtr:${PORTSDIR}/net/mtr
+X11_RUN_DEPENDS_OFF= Magick-config:${PORTSDIR}/graphics/ImageMagick-nox11 \
+ mtr:${PORTSDIR}/net/mtr-nox11
+
WMIC_RUN_DEPENDS= wmic:net-mgmt/wmi-client
MYSQLD_USE= MYSQL=server
MYSQLD_USE_OFF= MYSQL=client
@@ -69,7 +72,7 @@ SUB_FILES+= pkg-message
SUB_LIST+= PHP="${PHPBASE}/bin/php" PYTHON=${PYTHON_CMD}
ROOT_FILES= addhost.php adduser.php alerts.php build-base.php build.sql \
- billing-calculate.php callback.php \
+ billing-calculate.php \
check-services.php config_to_json.php daily.php daily.sh \
delhost.php discovery.php dist-pollers.php irc.php \
poll-billing.php poller.php poller-service.py poller-wrapper.py renamehost.php \
@@ -133,6 +136,9 @@ post-install:
${STAGEDIR}/${WWWDIR}/config.php.sample
@${ECHO} @sample ${WWWDIR}/config.php.sample >> ${TMPPLIST}
@${ECHO} @dir ${WWWDIR}/rrd >> ${TMPPLIST}
+ @${ECHO} @dir ${WWWDIR}/lib/influxdb-php/vendor/guzzlehttp/guzzle/build >> ${TMPPLIST}
+ @${ECHO} @dir ${WWWDIR}/lib/influxdb-php/vendor/guzzlehttp/guzzle/docs >> ${TMPPLIST}
+ @${ECHO} @dir ${WWWDIR}/lib/influxdb-php/vendor/guzzlehttp/guzzle/tests >> ${TMPPLIST}
@${ECHO_CMD} "@group" >> ${TMPPLIST}
@${ECHO_CMD} "@owner" >> ${TMPPLIST}
diff --git a/net-mgmt/librenms/distinfo b/net-mgmt/librenms/distinfo
index 4ff9dae1dc8c..f8284abbe6aa 100644
--- a/net-mgmt/librenms/distinfo
+++ b/net-mgmt/librenms/distinfo
@@ -1,2 +1,2 @@
-SHA256 (librenms-librenms-201601_GH0.tar.gz) = 7d17395d6c0677fcad1b360d266936e17cee54bf32e3bfc7aa3cb19dbecd9597
-SIZE (librenms-librenms-201601_GH0.tar.gz) = 29305191
+SHA256 (librenms-librenms-201604_GH0.tar.gz) = 311ff98f640f85be70f5ba13e72ed5b17a090b72896e53cb3c3069d62a709811
+SIZE (librenms-librenms-201604_GH0.tar.gz) = 31073002