git: cb1e6c3709c6 - main - sysutils/mcollective-service-common: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 30 Jun 2023 05:22:36 UTC
The branch main has been updated by bofh:

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

commit cb1e6c3709c622648a441ca4c66b3a4abd62f35c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 05:14:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 05:14:35 +0000

    sysutils/mcollective-service-common: Remove expired port
    
    2023-06-30 sysutils/mcollective-service-common: Depends on broken sysutils/mcollective
    
    Approved by:    portmgr (blanket)
---
 MOVED                                         |  1 +
 sysutils/Makefile                             |  1 -
 sysutils/mcollective-service-common/Makefile  | 37 ---------------------------
 sysutils/mcollective-service-common/distinfo  |  3 ---
 sysutils/mcollective-service-common/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/MOVED b/MOVED
index 39eab75f490e..06b8bd7022a1 100644
--- a/MOVED
+++ b/MOVED
@@ -7693,3 +7693,4 @@ sysutils/mcollective-shell-client||2023-06-30|Has expired: Depends on broken sys
 sysutils/mcollective-shell-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective
 sysutils/mcollective-nrpe-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective
 sysutils/mcollective-nrpe-common||2023-06-30|Has expired: Depends on broken sysutils/mcollective
+sysutils/mcollective-service-common||2023-06-30|Has expired: Depends on broken sysutils/mcollective
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 3261972b7c59..8861b8ea50d5 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -734,7 +734,6 @@
     SUBDIR += mcollective
     SUBDIR += mcollective-nettest-common
     SUBDIR += mcollective-puppet-common
-    SUBDIR += mcollective-service-common
     SUBDIR += mcron
     SUBDIR += mcweject
     SUBDIR += mdf2iso
diff --git a/sysutils/mcollective-service-common/Makefile b/sysutils/mcollective-service-common/Makefile
deleted file mode 100644
index fc03307371df..000000000000
--- a/sysutils/mcollective-service-common/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME?=	mcollective-service-common
-PORTVERSION=	3.2.0
-CATEGORIES=	sysutils
-
-MAINTAINER=	puppet@FreeBSD.org
-COMMENT?=	MCollective common files to manage the OS Services
-WWW=		https://github.com/puppetlabs/mcollective-service-agent
-
-LICENSE=	APACHE20
-
-DEPRECATED=	Depends on broken sysutils/mcollective
-EXPIRATION_DATE=	2023-06-30
-
-RUN_DEPENDS?=	mcollective>=2:sysutils/mcollective
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	puppetlabs
-GH_PROJECT=	mcollective-service-agent
-
-NO_BUILD=	yes
-NO_ARCH=	yes
-
-PLIST_FILES?=	share/mcollective/agent/service.ddl \
-		share/mcollective/data/service_data.ddl \
-		share/mcollective/data/service_data.rb \
-		share/mcollective/util/service/base.rb \
-		share/mcollective/util/service/serviceservice.rb \
-		share/mcollective/util/service/puppetservice.rb \
-		share/mcollective/validator/service_name.ddl \
-		share/mcollective/validator/service_name.rb
-
-.if !target(do-install)
-do-install:
-	cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.ddl data util validator" ${STAGEDIR}${PREFIX}/share/mcollective
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/mcollective-service-common/distinfo b/sysutils/mcollective-service-common/distinfo
deleted file mode 100644
index 3c36cab8400b..000000000000
--- a/sysutils/mcollective-service-common/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1506083519
-SHA256 (puppetlabs-mcollective-service-agent-3.2.0_GH0.tar.gz) = 99fad03da7186d96777e6c18300735a92201e7267c62f89c90109c2c4c86de85
-SIZE (puppetlabs-mcollective-service-agent-3.2.0_GH0.tar.gz) = 12923
diff --git a/sysutils/mcollective-service-common/pkg-descr b/sysutils/mcollective-service-common/pkg-descr
deleted file mode 100644
index f27c090a060a..000000000000
--- a/sysutils/mcollective-service-common/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-The mcollective service agent lets you stop, start, restart and query the
-statuses of services via MCollective.