diff options
Diffstat (limited to 'net-mgmt/librenms/Makefile')
| -rw-r--r-- | net-mgmt/librenms/Makefile | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index 5f88bf9e07ab..b41acf59fdf7 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -1,5 +1,6 @@ PORTNAME= librenms -PORTVERSION= 25.9.1 +PORTVERSION= 25.10.0 +PORTREVSISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= LOCAL/dvl:vendor @@ -20,12 +21,12 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ rrdtool:databases/rrdtool \ snmpget:net-mgmt/net-snmp -USES= cpe php python shebangfix +USES= cpe php python shebangfix sudo 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 iconv ldap mbstring mysqli \ - pdo pdo_mysql phar posix session simplexml snmp sockets \ - tokenizer xml xmlwriter zip zlib + pdo pdo_mysql phar posix readline session simplexml snmp \ + sockets tokenizer xml xmlwriter zip zlib USE_RC_SUBR= librenms SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/build-phar.sh \ @@ -93,20 +94,12 @@ DBDIR= /var/db/${PORTNAME} OPTIONS_DEFINE= DOCS EXAMPLES FPING IPMITOOL LIBVIRT MYSQLD NAGPLUGINS \ NMAP WMIC X11 -OPTIONS_DEFAULT= FPING IPMITOOL LIBVIRT NAGPLUGINS NMAP PYPOLLER SUDO \ - WMIC -OPTIONS_RADIO= SUDO -OPTIONS_RADIO_SUDO= SUDO SUDO_SSSD - -SUDO_RUN_DEPENDS= sudo:security/sudo -SUDO_SSSD_RUN_DEPENDS= sudo:security/sudo@sssd +OPTIONS_DEFAULT= FPING IPMITOOL LIBVIRT NAGPLUGINS NMAP PYPOLLER WMIC FPING_DESC= Enable fping support ping monitoring IPMITOOL_DESC= Enable support for monitoring hardware IPMI MYSQLD_DESC= Use local MySQL server WMIC_DESC= Enable support for WMI polling -SUDO_DESC= use security/sudo -SUDO_SSSD_DESC= use security/sudo@sssd FPING_RUN_DEPENDS= fping:net/fping IPMITOOL_RUN_DEPENDS= ipmitool:sysutils/ipmitool @@ -133,7 +126,7 @@ _SCRIPT_FILES= daily.sh lnms # _RELEASE_TIMESTAMP is used for a patch inside the vendor code # it represents the release date via: git show --pretty='%H|%ct' -s 1.42.01 # It sits here so you remember to update it with each release -_RELEASE_TIMESTAMP= 1758126180 +_RELEASE_TIMESTAMP= 1760517127 _ROOT_DIRS= LibreNMS app bootstrap config database doc html \ includes lang licenses mibs misc resources routes \ scripts tests |
