diff options
Diffstat (limited to 'net/bosh-bootloader')
-rw-r--r-- | net/bosh-bootloader/Makefile | 30 | ||||
-rw-r--r-- | net/bosh-bootloader/distinfo | 5 | ||||
-rw-r--r-- | net/bosh-bootloader/pkg-descr | 4 |
3 files changed, 0 insertions, 39 deletions
diff --git a/net/bosh-bootloader/Makefile b/net/bosh-bootloader/Makefile deleted file mode 100644 index 80501c8b6def..000000000000 --- a/net/bosh-bootloader/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= bosh-bootloader -PORTVERSION= 7.6.0 -PORTREVISION= 29 -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 - -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. |