git: 930db443aae9 - main - misc/exercism: Update version 3.3.0=>3.4.0

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 24 Dec 2024 04:45:34 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=930db443aae9859da4040e7048af778f0891bd1e

commit 930db443aae9859da4040e7048af778f0891bd1e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-23 05:53:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-24 04:45:10 +0000

    misc/exercism: Update version 3.3.0=>3.4.0
    
    Changelog: https://github.com/exercism/cli/releases/tag/v3.4.0
---
 misc/exercism/Makefile | 11 ++++++-----
 misc/exercism/distinfo | 14 +++++++-------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile
index f47e484e87ea..443c1e3b8ed5 100644
--- a/misc/exercism/Makefile
+++ b/misc/exercism/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	exercism
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.3.0
-PORTREVISION=	6
+DISTVERSION=	3.4.0
 CATEGORIES=	misc
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -11,8 +10,10 @@ WWW=		https://exercism.io/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		go:1.21,modules
 USE_GITHUB=	yes
+GH_ACCOUNT=	exercism
+GH_PROJECT=	cli
 # golang:sys was bumped to 0.9.0 to fix the build on riscv64
 GH_TUPLE=	exercism:cli:v${DISTVERSION}:DEFAULT \
 		blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \
@@ -21,9 +22,9 @@ GH_TUPLE=	exercism:cli:v${DISTVERSION}:DEFAULT \
 		go-check:check:10cb98267c6c:go_check_check/vendor/gopkg.in/check.v1 \
 		go-ini:ini:v1.67.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
 		go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \
-		golang:net:v0.4.0:golang_net/vendor/golang.org/x/net \
+		golang:net:v0.23.0:golang_net/vendor/golang.org/x/net \
 		golang:sys:v0.9.0:golang_sys/vendor/golang.org/x/sys \
-		golang:text:v0.5.0:golang_text/vendor/golang.org/x/text \
+		golang:text:v0.14.0:golang_text/vendor/golang.org/x/text \
 		hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
 		inconshreveable:go-update:8152e7eb6ccf:inconshreveable_go_update/vendor/github.com/inconshreveable/go-update \
 		inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
diff --git a/misc/exercism/distinfo b/misc/exercism/distinfo
index 0ee9087b065b..0e08be3ae5d2 100644
--- a/misc/exercism/distinfo
+++ b/misc/exercism/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1708144598
-SHA256 (exercism-cli-v3.3.0_GH0.tar.gz) = 65f960c23a2c423cd8dfa2d8fcc1a083c3d5bc483717c96b5c71d3549fbc0fb7
-SIZE (exercism-cli-v3.3.0_GH0.tar.gz) = 78577
+TIMESTAMP = 1734933138
+SHA256 (exercism-cli-v3.4.0_GH0.tar.gz) = e25f85e80c517551a6cd55a5289af3caf2819356601ef907339f82aa8145f004
+SIZE (exercism-cli-v3.4.0_GH0.tar.gz) = 79127
 SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57
 SIZE (blang-semver-v3.5.1_GH0.tar.gz) = 14831
 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
@@ -13,12 +13,12 @@ SHA256 (go-ini-ini-v1.67.0_GH0.tar.gz) = 06ba51234140118d1b6064f1817aa89cc971c6e
 SIZE (go-ini-ini-v1.67.0_GH0.tar.gz) = 53531
 SHA256 (go-yaml-yaml-v3.0.1_GH0.tar.gz) = cf05411540d3e6ef8f1fd88434b34f94cedaceb540329031d80e23b74540c4e5
 SIZE (go-yaml-yaml-v3.0.1_GH0.tar.gz) = 91173
-SHA256 (golang-net-v0.4.0_GH0.tar.gz) = 08404076e27727a752344113dcc8e414f28d3566e969ed7abdf98f5a5fbac1ee
-SIZE (golang-net-v0.4.0_GH0.tar.gz) = 1236897
+SHA256 (golang-net-v0.23.0_GH0.tar.gz) = 5d1aeb0051277e79fa692947079dc50ddc284dc0403b22c85692b97060ab4953
+SIZE (golang-net-v0.23.0_GH0.tar.gz) = 1508997
 SHA256 (golang-sys-v0.9.0_GH0.tar.gz) = c729ead5fa2667cff07132a153ae965ba315c97d8ea39eaa4f9bf91f73a50eac
 SIZE (golang-sys-v0.9.0_GH0.tar.gz) = 1439449
-SHA256 (golang-text-v0.5.0_GH0.tar.gz) = 04a78e474c713161f61967f05dfa160cd7786aa6ecbc4183d54d7fefd6992772
-SIZE (golang-text-v0.5.0_GH0.tar.gz) = 8363060
+SHA256 (golang-text-v0.14.0_GH0.tar.gz) = c80295e75bda599d17ccf74038139b0957b9915fae4e60d8b46f89454ef171a0
+SIZE (golang-text-v0.14.0_GH0.tar.gz) = 8974094
 SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
 SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658
 SHA256 (inconshreveable-go-update-8152e7eb6ccf_GH0.tar.gz) = 507bf16c9e400a4e86954357534d932a18a3c9bbfdd1d6b8f58ddf33b84f7001