svn commit: r491142 - in head/net-mgmt: . check_mk_agent check_mk_agent/files

Tobias Kortkamp tobik at freebsd.org
Sat Jan 26 11:32:08 UTC 2019


On Fri, Jan 25, 2019 at 09:50:15AM +0000, Mateusz Piotrowski wrote:
> Author: 0mp
> Date: Fri Jan 25 09:50:15 2019
> New Revision: 491142
> URL: https://svnweb.freebsd.org/changeset/ports/491142
> 
> Log:
>   New port: net-mgmt/check_mk_agent: Nagios-compatible agent for the Check_MK monitoring
>   
>   Check_MK is a software for effective IT monitoring. Easy installation,
>   best-in-class scalability and a broad range of features are just some of the
>   reasons why more and more users become Check_MK fans.
>   
>   WWW: http://mathias-kettner.com/check_mk.html
>   
>   Reviewed by:	mat
>   Approved by:	mat (mentor)
>   Sponsored by:	BALLY WULFF Games & Entertainment GmbH
>   Differential Revision:	https://reviews.freebsd.org/D18891
> 
> Added:
>   head/net-mgmt/check_mk_agent/
>   head/net-mgmt/check_mk_agent/Makefile   (contents, props changed)
>   head/net-mgmt/check_mk_agent/distinfo   (contents, props changed)
>   head/net-mgmt/check_mk_agent/files/
>   head/net-mgmt/check_mk_agent/files/pkg-message.in   (contents, props changed)
>   head/net-mgmt/check_mk_agent/pkg-descr   (contents, props changed)
> Modified:
>   head/net-mgmt/Makefile
> 
> Modified: head/net-mgmt/Makefile
> ==============================================================================
> --- head/net-mgmt/Makefile	Fri Jan 25 09:30:39 2019	(r491141)
> +++ head/net-mgmt/Makefile	Fri Jan 25 09:50:15 2019	(r491142)
> @@ -40,6 +40,7 @@
>      SUBDIR += centreon-clib
>      SUBDIR += check_ipmi_sensor
>      SUBDIR += check_logfiles
> +    SUBDIR += check_mk_agent
>      SUBDIR += check_multi
>      SUBDIR += check_mysql_health
>      SUBDIR += check_ssl_cert
> 
> Added: head/net-mgmt/check_mk_agent/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/net-mgmt/check_mk_agent/Makefile	Fri Jan 25 09:50:15 2019	(r491142)
> @@ -0,0 +1,45 @@
> +# $FreeBSD$
> +
> +PORTNAME=	check_mk_agent
> +DISTVERSION=	1.5.0p11
> +CATEGORIES=	net-mgmt
> +MASTER_SITES=	https://mathias-kettner.de/support/${DISTVERSION}/
> +DISTNAME=	check-mk-raw-${DISTVERSION}.cre
> +
> +MAINTAINER=	0mp at FreeBSD.org
> +COMMENT=	Nagios-compatible agent for the Check_MK monitoring
> +
> +LICENSE=	GPLv2
> +LICENSE_FILE=	${WRKSRC}/COPYING
> +
> +RUN_DEPENDS=	bash>0:shells/bash
> +
> +USES=	shebangfix
> +
> +SHEBANG_FILE=	bin/${PORTNAME}

There's a typo here.  It's SHEBANG_FILES (with an extra S).  At the
moment USES=shebangfix does nothing.

> +NO_ARCH=	yes
> +NO_BUILD=	yes
> +NO_TESTS=	yes

Typo here too.  AFAIK there is no NO_TESTS variable, but we do have
NO_TEST.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20190126/ab86f3c3/attachment.sig>


More information about the svn-ports-head mailing list