Date: Sun, 05 Apr 2026 18:12:10 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c7f21833abe7 - main - misc/ollama: update 0.20.=?utf-8?Q?0 =E2=86=92 0.?=20.2 Message-ID: <69d2a5fa.23b19.1576c94c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7f21833abe7d71313a0cc166ed078d46d245143 commit c7f21833abe7d71313a0cc166ed078d46d245143 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-05 17:59:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-05 18:12:05 +0000 misc/ollama: update 0.20.0 → 0.20.2 --- misc/ollama/Makefile | 2 +- misc/ollama/distinfo | 22 +++++++++++----------- misc/ollama/files/update-port.sh | 10 ++++++++++ 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/misc/ollama/Makefile b/misc/ollama/Makefile index 229a5d962e76..b6af2c9d50ed 100644 --- a/misc/ollama/Makefile +++ b/misc/ollama/Makefile @@ -1,6 +1,6 @@ PORTNAME= ollama DISTVERSIONPREFIX= v -DISTVERSION= 0.20.0 +DISTVERSION= 0.20.2 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/ollama/distinfo b/misc/ollama/distinfo index 2b410d51641b..35c9483925ba 100644 --- a/misc/ollama/distinfo +++ b/misc/ollama/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1775191701 -SHA256 (go/misc_ollama/ollama-v0.20.0/v0.31.1.tar.gz) = 37e2a585a2bb28bcd3432af1c45d5c1ba8d560704ae285c3f9fd22a041e37004 -SIZE (go/misc_ollama/ollama-v0.20.0/v0.31.1.tar.gz) = 4163405 -SHA256 (go/misc_ollama/ollama-v0.20.0/v0.6.0.tar.gz) = 6ec2eab86ed3ce661c0d9b834027870651546138b7b4470fa8ef5533498c79aa -SIZE (go/misc_ollama/ollama-v0.20.0/v0.6.0.tar.gz) = 170186 -SHA256 (go/misc_ollama/ollama-v0.20.0/json.tar.xz) = d6c65aca6b1ed68e7a182f4757257b107ae403032760ed6ef121c9d55e81757d -SIZE (go/misc_ollama/ollama-v0.20.0/json.tar.xz) = 110988 -SHA256 (go/misc_ollama/ollama-v0.20.0/v0.20.0.mod) = e660ffa37ad33611a4c1248967204e578f07ada9941e63ffe6a6fe3e95ac5039 -SIZE (go/misc_ollama/ollama-v0.20.0/v0.20.0.mod) = 4757 -SHA256 (go/misc_ollama/ollama-v0.20.0/v0.20.0.zip) = 58a5f061b6f387a1a34a3bd716b5bd18ad11eb29241af2362ee6e6db2a1c0887 -SIZE (go/misc_ollama/ollama-v0.20.0/v0.20.0.zip) = 26646738 +TIMESTAMP = 1775410961 +SHA256 (go/misc_ollama/ollama-v0.20.2/v0.31.1.tar.gz) = 37e2a585a2bb28bcd3432af1c45d5c1ba8d560704ae285c3f9fd22a041e37004 +SIZE (go/misc_ollama/ollama-v0.20.2/v0.31.1.tar.gz) = 4163405 +SHA256 (go/misc_ollama/ollama-v0.20.2/v0.6.0.tar.gz) = 6ec2eab86ed3ce661c0d9b834027870651546138b7b4470fa8ef5533498c79aa +SIZE (go/misc_ollama/ollama-v0.20.2/v0.6.0.tar.gz) = 170186 +SHA256 (go/misc_ollama/ollama-v0.20.2/json.tar.xz) = d6c65aca6b1ed68e7a182f4757257b107ae403032760ed6ef121c9d55e81757d +SIZE (go/misc_ollama/ollama-v0.20.2/json.tar.xz) = 110988 +SHA256 (go/misc_ollama/ollama-v0.20.2/v0.20.2.mod) = e660ffa37ad33611a4c1248967204e578f07ada9941e63ffe6a6fe3e95ac5039 +SIZE (go/misc_ollama/ollama-v0.20.2/v0.20.2.mod) = 4757 +SHA256 (go/misc_ollama/ollama-v0.20.2/v0.20.2.zip) = 6841003d5466a7ba7d6da6b8e8af89d020f380bb37b25b85316b23e729287533 +SIZE (go/misc_ollama/ollama-v0.20.2/v0.20.2.zip) = 26648607 diff --git a/misc/ollama/files/update-port.sh b/misc/ollama/files/update-port.sh index ec206687e4c2..e29a3e2330ad 100755 --- a/misc/ollama/files/update-port.sh +++ b/misc/ollama/files/update-port.sh @@ -16,6 +16,16 @@ GH_ACCOUNT_ORIG="ollama" GH_ACCOUNT_FORK="yurivict" GO_CMD=$(make -V GO_CMD) +# check if GO_CMD is set and is a valid command +if [ -z "$GO_CMD" ]; then + echo "error: GO_CMD is not set" + exit 1 +fi +if ! command -v "$GO_CMD" >/dev/null 2>&1; then + echo "error: GO_CMD '$GO_CMD' is not a valid command" + exit 1 +fi + echo "updating $GH_PROJECT to version $VERSION" # remove old dirshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d2a5fa.23b19.1576c94c>
