Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 04:27:21 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 86e4a0952f60 - main - sysutils/mcollective-nrpe-client: Remove expired port
Message-ID:  <202306300427.35U4RLY6079619@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=86e4a0952f60be211c69677d5434f956539d2179

commit 86e4a0952f60be211c69677d5434f956539d2179
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 04:18:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 04:18:25 +0000

    sysutils/mcollective-nrpe-client: Remove expired port
    
    2023-06-30 sysutils/mcollective-nrpe-client: Depends on broken sysutils/mcollective
    
    Approved by:    portmgr (blanket)
---
 MOVED                                     |  1 +
 sysutils/Makefile                         |  1 -
 sysutils/mcollective-nrpe-client/Makefile | 20 --------------------
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/MOVED b/MOVED
index 6d56324ecb95..717f967f36a0 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 23e35f74ade6..16ad535d8f53 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -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
diff --git a/sysutils/mcollective-nrpe-client/Makefile b/sysutils/mcollective-nrpe-client/Makefile
deleted file mode 100644
index b7bf573fa6f4..000000000000
--- a/sysutils/mcollective-nrpe-client/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300427.35U4RLY6079619>