Lars Engels
8c66e687f9
net-mgmt/icinga2:
...
- Ignore SIGPIPE in the rc script. This is a workaround for the bug described in https://dev.icinga.com/issues/13567
- Bump PORTREVISION
2016-12-15 14:40:20 +00:00
Palle Girgensohn
c14b26af55
Update to 1.1.2
2016-12-14 21:42:12 +00:00
Lars Engels
c16cccd4bc
net-mgmt/icingaweb2:
...
- Update to 2.4.0
- Icinga Web 2 only supports ZendFramework 1.x. Change the runtime dependency from 2.x to 1.x
2016-12-14 16:13:31 +00:00
Lars Engels
d6bc265d04
net-mgmt/icinga2:
...
Update to 2.6.0
2016-12-14 16:10:53 +00:00
Mathieu Arnold
c4cc383eb9
Convert a few ports to GH_TUPLE.
...
Sponsored by: Absolight
2016-12-13 14:58:08 +00:00
John Marino
860c5a64f6
net-mgmt/nagnu: Fix ncurses requirement specification part II
...
Upon further discussion, it was revealed that base ncurses will satisfy
requirements, so adjust USES accordingly.
discussed-with: pi (originally committer)
2016-12-13 05:45:36 +00:00
John Marino
d404e6e13a
net-mgmt/nagnu: Fix ncurses requirement specification
...
discussed-with: pi (originally committer)
2016-12-13 00:06:05 +00:00
Sunpoet Po-Chuan Hsieh
bfc16b8a3c
- Update WWW: rubygems.org uses https://
...
With hat: ruby
2016-12-11 19:27:01 +00:00
Bernard Spil
c31e738ae2
net-mgmt/send: Fix LibreSSL build
...
- Add patch to fix building with LibreSSL
- Register SSL dependency via USES= ssl
Approved by: SSL blanket
2016-12-10 21:03:31 +00:00
Kurt Jaeger
46e7e09226
New port: net-mgmt/nagnu
...
Nagnu is a curses/terminal based dashboard for nagios showing current
status of hosts and services.
WWW: https://github.com/frlen/nagnu
PR: 208846
Submitted by: Fredrik Lennmark <fredrik@min-hemsida.net>
2016-12-10 17:05:29 +00:00
Bartek Rutkowski
a486347bda
net-mgmt/bgpq3: update 0.1.31 -> 0.1.33 and fixes
...
- Add LICENSE and LICENSE_FILE
- Pet portlint
PR: 213483
Submitted by: Alexandre Snarskii <snar@snar.spb.ru> (maintainer)
2016-12-09 15:52:56 +00:00
Tijl Coosemans
f83c7639aa
Remove libintl.so.9 compatibility link that was added in r374303 to
...
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95
Remove libiconv.so.3 compatibility link that was added in r374303 to
...
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
1b6b6d972f
Remove libpcre.so.3 compatibility link that was added in r374303 to
...
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00
Tijl Coosemans
61b6b4348f
Remove libcurl.so.7 compatibility link that was added in r374303 to
...
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00
Tijl Coosemans
ca2176f4ac
Remove libjpeg.so.11 compatibility link that was added in r374303 to
...
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00
Mark Felder
1367120ec2
net-mgmt/unifi5: Update to 5.3.8
...
Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-3-8-Stable-has-been-released/ba-p/1755779
PR: 215109
2016-12-07 20:38:28 +00:00
Sunpoet Po-Chuan Hsieh
8ff8e80bee
- Add LICENSE_FILE
...
- Add NO_ARCH
Approved by: portmgr (blanket)
2016-12-06 14:53:41 +00:00
Mathieu Arnold
9775eb53da
Use the /subdir part of GH_TUPLE.
...
Sponsored by: Absolight
2016-12-05 15:33:01 +00:00
Palle Girgensohn
9aa84f1cbd
Add telegraf version when compiling
...
Suggested by: Vivek Khera
2016-12-05 14:16:42 +00:00
Palle Girgensohn
c3d9e26f3b
Update to latest version
...
PR: 214760
2016-12-05 14:15:13 +00:00
Mark Felder
60ec7d981b
net-mgmt/observium: Fix poller-wrapper.py
...
It was attempting to set PATH before importing os module
Reported by: Adrian Murphy <amurphy [AT] gsoft com au>
2016-12-05 00:22:42 +00:00
Sunpoet Po-Chuan Hsieh
421f78fbd7
- Add LICENSE_FILE [1]
...
- Add gemspec patch for rubygem-yajl-ruby 1.2.1
- Bump PORTREVISION for package change
Approved by: portmgr (blanket) [1]
2016-12-03 19:33:45 +00:00
Mark Felder
ee7dd701b1
net-mgmt/cpdp: Take maintainership
2016-12-02 23:05:53 +00:00
Mathieu Arnold
8b4093cba5
Do not use post-stage. Use post-install instead.
...
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
2016-12-02 11:58:21 +00:00
Mathieu Arnold
bbf7ef5615
http://github.com redirects to https://github.com , spare everyone a redirect.
...
Sponsored by: Absolight
2016-12-02 09:21:58 +00:00
Mathieu Arnold
8664861b1a
Don't quote {} in find -exec calls.
...
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight
2016-12-01 11:18:03 +00:00
Jason E. Hale
88d89bdc8a
Update to 1.4.1
...
PR: 214829
Submitted by: Jev Bjoersell <ports@ecadlabs.com> (maintainer)
2016-12-01 03:20:07 +00:00
Mark Felder
2d76f90eaf
net-mgmt/rancid3: Remove obsolete CONFLICTS
...
Reported by: mcl
2016-11-30 15:23:24 +00:00
Emanuel Haupt
374f7ed42c
Requires security/py-keyring as a run-dependency
2016-11-30 12:11:50 +00:00
Mathieu Arnold
703ff6d361
Mark some ports as not openssl-devel ready.
...
Sponsored by: Absolight
2016-11-29 18:46:21 +00:00
Rene Ladan
729a7824c3
Remove expired port:
...
2016-10-01 net-mgmt/rancid: Not supported upstream. Please upgrade to net-mgmt/rancid3
2016-11-27 17:04:05 +00:00
Rene Ladan
9283afb70c
Update netmagis-topo to version 2.3.3 to support net/mgmt/rancid3 instead
...
of the expired net-mgmt/rancid.
Submitted by: maintainer in private mail
2016-11-27 16:35:28 +00:00
Dmitry Marakasov
eeba2df7dd
- Add LICENSE
...
- Strip binary
- Regenerate patches
2016-11-25 09:31:17 +00:00
Dmitry Marakasov
b2bdcba958
- Add LICENSE
2016-11-23 14:50:02 +00:00
Jan Beich
a8713d15f4
devel/boost-*: update to 1.62.0
...
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
2016-11-23 12:45:46 +00:00
Palle Girgensohn
a47146e090
Update telegraf to 1.1.1
...
Make sure both stdin and stderr are redirected since daemon(8) forks and this
would otherwise leave scripted restarts haning. See #213412 and #214643 for a
more complete discussion.
PR: 214738, 213412, 214643
Submitted by: Stefan Lambrev
2016-11-23 00:23:49 +00:00
Alexey Dokuchaev
152047e855
- Restore link to Lance Spitzner's article (2002 Honeynet Project version)
...
- Remove nowadays defunct www.infoworld.com link (missed in r426160)
Submitted by: Royce Williams
2016-11-22 12:30:56 +00:00
Gerald Pfeifer
89f8b05214
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
...
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Emanuel Haupt
bac56b72d2
- Update to 4.1.2
...
- Update WWW
2016-11-20 05:34:25 +00:00
Mark Linimon
9ef2eb8602
As a test, restrict the dependency on dmidecode to x86.
2016-11-20 01:56:33 +00:00
Sunpoet Po-Chuan Hsieh
a8275ed2da
- Use USES=ssl
2016-11-19 17:04:07 +00:00
John Marino
7511d0ec55
net-mgmt: bwm-ng, scli, spectools: Document ncurses requirement
...
Approved by: ncurses blanket
2016-11-19 14:35:21 +00:00
Veniamin Gvozdikov
c38f7f2612
- Update to 2.3
2016-11-18 10:49:13 +00:00
Rene Ladan
f2aecf8776
Reset edwin's ports, he has handed in his commit bit.
...
With hat: portmgr-secretary
2016-11-16 22:55:39 +00:00
Mark Felder
d26eebfa76
net-mgmt/observium: Fix shebang in poller-wrapper.py
...
While here, modernize port
2016-11-16 15:23:47 +00:00
Alexey Dokuchaev
668ab1a043
- Reformat port description text for better readability and compactness
...
- Remove reference to Spitzner's paper which is no longer available
- Fix a typo (analyse -> analyze); update WWW entry to avoid redirect
2016-11-15 10:56:46 +00:00
Alexey Dokuchaev
3c8a36012b
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
...
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage
2016-11-14 03:15:03 +00:00
Mark Felder
3f56a2a3c1
www/xymon-server: Fix example Apache config files
...
The example config files for Apache had nonsense variables strewn
throughout as we do not use the interactive build process for Xymon
which would replace them after asking the user a series of questions.
Sane defaults have been chosen to make the examples more useful to the
user.
2016-11-12 22:23:32 +00:00
Mark Felder
021f574bea
net-mgmt/observium: Pet portlint
2016-11-12 18:30:48 +00:00