Date: Wed, 10 Jun 2026 15:17:15 +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: 32ef70e35ba2 - main - net/ovhcloud-cli: update to 0.12.0 Message-ID: <6a297ffb.270ab.7feabb66@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=32ef70e35ba20ad1e50f32d661cc174953411b8d commit 32ef70e35ba20ad1e50f32d661cc174953411b8d Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2026-06-09 09:03:00 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2026-06-10 15:17:02 +0000 net/ovhcloud-cli: update to 0.12.0 Changes: https://github.com/ovh/ovhcloud-cli/releases/tag/v0.12.0 --- net/ovhcloud-cli/Makefile | 6 ++++-- net/ovhcloud-cli/distinfo | 12 +++++++++--- net/ovhcloud-cli/files/modules.txt | 14 ++++++++++++++ 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/net/ovhcloud-cli/Makefile b/net/ovhcloud-cli/Makefile index 7ff2244015dc..7bad666cab41 100644 --- a/net/ovhcloud-cli/Makefile +++ b/net/ovhcloud-cli/Makefile @@ -1,7 +1,6 @@ PORTNAME= ovhcloud-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.10.0 -PORTREVISION= 4 +DISTVERSION= 0.12.0 CATEGORIES= net devel MAINTAINER= bapt@FreeBSD.org @@ -57,12 +56,14 @@ GH_TUPLE= \ golang:sys:v0.41.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.40.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.34.0:golang_text/vendor/golang.org/x/text \ + google:uuid:v1.6.0:google_uuid/vendor/github.com/google/uuid \ gorilla:css:v1.0.1:gorilla_css/vendor/github.com/gorilla/css \ imdario:mergo:v1.0.2:imdario_mergo/vendor/dario.cat/mergo \ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jarcoal:httpmock:v1.4.1:jarcoal_httpmock/vendor/github.com/jarcoal/httpmock \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ lucasb-eyer:go-colorful:v1.3.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ + lrstanley:bubblezone:b48c55a5e78e:lrstanley_bubblezone/vendor/github.com/lrstanley/bubblezone \ mailru:easyjson:v0.9.1:mailru_easyjson/vendor/github.com/mailru/easyjson \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-localereader:v0.0.1:mattn_go_localereader/vendor/github.com/mattn/go-localereader \ @@ -76,6 +77,7 @@ GH_TUPLE= \ muesli:cancelreader:v0.2.2:muesli_cancelreader/vendor/github.com/muesli/cancelreader \ muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \ muesli:termenv:v0.16.0:muesli_termenv/vendor/github.com/muesli/termenv \ + NimbleMarkets:ntcharts:v0.5.1:nimblemarkets_ntcharts/vendor/github.com/NimbleMarkets/ntcharts \ oasdiff:yaml3:d2182401db90:oasdiff_yaml3/vendor/github.com/oasdiff/yaml3 \ oasdiff:yaml:f31be36b4037:oasdiff_yaml/vendor/github.com/oasdiff/yaml \ ovh:go-ovh:v1.9.0:ovh_go_ovh/vendor/github.com/ovh/go-ovh \ diff --git a/net/ovhcloud-cli/distinfo b/net/ovhcloud-cli/distinfo index 28be41080cef..836e04176db8 100644 --- a/net/ovhcloud-cli/distinfo +++ b/net/ovhcloud-cli/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1772522853 -SHA256 (ovh-ovhcloud-cli-v0.10.0_GH0.tar.gz) = b52dd5bf072aaa0083e104fdf4b18f1f05e95db3578a3034beb710cf15141f6f -SIZE (ovh-ovhcloud-cli-v0.10.0_GH0.tar.gz) = 1081827 +TIMESTAMP = 1780206668 +SHA256 (ovh-ovhcloud-cli-v0.12.0_GH0.tar.gz) = ed41f197518a18068d2fcffed2eed7c9cc96944e808245203d95211c314f3456 +SIZE (ovh-ovhcloud-cli-v0.12.0_GH0.tar.gz) = 1335090 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 @@ -71,6 +71,8 @@ SHA256 (golang-term-v0.40.0_GH0.tar.gz) = 44a2046b77d97c29fc05b222862d2cf87aaf45 SIZE (golang-term-v0.40.0_GH0.tar.gz) = 16441 SHA256 (golang-text-v0.34.0_GH0.tar.gz) = e80f73101db5eead129a96e99b90163c883ca1317a827c1f15c5da7e099b1df4 SIZE (golang-text-v0.34.0_GH0.tar.gz) = 6772603 +SHA256 (google-uuid-v1.6.0_GH0.tar.gz) = ee63376b5675376c60e055ed66e5f3651ccc703bd580c022b8ad00cea309252d +SIZE (google-uuid-v1.6.0_GH0.tar.gz) = 20896 SHA256 (gorilla-css-v1.0.1_GH0.tar.gz) = c56d3dd69a9922440c3a79246ff3b3fe8114128eac94605e3efcd9c465c57e4a SIZE (gorilla-css-v1.0.1_GH0.tar.gz) = 7769 SHA256 (imdario-mergo-v1.0.2_GH0.tar.gz) = ea63e957639684b877cecc85570c4e6bfda76315027bf86b61f0084a43482a8e @@ -83,6 +85,8 @@ SHA256 (josharian-intern-v1.0.0_GH0.tar.gz) = 7c7df6e792ed5db0b1a63c8ec74236b709 SIZE (josharian-intern-v1.0.0_GH0.tar.gz) = 1927 SHA256 (lucasb-eyer-go-colorful-v1.3.0_GH0.tar.gz) = 77d79d5ccb3c4fe85a44827e2c7ecd1b2d60a6e1eea3f9a0ce4343a517281309 SIZE (lucasb-eyer-go-colorful-v1.3.0_GH0.tar.gz) = 982343 +SHA256 (lrstanley-bubblezone-b48c55a5e78e_GH0.tar.gz) = 118fd48e4128469f9bbd6202e698a953be2bee67858b1037f0db34917cc3eb0b +SIZE (lrstanley-bubblezone-b48c55a5e78e_GH0.tar.gz) = 315136 SHA256 (mailru-easyjson-v0.9.1_GH0.tar.gz) = da0a4a187b0eada0b55eb47e17fcb086cb6073feaf20ad94ba77b9e9a2889be8 SIZE (mailru-easyjson-v0.9.1_GH0.tar.gz) = 82589 SHA256 (mattn-go-isatty-v0.0.20_GH0.tar.gz) = 18fc42a278e60fb7a1dffa72f20539ae88d0e292db55b513ef514b7d369883a6 @@ -109,6 +113,8 @@ SHA256 (muesli-reflow-v0.3.0_GH0.tar.gz) = f797b8c25d447e314ad92b155433562446c68 SIZE (muesli-reflow-v0.3.0_GH0.tar.gz) = 21245 SHA256 (muesli-termenv-v0.16.0_GH0.tar.gz) = 2a65e544c8757ce90669d1ec3e1e61b469d72dafb086e9d114961dc75632f210 SIZE (muesli-termenv-v0.16.0_GH0.tar.gz) = 422973 +SHA256 (NimbleMarkets-ntcharts-v0.5.1_GH0.tar.gz) = d7a0412c3df8ad5b7dc65430924ea822c90ebddc5be23925a8520b626739c7e8 +SIZE (NimbleMarkets-ntcharts-v0.5.1_GH0.tar.gz) = 3810738 SHA256 (oasdiff-yaml3-d2182401db90_GH0.tar.gz) = d64d8a62a990676e64500ceae8a4d54c3f990752a786bc3cb5d6e9882d745224 SIZE (oasdiff-yaml3-d2182401db90_GH0.tar.gz) = 92747 SHA256 (oasdiff-yaml-f31be36b4037_GH0.tar.gz) = 5daa88c9934851be0201b661f5dedc3caf53afbd00349c2cd578daf61ae0da36 diff --git a/net/ovhcloud-cli/files/modules.txt b/net/ovhcloud-cli/files/modules.txt index ce3846264bd1..e57e8227ad1c 100644 --- a/net/ovhcloud-cli/files/modules.txt +++ b/net/ovhcloud-cli/files/modules.txt @@ -96,6 +96,9 @@ github.com/erikgeiser/coninput # github.com/getkin/kin-openapi v0.133.0 ## explicit; go 1.22.5 github.com/getkin/kin-openapi/openapi3 +# github.com/google/uuid v1.6.0 +## explicit; go 1.12 +github.com/google/uuid # github.com/ghodss/yaml v1.0.0 ## explicit github.com/ghodss/yaml @@ -121,6 +124,9 @@ github.com/josharian/intern # github.com/lucasb-eyer/go-colorful v1.3.0 ## explicit; go 1.12 github.com/lucasb-eyer/go-colorful +# github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e +## explicit; go 1.19 +github.com/lrstanley/bubblezone # github.com/mailru/easyjson v0.9.1 ## explicit; go 1.20 github.com/mailru/easyjson/jlexer @@ -183,6 +189,14 @@ github.com/muesli/reflow/wordwrap # github.com/muesli/termenv v0.16.0 ## explicit; go 1.17 github.com/muesli/termenv +# github.com/NimbleMarkets/ntcharts v0.5.1 +## explicit; go 1.22.0 +github.com/NimbleMarkets/ntcharts/canvas +github.com/NimbleMarkets/ntcharts/canvas/buffer +github.com/NimbleMarkets/ntcharts/canvas/graph +github.com/NimbleMarkets/ntcharts/canvas/runes +github.com/NimbleMarkets/ntcharts/linechart +github.com/NimbleMarkets/ntcharts/linechart/timeserieslinechart # github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 ## explicit; go 1.22.5 github.com/oasdiff/yamlhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a297ffb.270ab.7feabb66>
