On Tue, 25 Aug 2020, Edd Barrett wrote: > Hi, > > Here's an update to fzf-0.22.0. Seems to work fine here.
Builds and works for me on amd64. > Removed NO_TEST since although there are no tests, the target does run > with success. So if tests appear later, we won't miss them. > > OK? ok paco. > > P.S. I'm semi-considering taking MAINTAINER on this. Would anyone mind? You already host the distfile so ... :-P > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/sysutils/fzf/Makefile,v > retrieving revision 1.6 > diff -u -p -r1.6 Makefile > --- Makefile 18 Jul 2020 11:32:27 -0000 1.6 > +++ Makefile 25 Aug 2020 18:34:41 -0000 > @@ -2,8 +2,8 @@ > > COMMENT = command-line fuzzy finder > > -DISTNAME = fzf-0.21.1 > -REVISION = 0 > +# Note: we make our own vendored distfile. > +DISTNAME = fzf-0.22.0 > > CATEGORIES = sysutils > > @@ -15,15 +15,12 @@ PERMIT_PACKAGE = Yes > # uses pledge() > WANTLIB += c pthread > > -MASTER_SITES = https://deftly.net/dist/ > +MASTER_SITES = https://theunixzoo.co.uk/distfiles/ > > MODULES = lang/go > MODGO_TYPE = bin > > -NO_TEST = Yes > - > ALL_TARGET = github.com/junegunn/fzf > - > > # Note that unlike zsh and fish, bash has no well-defined site functions > # directory from which to autoload stuff. > Index: distinfo > =================================================================== > RCS file: /cvs/ports/sysutils/fzf/distinfo,v > retrieving revision 1.4 > diff -u -p -r1.4 distinfo > --- distinfo 7 Apr 2020 08:32:50 -0000 1.4 > +++ distinfo 25 Aug 2020 18:25:19 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (fzf-0.21.1.tar.gz) = fiUVWVnr+d4pMs6YD8oCGExrujlnVTLkrPBBG2O7n9I= > -SIZE (fzf-0.21.1.tar.gz) = 2512770 > +SHA256 (fzf-0.22.0.tar.gz) = TTGoiXiIpNJMFRLNqkTmHPkwUCCiJ+elc9suTT4hq4E= > +SIZE (fzf-0.22.0.tar.gz) = 2517641 > > -- > Best Regards > Edd Barrett > > http://www.theunixzoo.co.uk > -- Paco Esteban. 0x5818130B8A6DBC03
