142 Commits

Author SHA1 Message Date
sthen
a08d1a6d96 use GH_DISTFILE in a few places 2021-11-16 21:30:22 +00:00
sthen
ba9a033124 fix DISTFILES, reported by aja@ 2021-11-13 11:25:57 +00:00
sthen
6d074fa545 update to librenms-21.11.0 2021-11-12 18:20:08 +00:00
sthen
98c8da6486 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 08:27:13 +00:00
sthen
1b994d89f8 update to librenms-21.10.2 2021-10-22 08:51:32 +00:00
sthen
8777d405cd update to librenms-21.10.1 2021-10-20 10:31:34 +00:00
sthen
d9b73d760f update to librenms-21.10.0 2021-10-19 15:09:29 +00:00
sthen
1259801fc9 update to librenms-21.9.1 2021-10-03 19:30:52 +00:00
sthen
a68a71e846 update to librenms-21.9.0 2021-09-17 10:46:15 +00:00
sthen
8a684900d2 update to librenms-21.8.0 2021-08-25 23:46:02 +00:00
sthen
809999972a update to librenms-21.7.0 2021-07-17 09:29:55 +00:00
sthen
eff8a3a388 librenms: add patch (from my upstream PR) to fix fetching RSRQ/RSSI/etc
from mikrotik devices where the LTE interface isn't on index 1.
2021-06-25 16:29:54 +00:00
sthen
71bd09e154 update to librenms-21.6.0 2021-06-20 11:33:06 +00:00
sthen
afeb3a0715 address some issues with librenms' pkg-readme and path detection
reported by Olivier Cherrier, while there install the bash-completion
file
2021-06-07 20:13:20 +00:00
sthen
b6829621c5 update to librenms-21.5.1 2021-05-20 07:34:15 +00:00
sthen
3e24629254 update to librenms-21.5.0 2021-05-18 17:14:30 +00:00
sthen
63fbbfe2b7 update to librenms-21.4.0 2021-04-23 21:15:18 +00:00
sthen
a99233fede update to librenms-21.3.0 2021-03-27 15:13:34 +00:00
sthen
06e20cb110 switch default MODPHP_VERSION to 7.4 and bump ports which have changed
version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode).
2021-02-24 16:48:59 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
e0650d28ca update to librenms-21.2.0 2021-02-18 11:59:50 +00:00
sthen
8e1142abb7 switch roundcube/plugins and librenms to MODPHP_VERSION=7.4 2021-02-06 20:33:27 +00:00
sthen
787e1781ee update to librenms-21.1.0 2021-02-02 10:05:11 +00:00
sthen
8ba1290981 update to librenms-1.70.1 2020-12-03 18:04:02 +00:00
sthen
f12848f8b3 update to LibreNMS 1.69 2020-11-06 15:02:50 +00:00
sthen
6f770247e8 update to librenms-1.68 2020-10-02 18:45:23 +00:00
sthen
fe81d3c483 update to librenms-1.67 2020-09-04 21:19:59 +00:00
sthen
a9ef9ffd0d update to librenms-1.66 2020-08-01 11:16:49 +00:00
sthen
9a24512173 update to librenms-1.65.1 2020-07-26 16:34:52 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
fdfbc6c64f update to librenms-1.65 2020-07-04 19:51:43 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
756c72caf6 librenms: add some small optional RUN_DEPENDS, used for the distributed poller 2020-06-18 09:54:14 +00:00
sthen
6ddede44e2 update to librenms-1.64.1 2020-06-06 19:02:24 +00:00
sthen
5ab5c3af82 librenms: switch dependency from py-mysqlclient to py-pymysql and
drop related patches
2020-06-01 20:56:22 +00:00
sthen
0ceb9f2c47 update to librenms-1.64 2020-06-01 15:01:25 +00:00
sthen
e0b4a7d5fd librenms tweaks:
- switch dependency from databases/py-mysql to databases/py-mysqlclient,
requested by (and original diff from) jasper@
- stop patching MODPHP_BIN now that we provide a symlink, makes it easier
to use with newer PHP
2020-05-15 10:23:05 +00:00
sthen
dbbc027643 update to librenms-1.63 2020-04-29 17:23:52 +00:00
sthen
b477f3fcfd update to librenms-1.62.2 2020-04-05 19:27:15 +00:00
sthen
1a98626356 update to LibreNMS 1.62 2020-04-01 20:05:49 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen
f084c36381 update to librenms-1.61 2020-03-07 14:16:24 +00:00
sthen
3b6024d955 symlink the lnms script into /usr/local/bin 2020-02-14 10:31:55 +00:00
sthen
585e2ca2a7 @comment some .gitignore files 2020-02-11 18:59:09 +00:00
sthen
b874d9996e update to librenms-1.60
- rework the README a bit, install notes may still need some fixes

- note: run daily.sh as _librenms after installing the new version to
update schemas, you will see errors when you try to login if you don't
do this.

- note: some things moved from symbolic links to real files which
pkg_add -u doesn't cope with (this is the same case as "exotest" in
regress/usr.sbin/pkg_add). pkg_delete then pkg_add when updating.
@ask-update is used in the plist to try to warn you and ask you to
cancel during the update in this case.
2020-02-06 22:42:29 +00:00
sthen
961e5936cd drop MODPHP_VERSION=7.3, it is now the default 2019-09-26 22:01:47 +00:00
sthen
ff630e114f update to librenms-1.53.1 2019-07-03 14:07:46 +00:00
sthen
fd070ab6de update to librenms-1.53 2019-07-02 16:57:58 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
a1af532884 update to librenms-1.52 2019-05-28 14:18:31 +00:00