Commit 86e4a095 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

sysutils/mcollective-nrpe-client: Remove expired port

2023-06-30 sysutils/mcollective-nrpe-client: Depends on broken sysutils/mcollective

Approved by:	portmgr (blanket)
parent f3b3f01f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7682,3 +7682,4 @@ dns/djbdns-tools||2023-06-30|Has expired: No longer compliant with current DNS s
dns/djbdns||2023-06-30|Has expired: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years
dns/libdjbdns||2023-06-30|Has expired: No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years
sysutils/mcollective-actionpolicy-auth||2023-06-30|Has expired: Depends on broken sysutils/mcollective
sysutils/mcollective-nrpe-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective
+0 −1
Original line number Diff line number Diff line
@@ -736,7 +736,6 @@
    SUBDIR += mcollective-nettest-client
    SUBDIR += mcollective-nettest-common
    SUBDIR += mcollective-nrpe-agent
    SUBDIR += mcollective-nrpe-client
    SUBDIR += mcollective-nrpe-common
    SUBDIR += mcollective-puppet-agent
    SUBDIR += mcollective-puppet-client
+0 −20
Original line number Diff line number Diff line
PORTNAME=	mcollective-nrpe-client

COMMENT=	MCollective client to interact with the NRPE monitoring system

# See MASTERDIR for MAINTAINER.

DEPRECATED=	Depends on broken sysutils/mcollective
EXPIRATION_DATE=	2023-06-30

RUN_DEPENDS=	mcollective-nrpe-common>=${PORTVERSION}:sysutils/mcollective-nrpe-common

MASTERDIR=	${.CURDIR}/../mcollective-nrpe-common

PLIST_FILES=	share/mcollective/aggregate/nagios_states.rb \
		share/mcollective/application/nrpe.rb

do-install:
	cd ${WRKSRC} && ${COPYTREE_SHARE} "aggregate/*.rb application/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective

.include "${MASTERDIR}/Makefile"