Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2025 14:17:55 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1960525daa82 - main - net/ovhcloud-cli: update to 0.9.0
Message-ID:  <69398113.2ea9c.66387dba@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1960525daa828a5581b904999a951bb522fb409f

commit 1960525daa828a5581b904999a951bb522fb409f
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-12-10 14:17:15 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-12-10 14:17:44 +0000

    net/ovhcloud-cli: update to 0.9.0
---
 net/ovhcloud-cli/Makefile | 13 ++++++-------
 net/ovhcloud-cli/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/net/ovhcloud-cli/Makefile b/net/ovhcloud-cli/Makefile
index 1dc0e06c7501..420b4a918235 100644
--- a/net/ovhcloud-cli/Makefile
+++ b/net/ovhcloud-cli/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=		ovhcloud-cli
 DISTVERSIONPREFIX=	v
-DISTVERSION=		0.8.1
-PORTREVISION=	2
+DISTVERSION=		0.9.0
 CATEGORIES=		net devel
 
 MAINTAINER=	bapt@FreeBSD.org
@@ -16,6 +15,11 @@ USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	ovh
 
+GO_TARGET=	./cmd/ovhcloud
+GO_BUILDFLAGS=	-ldflags "-s -w -extldflags -static -X github.com/ovh/ovhcloud-cli/internal/version.Version=v${PORTVERSION}"
+
+PLIST_FILES=	bin/ovhcloud
+
 GH_TUPLE=	\
 		PaesslerAG:gval:v1.2.4:paesslerag_gval/vendor/github.com/PaesslerAG/gval \
 		PaesslerAG:jsonpath:v0.1.1:paesslerag_jsonpath/vendor/github.com/PaesslerAG/jsonpath \
@@ -84,11 +88,6 @@ GH_TUPLE=	\
 		yuin:goldmark-emoji:v1.0.5:yuin_goldmark_emoji/vendor/github.com/yuin/goldmark-emoji \
 		yuin:goldmark:v1.7.8:yuin_goldmark/vendor/github.com/yuin/goldmark
 
-GO_TARGET=	./cmd/ovhcloud
-GO_BUILDFLAGS=	-ldflags "-s -w -extldflags -static -X github.com/ovh/ovhcloud-cli/internal/version.Version=v${PORTVERSION}"
-
-PLIST_FILES=	bin/ovhcloud
-
 post-extract:
 	@${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/cellbuf
 	@${RLN} ${WRKSRC_charmbracelet_x_cellbuf}/cellbuf ${WRKSRC}/vendor/github.com/charmbracelet/x/cellbuf
diff --git a/net/ovhcloud-cli/distinfo b/net/ovhcloud-cli/distinfo
index 1108903d5a93..2af5679da766 100644
--- a/net/ovhcloud-cli/distinfo
+++ b/net/ovhcloud-cli/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1762251928
-SHA256 (ovh-ovhcloud-cli-v0.8.1_GH0.tar.gz) = 2ff520a5cc181183a6411047def92fc718374935ae219e27ecaa92cc4deb8ba4
-SIZE (ovh-ovhcloud-cli-v0.8.1_GH0.tar.gz) = 900961
+TIMESTAMP = 1765376053
+SHA256 (ovh-ovhcloud-cli-v0.9.0_GH0.tar.gz) = e5c2b2c7d260b7752da2ada1d2b91c7b43a84d560a1e36c7dab39241ef55e9fc
+SIZE (ovh-ovhcloud-cli-v0.9.0_GH0.tar.gz) = 908869
 SHA256 (PaesslerAG-gval-v1.2.4_GH0.tar.gz) = 86e08fbd86a768478afbe1e3aa683dbec5ceb790a58758b61f2884a5d8a58d14
 SIZE (PaesslerAG-gval-v1.2.4_GH0.tar.gz) = 68441
 SHA256 (PaesslerAG-jsonpath-v0.1.1_GH0.tar.gz) = 8d150dfdc8228cb68dbcb2a0d146e07bb2a87960c6b3855fa27ed9551ff686e8


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69398113.2ea9c.66387dba>