Commit 2c156ea5 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

sysutils/mcollective-puppet-agent: Remove expired port

2023-06-30 sysutils/mcollective-puppet-agent: Depends on broken sysutils/mcollective

Approved by:	portmgr (blanket)
parent 86e4a095
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7683,3 +7683,4 @@ dns/djbdns||2023-06-30|Has expired: No longer compliant with current DNS standar
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
sysutils/mcollective-puppet-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective
+0 −1
Original line number Diff line number Diff line
@@ -737,7 +737,6 @@
    SUBDIR += mcollective-nettest-common
    SUBDIR += mcollective-nrpe-agent
    SUBDIR += mcollective-nrpe-common
    SUBDIR += mcollective-puppet-agent
    SUBDIR += mcollective-puppet-client
    SUBDIR += mcollective-puppet-common
    SUBDIR += mcollective-service-agent
+0 −19
Original line number Diff line number Diff line
PORTNAME=	mcollective-puppet-agent

COMMENT=	MCollective agent to manage the Puppet Agent

# See MASTERDIR for MAINTAINER.

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

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

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

PLIST_FILES=	share/mcollective/agent/puppet.rb

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

.include "${MASTERDIR}/Makefile"