diff options
Diffstat (limited to 'net/cloudflared/Makefile')
| -rw-r--r-- | net/cloudflared/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/cloudflared/Makefile b/net/cloudflared/Makefile index 8b2fd0567e05..fa9b93d14308 100644 --- a/net/cloudflared/Makefile +++ b/net/cloudflared/Makefile @@ -1,5 +1,6 @@ PORTNAME= cloudflared -DISTVERSION= 2024.11.1 +DISTVERSION= 2026.2.0 +PORTREVISION= 1 CATEGORIES= net www MAINTAINER= egypcio@FreeBSD.org @@ -11,11 +12,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= cpe go:1.22,modules -USE_RC_SUBR= ${PORTNAME} +USES= cpe go:modules +CPE_VENDOR= cloudflare USE_GITHUB= yes GH_ACCOUNT= cloudflare -CPE_VENDOR= cloudflare +USE_RC_SUBR= ${PORTNAME} GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/cmd/cloudflared |
