From: Marco van Hulten Subject: remove or update devel/git-lfs To: ports@openbsd.org Date: Wed, 15 Oct 2025 18:18:08 +0200 The version in ports is very outdated and breaks with more recent installations (for instance, as part of GitLab 18.3). $ git-lfs fetch file.dat batch request: bash: line 1: git-lfs-authenticate: command not found: exit status 127 Simple update of version (patch below) does not work. 'make build' wants to download many packages from github.com and golang.org. If someone wants to fix this or can tell me how to do that with minimal effort, I'd very happy. Removing the port is second best. Marco diff -r 3ff7b2fc7bcd devel/git-lfs/Makefile --- a/devel/git-lfs/Makefile Wed Oct 15 17:51:08 2025 +0200 +++ b/devel/git-lfs/Makefile Wed Oct 15 18:06:16 2025 +0200 @@ -2,7 +2,7 @@ GH_PROJECT = git-lfs GH_ACCOUNT = git-lfs -GH_TAGNAME = v2.13.2 +GH_TAGNAME = v3.7.0 CATEGORIES = devel diff -r 3ff7b2fc7bcd devel/git-lfs/distinfo --- a/devel/git-lfs/distinfo Wed Oct 15 17:51:08 2025 +0200 +++ b/devel/git-lfs/distinfo Wed Oct 15 18:06:16 2025 +0200 @@ -1,2 +1,2 @@ -SHA256 (git-lfs-2.13.2.tar.gz) = eC5idd+co3BzCUURLhaguMZLmBnwth+uUroeu8jc4tU= -SIZE (git-lfs-2.13.2.tar.gz) = 2527736 +SHA256 (git-lfs-3.7.0.tar.gz) = qxc3AoQGJ/61+KQI3VQG+jIvPq2qaZONkiaxg9W+JaY= +SIZE (git-lfs-3.7.0.tar.gz) = 701005