Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2025 19:15:08 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8b52f2220578 - main - net/cf: Remove expired port
Message-ID:  <202510011915.591JF8ro018929@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b52f22205783b99dc77a9022d22db63798855cd

commit 8b52f22205783b99dc77a9022d22db63798855cd
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-10-01 19:15:01 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-10-01 19:15:01 +0000

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

diff --git a/MOVED b/MOVED
index bd0c81677165..f1ec81b4e0c5 100644
--- a/MOVED
+++ b/MOVED
@@ -4791,3 +4791,4 @@ 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
+net/cf||2025-10-01|Has expired: Not updated in years, no demand for them
diff --git a/net/Makefile b/net/Makefile
index 70ff893b1e8f..fc68fce468b6 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -78,7 +78,6 @@
     SUBDIR += c3270
     SUBDIR += calendarsupport
     SUBDIR += ccxstream
-    SUBDIR += cf
     SUBDIR += charm
     SUBDIR += chrony
     SUBDIR += chrony-lite
diff --git a/net/cf/Makefile b/net/cf/Makefile
deleted file mode 100644
index 8ef52f5e9608..000000000000
--- a/net/cf/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-PORTNAME=	cf
-PORTVERSION=	6.49.0
-DISTVERSIONPREFIX=	v
-PORTREVISION=	31
-CATEGORIES=	net
-
-MAINTAINER=	dumbbell@FreeBSD.org
-COMMENT=	CLI for Cloud Foundry written in Go
-WWW=		https://cloudfoundry.org/
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Not updated in years, no demand for them
-EXPIRATION_DATE=	2025-10-01
-
-BUILD_DEPENDS=	${LOCALBASE}/bin/go-bindata:devel/go-bindata
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	cloudfoundry
-GH_PROJECT=	cli
-GH_TUPLE=	golang:sys:v0.6.0:sys
-
-USES=		go
-
-CONFLICTS_INSTALL=	lbl-cf # bin/cf
-
-GO_BUILDFLAGS=	-ldflags="-X code.cloudfoundry.org/cli/version.binaryVersion=${PORTVERSION}"
-GO_PKGNAME=	code.cloudfoundry.org/cli
-GO_TARGET=	:cf
-
-PLIST_FILES=	bin/cf
-
-PORTDOCS=	NOTICE README.md
-
-OPTIONS_DEFINE=	DOCS
-
-pre-patch:
-	${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
-	${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys
-
-do-install-DOCS-on:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for x in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net/cf/distinfo b/net/cf/distinfo
deleted file mode 100644
index 989d22621b19..000000000000
--- a/net/cf/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1679327145
-SHA256 (cloudfoundry-cli-v6.49.0_GH0.tar.gz) = 7717d3b684c1553b98e13888704d88197447984057b8a4ba0cdf2ec862613761
-SIZE (cloudfoundry-cli-v6.49.0_GH0.tar.gz) = 22715242
-SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234
diff --git a/net/cf/pkg-descr b/net/cf/pkg-descr
deleted file mode 100644
index 0a6541db2ed1..000000000000
--- a/net/cf/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-The official command line client for Cloud Foundry.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510011915.591JF8ro018929>