Commit graph

6739 commits

Author SHA1 Message Date
Kurt Jaeger
5c05dbc61a net-mgmt/arpwatch: fix url to download OUI from in pkg-message
- See
  https://github.com/freebsd/freebsd-ports/pull/74

Submitted by:	https://github.com/hachiman8
2017-12-07 06:30:41 +00:00
Dmitry Marakasov
e74a0d4c3b - Update to 0.11.0
PR:		223731
Submitted by:	franz@bett.ag
Approved by:	michal@hanu.la (maintainer)
2017-12-06 20:22:56 +00:00
Ryan Steinmetz
3fcd48bc9a - Add flavor support for python
PR:		224092
Submitted by:	Henrik Hudson
2017-12-04 18:54:38 +00:00
Richard Gallamore
0be430ee41 * Updated to 6.2.1
Affected ports: www/seahub www/py-seafdav www/py-seafobj
2017-12-04 08:00:09 +00:00
Antoine Brodin
38308bbce8 - Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
  it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
2017-12-03 08:25:31 +00:00
Dmitry Marakasov
4e11c93b98 - Switch to options helpers
- Whitespace fix in pkg-descr
2017-12-01 11:14:55 +00:00
Dmitry Marakasov
b6fed9857f - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2017-12-01 11:14:32 +00:00
Dmitry Marakasov
e23251b6e8 - Optionize DOCS
- Unsilence installation commands
2017-12-01 11:14:24 +00:00
Dmitry Marakasov
cd518bf8ad - Add LICENSE
- Switch to options helpers
- Simplify Makefile
2017-12-01 11:14:04 +00:00
Dmitry Marakasov
0f11c6a47b - Add LICENSE
- Switch to options helpers
- Regenerate patches
- Remove unnecessary flag modifications
2017-12-01 11:13:42 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
Boris Samorodov
9d5ba35a07 net-mgmt/blackbox_exporter: Update to version 0.11.0. 2017-11-30 20:58:48 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Dag-Erling Smørgrav
ea0f1337b8 Add a patch that sends a probe packet to the server when setting up the
client socket.  It helps in a few cases where the server has multiple
addresses, only some of them are reachable, and connect() succeeds even
though sendto() will fail.

Approved by:	maintainer
2017-11-29 13:12:24 +00:00
Richard Gallamore
88871ed702 * Updated to 1.3.2
* Sorted Makefile for portlint

PR:		223830
Submitted by:	<cheffo@fre^.org> (maintainer)
2017-11-28 21:21:04 +00:00
Lars Engels
a3c82795c3 The Elasticsearch Module for Icinga Web 2 integrates your Elastic stack into
Icinga Web 2. Based on Elasticsearch instances and event types you configure,
the module allows you to display data collected by Beats, Logstash and any
other source. After you've installed and configured the module, you can browse
events via the host action Elasticsearch Events.

WWW: https://github.com/Icinga/icingaweb2-module-elasticsearch
2017-11-28 16:20:18 +00:00
Lars Engels
d8f0aa1f96 This module integrates an existing Graphite installation in your Icinga Web 2
frontend.

It provides a new menu section with two general overviews for hosts and
services as well as an extension to the host and service detail view of the
monitoring module.

WWW: https://github.com/Icinga/icingaweb2-module-graphite
2017-11-28 16:01:14 +00:00
Lars Engels
4e69251c6d net-mgmt/icingaweb2:
- Update to 2.5.0
- Update pkg-descr and WWW
- Add upgrade information to pkg-message
2017-11-28 14:18:32 +00:00
Thomas Zander
5f2e7b4cc3 Allow collectd to use python3 if optional python support is activated
PR:		222742
Submitted by:	mi@ALDAN.algebra.com
Approved by:	ports@bsdserwis.com (maintainer)
MFH:		2017Q4 (ports-secteam fix blanket)
2017-11-25 14:10:44 +00:00
Mathieu Arnold
d9033160f4 Don't use MASTER_SITE_SUBDIR when it is not needed.
Sponsored by:	Absolight
2017-11-24 17:53:11 +00:00
Lars Engels
3c88dff788 net-mgmt/icinga2
- Update to 2.8.0
- Re-add USES= ssl now that Icinga uses symbol versioning
2017-11-23 12:51:54 +00:00
Rene Ladan
7fc25c874c Remove expired ports:
2017-11-20 news/brag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 textproc/srilm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 x11-toolkits/tk84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 devel/tkinspect: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/bogged: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ttraffic: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/ifm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 games/tksol: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 lang/tcl84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 mail/tkrat2: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 multimedia/dtv: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-20 net-mgmt/netwag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
2017-11-21 18:50:58 +00:00
Steve Wills
fc3b56ba75 net-mgmt/collectd5: update to 5.8.0
PR:		223789
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2017-11-21 18:40:25 +00:00
Luca Pizzamiglio
3b56870aa8 net-mgmt/cacti: Update to 1.1.28
PR:		223756
Submitted by:	freebsd-ports@dan.me.uk (maintainer)
Approved by:	olivier (mentor)
MFH:		2017Q4
Security:	CVE-2017-16641
Security:	CVE-2017-16660
Security:	CVE-2017-16661
Security:	CVE-2017-16785
Differential Revision:	https://reviews.freebsd.org/D13175
2017-11-21 12:04:25 +00:00
Lars Engels
c3ccfe85fe net-mgmt/icinga2:
- Update to 2.7.2 (Bugfix Release)

MFH:		2017Q4
2017-11-21 11:59:32 +00:00
Dan Langille
2751f7e4c6 Set path to rrdtool 2017-11-20 23:33:36 +00:00
Dan Langille
74163d0cd3 Upgrade to 1.33.01 2017-11-20 21:21:13 +00:00
Richard Gallamore
e09dab525e * Updated to 6.2.3
Changes: https://manual.seafile.com/changelog/server-changelog.html
Affected ports: net-mgmt/seafile-server net-mgmt/ccnet-server
2017-11-20 02:11:19 +00:00
Mark Felder
02b441de6a net-mgmt/unifi5: Update to 5.6.24
Changelog:	https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-24-Stable-Candidate-has-been-released/ba-p/2141297
2017-11-18 13:54:55 +00:00
Mark Felder
c756617918 net-mgmt/unifi5: Update to 5.6.22
Changelog:	https://community.ubnt.com/t5/UniFi-Beta-Blog/UniFi-5-6-22-Stable-Candidate-has-been-released/ba-p/2127830
2017-11-18 13:41:05 +00:00
Torsten Zuehlsdorff
96025cafd3 PHP 7.2: Remove bad repocopies.
Reported by: adamw
2017-11-16 17:12:24 +00:00
Torsten Zuehlsdorff
687591dd75 Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed

Also many PECL ports will not work with this version
since some files got renamed.

Reviewed by:           mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
2017-11-16 10:48:48 +00:00
Steve Wills
bdb90155bb net-mgmt/triton-guesttools: create port
FreeBSD guest tools to enabled compatability with SmartOS and Triton.

WWW: https://github.com/joyent/freebsd-kvm-image-builder/tree/master/triton-freebsd-guesttools
2017-11-15 22:43:20 +00:00
Palle Girgensohn
60bca78554 Upgrade to 1.4.4 2017-11-15 20:31:10 +00:00
Steve Wills
c02c7d60a8 net-mgmt/mdata-client: create port
Metadata retrieval and manipulation tools for use within guests of the SmartOS
(and SDC) hypervisor. These guests may be either SmartOS Zones or KVM virtual
machines.

WWW: https://github.com/joyent/mdata-client
2017-11-15 19:31:55 +00:00
Danilo G. Baio
41fccdab14 net-mgmt/zabbix3-*: Update to 3.0.13
Changes:	https://www.zabbix.com/rn3.0.13

PR:		223604
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-11-11 19:04:44 +00:00
Danilo G. Baio
f0cb8a6da2 net-mgmt/zabbix32-*: Update to 3.2.10
Changes:	https://www.zabbix.com/rn3.2.10

PR:		223603
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-11-11 18:54:16 +00:00
Antoine Brodin
ae498e3328 Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-11 07:11:37 +00:00
Tobias C. Berner
81a2ae7251 Updat net-mgmt/networkmgr to 2.5
* while here, make portlint happier

PR:		223571
Submitted by:	ericturgeon.bsd@gmail.com (maintainer)
2017-11-11 07:11:19 +00:00
Tobias C. Berner
ff2c0c6c81 Update net-mgmt/zabbix34-* to 3.4.4
PR:		223592
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2017-11-10 22:41:53 +00:00
Kurt Jaeger
8161d99187 net-mgmt/nfdump: update 1.6.15 -> 1.6.16
Changes:	https://github.com/phaag/nfdump/blob/master/ChangeLog
2017-11-10 20:22:07 +00:00
Palle Girgensohn
f1036fcf07 Update to version 1.4.3 2017-11-08 17:51:17 +00:00
Mahdi Mokhtari
290d3115f9 net-mgmt/netdata: Add option for freeipmi support
PR:		223460
Reported by:	Bryce Edwards <bryce@bryce.net>
Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D12975
2017-11-08 12:18:34 +00:00
Steven Kreuzer
e8487328c6 Update to version 1.1.27 2017-11-08 03:54:42 +00:00
Mathieu Arnold
fd08254023 Fix build with MariaDB 10.2.
PR:		223424
Submitted by:	brnrd
Reported by:	Matthias Fechner
Sponsored by:	Absolight
2017-11-07 15:48:11 +00:00
Mathieu Arnold
b49d1821dc Set the correct lockfile in nagios.cfg-sample.
PR:		223087
Submitted by:	Vinícius Zavam
Sponsored by:	Absolight
2017-11-07 15:47:54 +00:00
Danilo G. Baio
863faf39e6 net-mgmt/prometheus: Update to 1.8.2
While here, add LICENSE_FILE.

Changes:	https://github.com/prometheus/prometheus/releases/tag/v1.8.2

PR:		223432
Submitted by:	David O'Rourke <dor.bsd@xm0.uk>
Approved by:	ports@ecadlabs.com (maintainer)
2017-11-06 22:55:27 +00:00
Mathieu Arnold
9e70562238 Fix build with MariaDB 10.2.
PR:		223387
Submitted by:	brnrd
Reported by:	fbsd98816551 avksrv org
Sponsored by:	Absolight
2017-11-06 14:24:56 +00:00
Matthew Seaman
79e32f4fba Upgrade to 2.23.0
Changes: https://github.com/bucardo/check_postgres/releases/tag/2.23.0
2017-11-02 19:07:43 +00:00