Hi,

[sorry for my previous crap post]

I updated sysutils/fzf port to the last version 0.29.0 => https://github.com/junegunn/fzf/releases/tag/0.29.0

I used GitHub repository to fetch sources package for v0.29.0 version and created specific package including Go modules.

$ make fetch
$ cd /usr/distfiles
$ mv fzf-0.29.0-dc975e89.tar.gz fzf-0.29.0-dc975e89.orig.tar.gz
$ tar xzvf fzf-0.29.0-dc975e89.orig.tar.gz
$ cd fzf-dc975e8974c4f569980676d9f605226368e20711
$ go mod vendor
$ cd ..
$ tar cvpf fzf-0.29.0-dc975e89.tar.gz fzf-dc975e8974c4f569980676d9f605226368e20711

Update distinfo file with make makesum

make build/package/install and tests OK on OpenBSD 7.0/amd64.


Laurent

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/fzf/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    6 May 2021 11:15:41 -0000       1.12
+++ Makefile    16 Jan 2022 07:29:09 -0000
@@ -4,11 +4,15 @@ COMMENT =     command-line fuzzy finder

# Note: we make our own vendored distfile as upstream doesn't do semantic
 # versioning. Use 'go mod vendor'.
-DISTNAME =     fzf-0.24.1
-REVISION =     2
+DISTNAME =     fzf-0.29.0
+REVISION =     1

 CATEGORIES =   sysutils

+GH_ACCOUNT = junegunn
+GH_PROJECT = fzf
+GH_COMMIT = dc975e8974c4f569980676d9f605226368e20711  # v.0.29 git tag
+
 HOMEPAGE =     https://github.com/junegunn/fzf

 MAINTAINER =   Edd Barrett <e...@openbsd.org>
@@ -18,7 +22,7 @@ PERMIT_PACKAGE =      Yes
 # uses pledge()
 WANTLIB +=     c pthread

-MASTER_SITES = https://theunixzoo.co.uk/distfiles/
+# MASTER_SITES =       https://theunixzoo.co.uk/distfiles/

 MODULES =      lang/go
 MODGO_TYPE =   bin

Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/fzf/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    1 Nov 2020 10:59:45 -0000       1.6
+++ distinfo    16 Jan 2022 07:29:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (fzf-0.24.1.tar.gz) = CjWTiFpY0dJojwEJFy8n+jsfgutN1s1YmZAmbLas1ic=
-SIZE (fzf-0.24.1.tar.gz) = 2036120
+SHA256 (fzf-0.29.0-dc975e89.tar.gz) = hcH+4fLM87kVc+lE35VgtmuzAAqdpz84vWp930YDodc=
+SIZE (fzf-0.29.0-dc975e89.tar.gz) = 14264320

Reply via email to