On 2022/09/14 22:38, Thim Cederlund wrote:
> Hi,
> 
> I noticed that sysutils/lf hasn't been updated in over a year so here is a
> diff for getting it to r27. See the link below for all changes
> 
> Everything seems to be working just as it should on my amd64 system.
> 
> Changelog: https://github.com/gokcehan/lf/releases
> 
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/lf/Makefile,v
> retrieving revision 1.5
> diff -u -r1.5 Makefile
> --- Makefile  11 Mar 2022 19:57:33 -0000      1.5
> +++ Makefile  14 Sep 2022 20:27:00 -0000
> @@ -3,7 +3,7 @@
>  MODGO_MODNAME =      github.com/gokcehan/lf
>  MODGO_VERSION =      v0.0.0-20210413204849-4601e74d666e
>  
> -R =          22
> +R =          27
>  DISTNAME =   lf-${R}
>  WRKDIST =    ${WRKDIR}/github.com/gokcehan/lf@${MODGO_VERSION}
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/lf/distinfo,v
> retrieving revision 1.3
> diff -u -r1.3 distinfo
> --- distinfo  25 May 2021 11:17:37 -0000      1.3
> +++ distinfo  14 Sep 2022 20:27:00 -0000
> @@ -19,7 +19,7 @@
>  SHA256 (go_modules/golang.org/x/text/@v/v0.3.0.zip) = 
> 6jBoOVUD08fvjOFqKG91yMk4gsJaZsKqbI4q1Np6muA=
>  SHA256 (go_modules/gopkg.in/djherbis/times.v1/@v/v1.2.0.mod) = 
> FsSHV+kPum+Q+goV0gngl1scYFnBxz0D5F6cS9fq2g8=
>  SHA256 (go_modules/gopkg.in/djherbis/times.v1/@v/v1.2.0.zip) = 
> ktPnLGj2S+AQ24Th5d2x7m+rk6Sq1XtxXBKKrHXUTOo=
> -SHA256 (lf-22.zip) = +USae7CaUvtxrNGzQjKkevxyOSAUwnzUmM5Y3p8Lq28=
> +SHA256 (lf-27.zip) = +USae7CaUvtxrNGzQjKkevxyOSAUwnzUmM5Y3p8Lq28=
>  SIZE (go_modules/github.com/gdamore/encoding/@v/v1.0.0.mod) = 77
>  SIZE (go_modules/github.com/gdamore/encoding/@v/v1.0.0.zip) = 19867
>  SIZE (go_modules/github.com/gdamore/tcell/v2/@v/v2.3.1.mod) = 308

This diff changes only the filename, nothing else

It would also need to update MODGO_VERSION and the set of modules

Reply via email to