git: 6abca89628ad - main - net/bosh-bootloader: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 01 Oct 2025 19:14:48 UTC
The branch main has been updated by rene:

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

commit 6abca89628ad857c43def8e9d4779b964065f650
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-10-01 19:14:43 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-10-01 19:14:43 +0000

    net/bosh-bootloader: Remove expired port
    
    2025-10-01 net/bosh-bootloader: Not updated in years, no demand for them
---
 MOVED                         |  1 +
 net/Makefile                  |  1 -
 net/bosh-bootloader/Makefile  | 33 ---------------------------------
 net/bosh-bootloader/distinfo  |  5 -----
 net/bosh-bootloader/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/MOVED b/MOVED
index 25497ca99df5..bd0c81677165 100644
--- a/MOVED
+++ b/MOVED
@@ -4790,3 +4790,4 @@ audio/spotify-tui||2025-10-01|Has expired: dead upstream and doesn't build
 www/rubygem-rackup21||2025-10-01|Has expired: No consumers in ports tree
 audio/libopenspc|audio/libgme|2025-10-01|Has expired: Legacy library based on a very old emulator, consider using audio/libgme
 net/bosh-cli||2025-10-01|Has expired: Not updated in years, no demand for them
+net/bosh-bootloader||2025-10-01|Has expired: Not updated in years, no demand for them
diff --git a/net/Makefile b/net/Makefile
index a4dbf080a6dd..70ff893b1e8f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -67,7 +67,6 @@
     SUBDIR += boinc-client
     SUBDIR += boinc_curses
     SUBDIR += boinctui
-    SUBDIR += bosh-bootloader
     SUBDIR += bounce
     SUBDIR += bredbandskollen
     SUBDIR += brynet
diff --git a/net/bosh-bootloader/Makefile b/net/bosh-bootloader/Makefile
deleted file mode 100644
index 54ac7e2caeda..000000000000
--- a/net/bosh-bootloader/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME=	bosh-bootloader
-PORTVERSION=	7.6.0
-PORTREVISION=	32
-CATEGORIES=	net sysutils
-
-MAINTAINER=	dumbbell@FreeBSD.org
-COMMENT=	CLI for standing up CloudFoundry or Concourse on an IAAS
-WWW=		https://github.com/cloudfoundry/bosh-bootloader
-
-LICENSE=	APACHE20
-
-DEPRECATED=	Not updated in years, no demand for them
-EXPIRATION_DATE=	2025-10-01
-
-USE_GITHUB=	yes
-GH_TUPLE=	cloudfoundry:bosh-bootloader:v${PORTVERSION} \
-		golang:sys:v0.6.0:sys
-
-USES=		go tar:xz
-
-GO_PKGNAME=	github.com/cloudfoundry/bosh-bootloader
-GO_TARGET=	github.com/cloudfoundry/bosh-bootloader/bbl
-
-PLIST_FILES=	bin/bbl
-
-pre-patch:
-	${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
-	${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys
-
-post-patch:
-	${REINPLACE_CMD} -E -e 's|(Version = )"dev"|\1"${PORTVERSION}"|' ${WRKSRC}/bbl/main.go
-
-.include <bsd.port.mk>
diff --git a/net/bosh-bootloader/distinfo b/net/bosh-bootloader/distinfo
deleted file mode 100644
index 57720b089cee..000000000000
--- a/net/bosh-bootloader/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1679927440
-SHA256 (cloudfoundry-bosh-bootloader-7.6.0-v7.6.0_GH0.tar.gz) = d82e6f02c176933228026225718b2142dba6d076e005665faf3880a82cbb4f8d
-SIZE (cloudfoundry-bosh-bootloader-7.6.0-v7.6.0_GH0.tar.gz) = 9225507
-SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234
diff --git a/net/bosh-bootloader/pkg-descr b/net/bosh-bootloader/pkg-descr
deleted file mode 100644
index 3b963d843b6a..000000000000
--- a/net/bosh-bootloader/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a command line utility for standing up a CloudFoundry or
-Concourse installation on an IAAS. This CLI is currently under heavy
-development, and the initial goal is to support bootstrapping a
-CloudFoundry installation on AWS.