Mathieu Arnold
ae04fc958c
Don't set WRKSRC and USE_GITHUB, it is wrong. Also, stripping go ports
...
is just fine.
Pointy hat: pi
Sponsored by: Absolight
2018-01-12 12:59:04 +00:00
Kurt Jaeger
13ce4a3718
New port: net-mgmt/prometheus-collectd-exporter
...
An exporter for collectd. It accepts collectd's binary network
protocol as sent by collectd's network plugins and metrics in JSON
format via HTTP POST as sent by colletd's write_http_plugin, and
transform and exposes them for consumption by Prometheus.
WWW: https://github.com/prometheus/collectd_exporter
PR: 214675
Submitted by: dsp@php.net
2018-01-12 11:45:30 +00:00
Lars Engels
c2532374f1
net-mgmt/aircrack-ng:
...
- Include pcap.h using a relative path. Some environments failed to find it.
- Bump PORTREVISION
This most probably also fixes 190725
PR: 225050
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
MFH: 2018Q1
2018-01-12 08:53:01 +00:00
Richard Gallamore
9e1b30bed9
* Update Seafile to 6.2.4
...
* Update Seahub to 6.2.5
* Reverted recent patches to work better with libevhtp
Affected ports: net-mgmt/ccnet-server net-mgmt/seafile-server www/py-seafdav www/py-seafobj www/seahub
2018-01-11 17:38:44 +00:00
Alexey Dokuchaev
7b85b686ee
Remove superfluous linefeeds and fix some other minor whitespace bugs.
2018-01-11 16:53:44 +00:00
Palle Girgensohn
212c2b1bdb
Update to latest version, 1.5.1
2018-01-11 16:05:49 +00:00
Alexey Dokuchaev
a247b2f47d
Do not abuse INSTALL_MAN when installing documentation, examples, and
...
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Muhammad Moinur Rahman
aa6a88a931
net-mgmt/netxms: Update version 2.0.7=>2.2.2
...
- Update MASTERSITES
- Remove options SQLITE as it is default now [1]
- Add option SSH
PR: 220204 [1]
Submitted by: peter@icebear.net [1]
2018-01-10 18:03:25 +00:00
Mathieu Arnold
bb5196a149
Remove support for variables that have been deprecated for a while.
...
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490
2018-01-09 07:40:55 +00:00
Mark Felder
53df67be2f
Rename rubygem-sinatra-contrib to rubygem-sinatra-contrib1
...
This is required to bring in a rubygem-sinatra-contrib 2.0.0
Approved by: robak
2018-01-08 16:32:05 +00:00
Mathieu Arnold
9568a087da
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.
...
Sponsored by: Absolight
2018-01-08 15:47:40 +00:00
Mathieu Arnold
0ef198c197
Fix check_ntp_time.
...
It periodically returns "Socket timeout" when one of several ntp server
doesn't response.
PR: 224926
Submitted by: admins perceptyx com
Sponsored by: Absolight
2018-01-08 13:38:55 +00:00
Palle Girgensohn
b9db4ac6df
Update telegraf to latest version 1.5.0
2018-01-05 11:23:51 +00:00
Richard Gallamore
6f7c22282d
* Revision bump, cleanup unused dependencies
...
Affected ports: net-mgmt/ccnet-client net-mgmt/seafile-client net-mgmt/seafile-gui
MFH: 2018Q1
2018-01-05 03:56:32 +00:00
Danilo G. Baio
0aaf2f835c
net-mgmt/cacti: Update to 1.1.30
...
Changes: https://www.cacti.net/release_notes.php?version=1.1.30
PR: 224889
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2018-01-05 00:48:24 +00:00
Richard Gallamore
6c676d2ba5
* Revision bump for libevhtp
...
* Fix build warnings / errors for updated libevhtp
MFH: 2018Q1
2018-01-04 19:15:27 +00:00
Ryan Steinmetz
6a9576c76d
- Resolve perl warnings
...
- Bump PORTREVISION
2018-01-04 17:29:28 +00:00
Ryan Steinmetz
f6269e3e86
- Add missing dependency
...
- Bump PORTREVISION
2018-01-04 15:13:33 +00:00
Lars Engels
0a33fd8110
net-mgmt/icingaweb2:
...
- Install icingacli to ${PREFIX}/bin and patch it to make it usable. Now you
can configure Icinga Web 2 with it and can use the embedded PHP web server.
- Bump PORTREVISION
MFH: 2018Q1
2018-01-03 15:02:39 +00:00
Sunpoet Po-Chuan Hsieh
97064443de
Update devel/json-c to 0.13
...
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine
2018-01-03 13:36:58 +00:00
Tobias C. Berner
51d04637cb
New USES=eigen
...
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702
2018-01-02 16:49:24 +00:00
Steve Wills
04b94a3f74
net-mgmt/rubygem-snmp: update to 1.2.0
...
PR: 224779
Approved by: mhjacks@swbell.net (maintainer)
2018-01-02 16:20:08 +00:00
Lars Engels
e473143c49
net-mgmt/icinga2:
...
Fix a typo in icinga2.in
Reported by: Stavros Patiniotis
2018-01-02 09:22:30 +00:00
Mark Felder
8c8e4ae2b9
net-mgmt/unifi5: Update to 5.6.26
...
- Switch to the .deb package as the distfile as requested by Ubiquiti
- Remove RESTRICTED as firmwares are no longer bundled
Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-26-Stable-has-been-released/ba-p/2165432
2018-01-01 23:00:23 +00:00
Niclas Zeising
4b594b2a20
Update conflicts now that net-mgmt/nrpe and net-mgmt/nrpe-ssl are gone.
2018-01-01 09:17:09 +00:00
Niclas Zeising
6a9de8d15c
Remove deprecated net-mgmt/nrpe and slave.
...
This is the old version of net-mgmt/nrpe, which is no longer maintained.
Please use net-mgmt/nrpe3 instead, which is the currently maintained
version.
2018-01-01 00:17:45 +00:00
Niclas Zeising
01134568b8
Remove deprecated net-mgmt/nrpe and slave.
...
This is the old version of net-mgmt/nrpe, which is no longer maintained.
Please use net-mgmt/nrpe3 instead, which is the currently maintained
version.
2018-01-01 00:17:23 +00:00
Steve Wills
c5c9e1ecf6
net-mgmt/rubygem-oxidized-script: update to 0.5.0
...
PR: 224778
Approved by: Nick Hilliard <nick@foobar.org> (maintainer)
2017-12-31 17:27:20 +00:00
Jimmy Olgeni
485d983cf0
Fix some typos.
2017-12-31 16:24:53 +00:00
Danilo G. Baio
15636c2890
net-mgmt/cacti: Update to 1.1.29
...
While here, update license.
Changes: https://www.cacti.net/release_notes.php?version=1.1.29
PR: 224727
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-12-31 14:29:46 +00:00
Florian Smeets
96e03123ad
Commit forgotten file, without this patch the resulting script doens't work.
2017-12-30 18:44:47 +00:00
Sunpoet Po-Chuan Hsieh
b5af12d32e
Update to 0.9.3
...
Changes: https://github.com/ytti/oxidized-web/commits/master
PR: 224705
Submitted by: sunpoet (myself)
Approved by: Nick Hilliard <nick@foobar.org> (maintainer)
2017-12-30 18:17:40 +00:00
Sunpoet Po-Chuan Hsieh
cb134f4cce
Update to 0.21.0
...
Changes: https://github.com/ytti/oxidized/blob/master/CHANGELOG.md
PR: 224704
Submitted by: sunpoet (myself)
Approved by: Nick Hilliard <nick@foobar.org> (maintainer)
2017-12-30 18:17:34 +00:00
Sunpoet Po-Chuan Hsieh
f653d68756
Fix WWW
...
Approved by: portmgr (blanket)
2017-12-30 00:15:49 +00:00
Sunpoet Po-Chuan Hsieh
597ecf30f2
Fix WWW
...
Approved by: portmgr (blanket)
2017-12-30 00:15:45 +00:00
Danilo G. Baio
9164d34e24
net-mgmt/zabbix34-*: Update to 3.4.5
...
Changes: https://www.zabbix.com/rn3.4.5
PR: 224639
Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-12-28 21:34:53 +00:00
Danilo G. Baio
eb50cabbd5
net-mgmt/zabbix32-*: Update to 3.2.11
...
Changes: https://www.zabbix.com/rn3.2.11
PR: 224640
Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-12-28 21:33:21 +00:00
Danilo G. Baio
aac66b3128
net-mgmt/zabbix3-*: Update to 3.0.14
...
Changes: https://www.zabbix.com/rn3.0.14
PR: 224642
Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-12-28 21:31:53 +00:00
Danilo G. Baio
4b1b8c89d7
net-mgmt/zabbix22-*: Update to 2.2.21
...
Changes: https://www.zabbix.com/rn2.2.21
PR: 224643
Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-12-28 21:29:54 +00:00
Lars Engels
d988012736
icingaweb2-module-map:
...
Update to 1.0.4
2017-12-27 07:04:51 +00:00
Steve Wills
e1dbacd333
net-mgmt/alertmanager: Update to 0.12.0
...
PR: 224566
Submitted by: michal@hanu.la (maintainer)
2017-12-24 18:46:53 +00:00
Steve Wills
78f116220b
net-mgmt/py-pysmi: Upgrade to 0.2.2
...
PR: 224571
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
2017-12-24 18:40:38 +00:00
Babak Farrokhi
1dbb902f49
- Unbreak build
...
- Take maintainership
2017-12-23 18:13:10 +00:00
Tijl Coosemans
cf642064f3
Convert to USES=autoreconf:build.
2017-12-23 17:59:50 +00:00
Steven Kreuzer
74dc6a03b7
Update to version 1.1.28
2017-12-22 14:33:51 +00:00
Mahdi Mokhtari
438a34de71
net-mgmt/nrpe3: Fix build with LibreSSL
...
The patch enables the configure of the port to detect LibreSSL as a valid OpenSSL
Reported by: Philip Jocks <pj@netzkommune.de>
Reviewed by: brnrd, zeising (maintainer)
Approved by: zeising (maintainer)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D13421
2017-12-21 20:30:46 +00:00
Richard Gallamore
532f5187cb
* Updated to 6.2.4
...
Affected ports: www/py-seafdav www/py-seafobj www/seahub
Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
2017-12-20 23:25:07 +00:00
Richard Gallamore
659723f46e
* Updated to 6.1.4
...
Affected ports: net-mgmt/ccnet-client net-mgmt/seafile-client net-mgmt/seafile-gui
Changes: https://manual.seafile.com/changelog/client-changelog.html
2017-12-20 22:59:00 +00:00
Mahdi Mokhtari
1790e5e22d
net-mgmt/netdata: Update port to 1.9.0
...
Merge the "Fixing on 12-CURRENT" patch to upstream
Introduced new features such as:
- access lists
- snapshots
- TCP overflow detection
- libvirt VM detection
2017-12-19 17:18:51 +00:00
Dmitry Marakasov
0fb96929c3
- Add LICENSE
...
- Switch to options helpers
- Simplify port
2017-12-18 11:53:44 +00:00