On Wed, Sep 04, 2024 at 04:36:26PM -0400, Russ Sharek wrote:
> A minor update to net/crawley from v1.7.8 to v1.7.9, which was released 
> three days after we *finally* got the initial port sorted. :)
> 
> Tested and working as expected.
> 
> OK, please?

I have committed this after regenerating modules.inc to keep the diff
small.

I usually do 'make modgo-gen-modules | tee /tmp/modules.inc'. If the
output looks right, 'mv /tmp/modules.inc .' and edit the file to
remove the MODGO_VERSION bits. Compare my diff with yours quoted
below (most of the noise in yours comes from converting tabs to spaces).

Index: modules.inc
===================================================================
RCS file: /cvs/ports/net/crawley/modules.inc,v
diff -u -p -r1.1.1.1 -r1.2
--- modules.inc 3 Sep 2024 20:30:56 -0000       1.1.1.1
+++ modules.inc 4 Sep 2024 20:44:36 -0000       1.2
@@ -1,6 +1,6 @@
 MODGO_MODULES =        \
        github.com/s0rg/compflag         v1.1.0 \
-       github.com/s0rg/set              v1.2.0 \
+       github.com/s0rg/set              v1.2.1 \
        github.com/tdewolff/parse/v2     v2.7.15 \
        github.com/tdewolff/test         v1.0.11-0.20231101010635-f1265d231d52 \
        golang.org/x/crypto              v0.26.0 \
@@ -8,3 +8,4 @@ MODGO_MODULES = \
        golang.org/x/sys                 v0.23.0 \
        golang.org/x/term                v0.23.0 \
        golang.org/x/text                v0.17.0
+

> Index: modules.inc
> ===================================================================
> RCS file: /cvs/ports/net/crawley/modules.inc,v
> diff -u -p -r1.1.1.1 modules.inc
> --- modules.inc       3 Sep 2024 20:30:56 -0000       1.1.1.1
> +++ modules.inc       4 Sep 2024 20:26:56 -0000
> @@ -1,10 +1,10 @@
> -MODGO_MODULES =      \
>  -    github.com/s0rg/compflag         v1.1.0 \
> -     github.com/s0rg/set              v1.2.0 \
> -     github.com/tdewolff/parse/v2     v2.7.15 \
> -     github.com/tdewolff/test         v1.0.11-0.20231101010635-f1265d231d52 \
> -     golang.org/x/crypto              v0.26.0 \
> -     golang.org/x/net                 v0.28.0 \
> -     golang.org/x/sys                 v0.23.0 \
> -     golang.org/x/term                v0.23.0 \
> -     golang.org/x/text                v0.17.0
> +MODGO_MODULES = \
> +        github.com/s0rg/compflag         v1.1.0 \
> +        github.com/s0rg/set              v1.2.1 \
> +        github.com/tdewolff/parse/v2     v2.7.15 \
> +        github.com/tdewolff/test         
> v1.0.11-0.20231101010635-f1265d231d52 \
> +        golang.org/x/crypto              v0.26.0 \
> +        golang.org/x/net                 v0.28.0 \
> +        golang.org/x/sys                 v0.23.0 \
> +        golang.org/x/term                v0.23.0 \
> +        golang.org/x/text                v0.17.0

Reply via email to