ports/net-mgmt/nagios-check_puppet/Makefile
Yuri Victorovich b66056ffed Reset maintainership of the ports maintained by alexey@renatasystems.org
Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp

Also, looking at the subversion log, there were timeouts on:
* bug#224169 r465659 | ygy | 2018-03-26 19:51:12
* bug#224768 r459066 | swills | 2018-01-15 07:16:28
* bug#224755 r459058 | swills | 2018-01-15 06:55:08

The last approval from alexey@renatasystems.org was over a year ago:
bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
2018-07-18 22:20:23 +00:00

23 lines
599 B
Makefile

# Created by: Alexey V. Degtyarev
# $FreeBSD$
PORTNAME= check_puppet
PORTVERSION= 1.3
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= nagios-
MAINTAINER= ports@FreeBSD.org
COMMENT= Nagios plugin for checking Puppet daemon availability
NO_BUILD= yes
SUB_FILES= pkg-message
PLIST_FILES= bin/check_puppet man/man1/check_puppet.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/check_puppet ${STAGEDIR}${PREFIX}/bin/check_puppet
${INSTALL_MAN} ${WRKSRC}/check_puppet.1 ${STAGEDIR}${MANPREFIX}/man/man1/check_puppet.1
.include <bsd.port.mk>