many: Unsupported Go dep; deprecate and schedule for removal
There are about 75 ports that depend on old, unsupported Go versions. I've scheduled those Go versions for deletions on 2025/01/01, and so these ports are scheduled for removal on that same day. HOWEVER.... Likely NONE or VERY VERY FEW of these ports will actually need to be deleted! This stems from a misunderstanding: When go.mod says "go 1.23", it means that it requires AT LEAST go-1.23. Locking a port to a specific go version should almost never happen; it is reserved for when a package absolutely cannot build with any newer version, and it almost means that the port will only last 1 year (Go releases new minors twice a year). Where a port has USES=go:1.23 maintainers should attempt build with just USES=go If that works, please either commit it or submit it in a PR. Same goes go USES=go:1.23,modules to attempt USES=go,modules
This commit is contained in:
@@ -12,6 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.21,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= kimtore
|
||||
GH_PROJECT= pms
|
||||
|
||||
@@ -15,6 +15,9 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib
|
||||
USES= go:1.23,modules pkgconfig
|
||||
GO_MODULE= github.com/dancnb/sonicradio
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
PLIST_FILES= bin/sonicradio
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -15,6 +15,9 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= mongodb
|
||||
GH_PROJECT= mongo-tools
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
||||
GO_BUILDFLAGS= -tags "${USE_MY_TAGS}"
|
||||
|
||||
|
||||
@@ -16,6 +16,9 @@ USE_GITHUB= nodefault
|
||||
GH_TUPLE= golang:sys:v0.6.0:sys
|
||||
GO_MODULE= github.com/crunchydata/pg_tileserv
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
pre-patch:
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.21,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/knqyf263/pet
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@@ -15,6 +15,9 @@ RUN_DEPENDS= terraform:sysutils/terraform
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/runatlantis/atlantis
|
||||
CGO_ENABLED= 0
|
||||
|
||||
|
||||
@@ -22,6 +22,9 @@ GO_MODULE= go.etcd.io/etcd/v3
|
||||
GO_MOD_DIST= github
|
||||
GO_TARGET= ./etcdctl .
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CONFLICTS_INSTALL= coreos-etcd[0-9][0-9]
|
||||
|
||||
PLIST_FILES= bin/etcd \
|
||||
|
||||
@@ -32,6 +32,9 @@ GO_MODULE= go.etcd.io/etcd/v3
|
||||
GO_MOD_DIST= github
|
||||
GO_TARGET= ./etcdctl ./etcdutl ./server
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CONFLICTS_INSTALL= coreos-etcd[0-9][0-9]
|
||||
|
||||
PLIST_FILES= bin/etcd \
|
||||
|
||||
@@ -32,6 +32,9 @@ GO_MODULE= go.etcd.io/etcd/v3
|
||||
GO_MOD_DIST= github
|
||||
GO_TARGET= ./etcdctl ./etcdutl ./server
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CONFLICTS_INSTALL= coreos-etcd[0-9][0-9]
|
||||
|
||||
PLIST_FILES= bin/etcd \
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= go:1.23,modules
|
||||
GO_MODULE= github.com/retr0h/gilt/v2
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
PLIST_FILES= bin/gilt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -17,6 +17,9 @@ USES= go:1.21,modules
|
||||
USE_GITHUB= nodefault
|
||||
GH_TUPLE= golang:sys:v0.6.0:sys
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/git-town/git-town/v10
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CONFLICTS_INSTALL= migrate
|
||||
|
||||
GO_MODULE= github.com/golang-migrate/migrate/v4
|
||||
|
||||
@@ -12,6 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GH_TAGNAME= 40e02aa
|
||||
|
||||
@@ -12,6 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
_BUILD_VERSION= ${DISTVERSION}
|
||||
_BUILD_COMMIT= e1d05f7
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= numtide
|
||||
GH_TUPLE= \
|
||||
|
||||
@@ -12,6 +12,9 @@ LICENSE= MIT
|
||||
|
||||
USES= go:1.21,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/projectdiscovery/dnsx
|
||||
GO_TARGET= ./cmd/${PORTNAME}
|
||||
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.21,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/IrineSistiana/mosdns/v5
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/xyproto/orbiton/v2
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@@ -18,6 +18,9 @@ USES= go:1.23,modules
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= hyperledger
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
# the upstream claims that it is too difficult to add the /v2 suffix to the GoLang module URL: https://github.com/hyperledger/fabric/issues/2929
|
||||
GH_TUPLE= \
|
||||
AdaLogics:go-fuzz-headers:ced1acdcaa24:adalogics_go_fuzz_headers/vendor/github.com/AdaLogics/go-fuzz-headers \
|
||||
|
||||
@@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= go:1.23,modules tar:xz
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
OPTIONS_DEFINE= BASH FISH ZSH MANPAGES
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/coder/wush
|
||||
GO_TARGET= ./cmd/wush
|
||||
GO_BUILDFLAGS= -ldflags '-X main.version=${DISTVERSION}'
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/Broderick-Westrope/tetrigo
|
||||
GO_TARGET= ./cmd/${PORTNAME}
|
||||
|
||||
|
||||
@@ -16,6 +16,9 @@ RUN_DEPENDS= chafa:graphics/chafa \
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/r3tr0ananas/wallhaven-cli/v2
|
||||
GO_TARGET= ./wallhaven
|
||||
PLIST_FILES= bin/wallhaven
|
||||
|
||||
@@ -15,6 +15,9 @@ USES= go:1.23,modules,no_targets sqlite:3
|
||||
USE_GITHUB= nodefault
|
||||
GH_TUPLE= golang:sys:v0.30.0:sys
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
OPTIONS_DEFAULT= DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
||||
@@ -17,6 +17,9 @@ LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.MPLv2.0
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/mjl-/mox
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/danielmiessler/fabric
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@@ -35,6 +35,9 @@ GH_TUPLE= \
|
||||
niemeyer:pretty:a10e7caefd8e:niemeyer_pretty/vendor/github.com/niemeyer/pretty \
|
||||
wader:gojq:0aa7b87b2c2b:wader_gojq/vendor/github.com/wader/gojq
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -18,6 +18,9 @@ USE_RC_SUBR= ${PORTNAME}
|
||||
USERS= ${PORTNAME}
|
||||
GROUPS= ${USERS}
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
DENDRITE_BINS= create-account dendrite-demo-pinecone \
|
||||
dendrite-demo-yggdrasil dendrite \
|
||||
dendrite-upgrade-tests furl generate-config \
|
||||
|
||||
@@ -12,6 +12,9 @@ LICENSE= AGPLv3
|
||||
|
||||
BUILD_DEPENDS= protoc:devel/protobuf
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USES= gmake go:1.22 go:no_targets
|
||||
USERS= signaling
|
||||
GROUPS= signaling
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= go:1.23,modules
|
||||
USE_RC_SUBR= bind_exporter
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/prometheus-community/bind_exporter
|
||||
GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}"
|
||||
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dsh2dsh
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= go:1.23,modules
|
||||
GO_MODULE= github.com/prometheus/mysqld_exporter
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
PLIST_FILES= bin/mysqld_exporter
|
||||
USE_RC_SUBR= mysqld_exporter
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
@@ -18,6 +18,9 @@ PATCH_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= cpe gmake go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CONFLICTS_INSTALL= prometheus[13]
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
@@ -14,6 +14,9 @@ USES= go:1.23,modules
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= prometheus-community
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_RC_SUBR= smartctl_exporter
|
||||
RUN_DEPENDS+= smartctl:sysutils/smartmontools
|
||||
GO_MODULES= github.com/prometheus-community/smartctl_exporter
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= go:1.23,modules
|
||||
USE_GITHUB= yes
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GH_ACCOUNT= exoscale
|
||||
GH_PROJECT= cli
|
||||
CGO_ENABLED= 0
|
||||
|
||||
@@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= go:1.22,modules
|
||||
USE_RC_SUBR= yggdrasil
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/yggdrasil-network/yggdrasil-go
|
||||
GO_TARGET= ./cmd/yggdrasil \
|
||||
./cmd/yggdrasilctl
|
||||
|
||||
@@ -18,6 +18,9 @@ GH_ACCOUNT= wneessen
|
||||
GH_PROJECT= apg-go
|
||||
GH_TUPLE= wneessen:go-hibp:v1.0.6:wneessen_go_hibp/vendor/github.com/wneessen/go-hibp
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
|
||||
GO_TARGET= ./cmd/${PORTNAME}
|
||||
|
||||
|
||||
@@ -15,6 +15,9 @@ USE_RC_SUBR= certspotter
|
||||
GO_MODULE= software.sslmate.com/src/certspotter
|
||||
GO_TARGET= ./cmd/${PORTNAME}:${PREFIX}/sbin/${PORTNAME}
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CERTSPOTTER_USER?= certspotter
|
||||
CERTSPOTTER_GROUP?= certspotter
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/pcarrier/gauth
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@@ -14,6 +14,9 @@ USES= go:1.22,modules
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= gopasspw
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/git-credential-gopass
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= fabpot
|
||||
GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
|
||||
|
||||
@@ -16,6 +16,9 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= openpubkey
|
||||
GO_BUILDFLAGS= -ldflags "-X main.Version=${DISTVERSIONPREFIX}${DISTVERSION}"
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= GROUP=${OPKSSH_GROUP} \
|
||||
USER=${OPKSSH_USER}
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= go:1.22,modules
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USERS= sshesame
|
||||
GROUPS= sshesame
|
||||
|
||||
|
||||
@@ -16,6 +16,9 @@ RUN_DEPENDS= step:security/step-cli
|
||||
|
||||
USES= go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_RC_SUBR= step_ca
|
||||
|
||||
GO_MODULE= github.com/smallstep/certificates
|
||||
|
||||
@@ -12,6 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.22,modules shebangfix
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
SHEBANG_FILES= autocomplete/bash_autocomplete
|
||||
|
||||
GO_MODULE= github.com/smallstep/cli
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= go:1.20,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
@@ -16,6 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/mage:devel/mage
|
||||
USES= go:1.22,modules
|
||||
USE_GITHUB= yes
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GH_ACCOUNT= elastic
|
||||
GH_TUPLE= Azure:azure-amqp-common-go:v3.2.1:azure_azure_amqp_common_go_v3/vendor/github.com/Azure/azure-amqp-common-go/v3 \
|
||||
Azure:azure-event-hubs-go:v3.3.15:azure_azure_event_hubs_go_v3/vendor/github.com/Azure/azure-event-hubs-go/v3 \
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= choria-io
|
||||
GH_PROJECT= go-choria
|
||||
|
||||
@@ -12,6 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= cpe go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CPE_VENDOR= gruntwork-io
|
||||
GO_MODULE= github.com/gruntwork-io/cloud-nuke
|
||||
GO_BUILDFLAGS= -ldflags "\
|
||||
|
||||
@@ -17,6 +17,9 @@ USES= cpe gmake go:1.23,modules,no_targets
|
||||
USE_GITHUB= yes
|
||||
GH_SUBDIR= src/github.com/containerd/containerd
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CPE_VENDOR= linuxfoundation
|
||||
|
||||
USE_RC_SUBR= containerd
|
||||
|
||||
@@ -12,6 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
_BUILD_MAJOR= ${DISTVERSIONFULL:C/\..*$//}
|
||||
_BUILD_DATE= $$(date +%Y-%m-%d)
|
||||
|
||||
|
||||
@@ -12,6 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
#NOT_FOR_ARCHS= armv6 armv7 i386
|
||||
|
||||
_BUILD_DATE= $$(date -u +"%FT%T%z")
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
USES= go:1.22,modules
|
||||
GO_MODULE= github.com/vmware/govmomi
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_TARGET= ./govc \
|
||||
./vcsim
|
||||
|
||||
|
||||
@@ -18,6 +18,9 @@ RUN_DEPENDS= terraform:sysutils/terraform \
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/${PORTNAME}/${PORTNAME}
|
||||
|
||||
GO_BUILDFLAGS= -ldflags="-X github.com/infracost/infracost/internal/version.Version=v${PORTVERSION}"
|
||||
|
||||
@@ -15,6 +15,9 @@ GO_MODULE= github.com/carvel-dev/${PORTNAME}
|
||||
GO_TARGET= ./cmd/${PORTNAME}
|
||||
GO_BUILDFLAGS= -ldflags="-X carvel.dev/kapp/pkg/kapp/version.Version=v${DISTVERSION}"
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -16,6 +16,9 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
||||
|
||||
USES= cpe go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CONFLICTS_INSTALL?= ipfs-go-*
|
||||
|
||||
CPE_VENDOR= protocol
|
||||
|
||||
@@ -21,4 +21,7 @@ GO_TARGET= :${PREFIX}/libexec/nomad/plugins/nomad-pot-driver
|
||||
SUB_FILES= pkg-message
|
||||
PLIST_FILES= ${PREFIX}/libexec/nomad/plugins/nomad-pot-driver
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -28,6 +28,9 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= hashicorp
|
||||
USE_RC_SUBR= nomad
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/hashicorp/nomad
|
||||
GO_BUILDFLAGS= -tags ui \
|
||||
-ldflags "-X main.GitDescribe=${DISTVERSIONFULL}"
|
||||
|
||||
@@ -16,6 +16,9 @@ NOT_FOR_ARCHS= armv7 i386
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
_BUILD_DATE= $$(date -u +"%FT%T%z")
|
||||
_BUILD_HASH= f736e64
|
||||
|
||||
|
||||
@@ -25,6 +25,9 @@ PORTDOCS= CHANGELOG.md CODE_OF_CONDUCT.md README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \
|
||||
|
||||
@@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/daveshanley/vacuum
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_RC_SUBR= fabio
|
||||
|
||||
GO_MODULE= github.com/fabiolb/fabio
|
||||
|
||||
@@ -22,6 +22,9 @@ RUN_DEPENDS= git:devel/git
|
||||
USES= cpe gmake go:1.23,no_targets
|
||||
USE_RC_SUBR= forgejo
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CONFLICTS_INSTALL= forgejo forgejo-lts
|
||||
|
||||
EXTRACT_AFTER_ARGS= --strip-components 1
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/ghostunnel/ghostunnel
|
||||
|
||||
PLIST_FILES= bin/ghostunnel
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE= MIT
|
||||
USES= go:1.21,modules
|
||||
GO_MODULE= github.com/projectdiscovery/httpx
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_TARGET= ./cmd/${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
@@ -16,6 +16,9 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
|
||||
USES= go:1.21,modules
|
||||
GO_MODULE= github.com/iawia002/${PORTNAME}
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= CONTRIBUTING.md README.md
|
||||
|
||||
|
||||
@@ -19,6 +19,9 @@ RUN_DEPENDS= git:devel/git
|
||||
|
||||
USES= go:1.23,modules nodejs:20,build
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_GITHUB= nodefault
|
||||
GH_ACCOUNT= thomiceli
|
||||
GH_PROJECT= opengist
|
||||
|
||||
@@ -17,6 +17,9 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
|
||||
USES= cpe go:1.23,modules
|
||||
USE_RC_SUBR= owncast
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
CPE_VENDOR= owncast_project
|
||||
|
||||
GO_MODULE= github.com/owncast/owncast
|
||||
|
||||
@@ -15,6 +15,9 @@ USES= go:1.23,modules
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= umputun
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/app
|
||||
PLIST_FILES= bin/reproxy
|
||||
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= go:1.23,modules
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/go-shiori/shiori
|
||||
|
||||
SUB_LIST= USER=${USERS:[1]} \
|
||||
|
||||
@@ -13,6 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.22,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= mvdan.cc/xurls/v2
|
||||
GO_TARGET= ${WRKSRC}/cmd/${PORTNAME}:${PREFIX}/bin/${PORTNAME}
|
||||
GO_BUILDFLAGS= -ldflags="-w -s -X=main.version=${DISTVERSIONPREFIX}${DISTVERSION}"
|
||||
|
||||
@@ -12,6 +12,9 @@ LICENSE_FILE= ${WRKSRC}/license
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:1.23,modules
|
||||
|
||||
DEPRECATED= Uses old go, but try building without USES=go:someversion
|
||||
EXPIRATION_DATE=2026-01-01
|
||||
|
||||
GO_MODULE= github.com/kkdai/youtube/v2
|
||||
GO_TARGET= ./cmd/youtubedr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user