git: 5343e8800dc1 - main - devel/godot35-tools: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 02 Aug 2025 09:30:00 UTC
The branch main has been updated by rene:

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

commit 5343e8800dc1bf9d50b857090e99dc0a9eb49c16
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-08-02 09:29:48 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-08-02 09:29:48 +0000

    devel/godot35-tools: Remove expired port
    
    2025-07-31 devel/godot35-tools: Fails to build and legacy, consider migrating to devel/godot-tools
---
 MOVED                        |  1 +
 devel/Makefile               |  1 -
 devel/godot35-tools/Makefile | 16 ----------------
 3 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/MOVED b/MOVED
index 9deacdaa3601..fd8f45fb6729 100644
--- a/MOVED
+++ b/MOVED
@@ -4667,3 +4667,4 @@ www/php85-opcache||2025-08-01|Part of default php85
 devel/rpc2||2025-08-02|Has expired: Outdated, unsupported upstream and unmaintained for years in tree
 devel/publib||2025-08-02|Has expired: Upstream is gone and last release around 2012
 devel/qmake||2025-08-02|Has expired: Obsolete and unsupported upstream
+devel/godot35-tools|devel/godot-tools|2025-08-02|Has expired: Fails to build and legacy, consider migrating to devel/godot-tools
diff --git a/devel/Makefile b/devel/Makefile
index c19e1e7eb5b7..bbd95860b6b5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -922,7 +922,6 @@
     SUBDIR += godot
     SUBDIR += godot-tools
     SUBDIR += godot35
-    SUBDIR += godot35-tools
     SUBDIR += goffice
     SUBDIR += gogs
     SUBDIR += golangci-lint
diff --git a/devel/godot35-tools/Makefile b/devel/godot35-tools/Makefile
deleted file mode 100644
index d8f9688cd60c..000000000000
--- a/devel/godot35-tools/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-PKGNAMESUFFIX=	35-tools
-
-COMMENT=	Game integrated development environment
-
-BROKEN=		Fails to build, error: no member named 'u' in 'QuadraticBezierCurve<V>'
-DEPRECATED=	Fails to build and legacy, consider migrating to devel/godot-tools
-EXPIRATION_DATE=2025-07-31
-
-OPTIONS_EXCLUDE=	#
-OPTIONS_SLAVE=	TOOLS
-# we don't want the pkg-message from the master port
-PKGMESSAGE=
-
-MASTERDIR=	${.CURDIR}/../godot35
-
-.include "${MASTERDIR}/Makefile"