git: 22254f094c4b - main - net/mtr-nox11: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Aug 2024 11:54:21 UTC
The branch main has been updated by sunpoet:

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

commit 22254f094c4b8277beda8765f44ea4e8b35e743d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 09:35:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 10:55:23 +0000

    net/mtr-nox11: Remove obsoleted port
    
    Use net/mtr@nox11 instead.
---
 MOVED                  | 1 +
 net/Makefile           | 1 -
 net/mtr-nox11/Makefile | 9 ---------
 3 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/MOVED b/MOVED
index 36bf38a0ab52..c01456644a25 100644
--- a/MOVED
+++ b/MOVED
@@ -3432,3 +3432,4 @@ devel/py-ollama|misc/py-ollama|2024-08-10|Deduplicate
 x11-toolkits/wlroots-hyprland||2024-08-11|Discontinued: use x11-toolkits/aquamarine instead
 textproc/wbxml2|textproc/libwbxml|2024-08-15|Move textproc/wbxml2 to textproc/libwbxml
 graphics/libwmf-nox11|graphics/libwmf@nox11|2024-08-15|graphics/libwmf adds nox11 flavor. Use graphics/libwmf@nox11 instead
+net/mtr-nox11|net/mtr@nox11|2024-08-15|Remove obsoleted port. Use net/mtr@nox11 instead
diff --git a/net/Makefile b/net/Makefile
index e79a5ab4bcf6..d51da5223950 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -492,7 +492,6 @@
     SUBDIR += msend
     SUBDIR += msoak
     SUBDIR += mtr
-    SUBDIR += mtr-nox11
     SUBDIR += multicat
     SUBDIR += mvfst
     SUBDIR += nanomsg
diff --git a/net/mtr-nox11/Makefile b/net/mtr-nox11/Makefile
deleted file mode 100644
index 027273e455f5..000000000000
--- a/net/mtr-nox11/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PKGNAMESUFFIX=	-nox11
-
-MASTERDIR=	${.CURDIR}/../mtr
-
-PORTSCOUT=	ignore:1
-
-OPTIONS_EXCLUDE=	X11
-
-.include "${MASTERDIR}/Makefile"