Date: Fri, 30 Jun 2023 04:27:26 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: 7a51b833185b - main - sysutils/mcollective-nettest-agent: Remove expired port Message-ID: <202306300427.35U4RQNi079701@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=7a51b833185b0339dc4ef12179ad9e33fbf3639e commit 7a51b833185b0339dc4ef12179ad9e33fbf3639e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-30 04:22:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-30 04:22:46 +0000 sysutils/mcollective-nettest-agent: Remove expired port 2023-06-30 sysutils/mcollective-nettest-agent: Depends on broken sysutils/mcollective Approved by: portmgr (blanket) --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/mcollective-nettest-agent/Makefile | 20 -------------------- 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/MOVED b/MOVED index a929b059614f..8046d78b9db9 100644 --- a/MOVED +++ b/MOVED @@ -7686,3 +7686,4 @@ sysutils/mcollective-nrpe-client||2023-06-30|Has expired: Depends on broken sysu sysutils/mcollective-puppet-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective sysutils/mcollective-puppet-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective sysutils/mcollective-nettest-client||2023-06-30|Has expired: Depends on broken sysutils/mcollective +sysutils/mcollective-nettest-agent||2023-06-30|Has expired: Depends on broken sysutils/mcollective diff --git a/sysutils/Makefile b/sysutils/Makefile index e44f949500fc..80e3c09fadc0 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -732,7 +732,6 @@ SUBDIR += mcelog SUBDIR += mcfly SUBDIR += mcollective - SUBDIR += mcollective-nettest-agent SUBDIR += mcollective-nettest-common SUBDIR += mcollective-nrpe-agent SUBDIR += mcollective-nrpe-common diff --git a/sysutils/mcollective-nettest-agent/Makefile b/sysutils/mcollective-nettest-agent/Makefile deleted file mode 100644 index f199157cb3e7..000000000000 --- a/sysutils/mcollective-nettest-agent/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= mcollective-nettest-agent - -COMMENT= MCollective agent to test ICMP and TCP connectivity - -# See MASTERDIR for MAINTAINER. - -DEPRECATED= Depends on broken sysutils/mcollective -EXPIRATION_DATE= 2023-06-30 - -RUN_DEPENDS= mcollective-nettest-common>=${PORTVERSION}:sysutils/mcollective-nettest-common \ - rubygem-net-ping>=1:net/rubygem-net-ping - -MASTERDIR= ${.CURDIR}/../mcollective-nettest-common - -PLIST_FILES= share/mcollective/agent/nettest.rb - -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.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.35U4RQNi079701>