Tuesday, May 25, 2021

Re: [update] sysutils/lf 0.0.0.20210221p0 -> 22

thanks, committed with some small simplification, and updated the version
of gdamore/tcell/v2 to 2.3.1 (you can check with "make modgo-gen-modules"


On 2021/05/25 16:14, Chang, Chu-Kuan wrote:
> Hi
>
> This patch updates lf from
> 0.0.0.20210221p0
> to
> 0.0.0.20210413 which equals to r22.
>
> By using tag feature of portgen(1), lf port after this patch will be
> refered as lf-22 instead of lf-0.0.0.20210413.
>
> Cheers,
>
> Chang, Chu-Kuan 張居寬
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/lf/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile 8 Mar 2021 13:59:27 -0000 1.3
> +++ Makefile 25 May 2021 07:58:12 -0000
> @@ -3,12 +3,12 @@
> COMMENT = terminal file manager inspired by ranger written in Go
>
> MODGO_MODNAME = github.com/gokcehan/lf
> -MODGO_VERSION = v0.0.0-20210221224548-ced1ccd0c34b
> +MODGO_VERSION = v0.0.0-20210413204849-4601e74d666e
>
> -DISTNAME = lf-${MODGO_VERSION}
> -PKGNAME = lf-${MODGO_VERSION:C/v([0-9.]*)-([0-9]{8}).*/\1.\2/}
> +R = 22
> +DISTNAME = lf-r${R}
> +PKGNAME = lf-${R}
> WRKDIST = ${WRKDIR}/github.com/gokcehan/lf@${MODGO_VERSION}
> -REVISION = 0
>
> CATEGORIES = sysutils
>
> @@ -27,6 +27,7 @@ RUN_DEPENDS = devel/desktop-file-utils
> MODGO_MODULES = \
> github.com/gdamore/encoding v1.0.0 \
> github.com/gdamore/tcell/v2 v2.2.0 \
> + github.com/gokcehan/tcell/v2 v2.2.1-0.20210329222449-4dd2d52e83ef \
> github.com/lucasb-eyer/go-colorful v1.0.3 \
> github.com/mattn/go-runewidth v0.0.10 \
> github.com/rivo/uniseg v0.1.0 \
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/lf/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- distinfo 2 Mar 2021 19:48:13 -0000 1.2
> +++ distinfo 25 May 2021 07:58:12 -0000
> @@ -2,6 +2,8 @@ SHA256 (go_modules/github.com/gdamore/en
> SHA256 (go_modules/github.com/gdamore/encoding/@v/v1.0.0.zip) = Y4qYMuL2LRGNfFEdhr2uFiKlHzMd5IoB2Sn9JOvmoqY=
> SHA256 (go_modules/github.com/gdamore/tcell/v2/@v/v2.2.0.mod) = rQRC7QKpjBhrhj0Ba0Q4tkLQo0JEsS3neTa6ebHtXbE=
> SHA256 (go_modules/github.com/gdamore/tcell/v2/@v/v2.2.0.zip) = tHl8SvnWmtFHz72dc0w7yCtjJQ+KKlP6fIwY8i+MWSk=
> +SHA256 (go_modules/github.com/gokcehan/tcell/v2/@v/v2.2.1-0.20210329222449-4dd2d52e83ef.mod) = rQRC7QKpjBhrhj0Ba0Q4tkLQo0JEsS3neTa6ebHtXbE=
> +SHA256 (go_modules/github.com/gokcehan/tcell/v2/@v/v2.2.1-0.20210329222449-4dd2d52e83ef.zip) = TzWnxsl7act2XecePoNHyzZi8LvnYrn6bDaE7yPUMrw=
> SHA256 (go_modules/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.mod) = hPnDjpiEqwE8g3yxau4TlQDT1cbMqwJDmIHbLs8o9mA=
> SHA256 (go_modules/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.zip) = qobu50Rk+L3FrZp9TqRz5yxl5qPdVpLBBzbQY14+AF8=
> SHA256 (go_modules/github.com/mattn/go-runewidth/@v/v0.0.10.mod) = QTaqoj/LMXaikoIvKoqYzMey/eOKWZIsFSsAb1nVlpU=
> @@ -17,11 +19,13 @@ SHA256 (go_modules/golang.org/x/text/@v/
> 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-v0.0.0-20210221224548-ced1ccd0c34b.zip) = ErYrTcFdAa5s96AVw/j4duvNRA7Ekv6lAuWwNg7Y9z4=
> +SHA256 (lf-r22.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.2.0.mod) = 308
> SIZE (go_modules/github.com/gdamore/tcell/v2/@v/v2.2.0.zip) = 219908
> +SIZE (go_modules/github.com/gokcehan/tcell/v2/@v/v2.2.1-0.20210329222449-4dd2d52e83ef.mod) = 308
> +SIZE (go_modules/github.com/gokcehan/tcell/v2/@v/v2.2.1-0.20210329222449-4dd2d52e83ef.zip) = 227557
> SIZE (go_modules/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.mod) = 51
> SIZE (go_modules/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.zip) = 442291
> SIZE (go_modules/github.com/mattn/go-runewidth/@v/v0.0.10.mod) = 84
> @@ -37,4 +41,4 @@ SIZE (go_modules/golang.org/x/text/@v/v0
> SIZE (go_modules/golang.org/x/text/@v/v0.3.0.zip) = 6349244
> SIZE (go_modules/gopkg.in/djherbis/times.v1/@v/v1.2.0.mod) = 34
> SIZE (go_modules/gopkg.in/djherbis/times.v1/@v/v1.2.0.zip) = 16389
> -SIZE (lf-v0.0.0-20210221224548-ced1ccd0c34b.zip) = 121599
> +SIZE (lf-r22.zip) = 122239
>

No comments:

Post a Comment