From: A Tammy Subject: Re: [maintainer update] www/hugo: update to 0.134.1 To: "Kirill A. Korinsky" , OpenBSD ports Cc: Klemens Nanni Date: Sun, 8 Sep 2024 20:03:59 -0400 On 9/8/24 4:27 PM, Kirill A. Korinsky wrote: > ports@, > > Here the last minute micro update for www/hugo which addresed two issues: > - https://github.com/gohugoio/hugo/issues/12822 > - https://github.com/gohugoio/hugo/issues/12828 > > Tested on -current/amd64. compiles and works fine. committed, thanks! > > The diff: > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/hugo/Makefile,v > retrieving revision 1.59 > diff -u -p -r1.59 Makefile > --- Makefile 3 Sep 2024 14:55:44 -0000 1.59 > +++ Makefile 8 Sep 2024 20:26:47 -0000 > @@ -3,7 +3,7 @@ ONLY_FOR_ARCHS = ${GO_ARCHS} > COMMENT = fast and flexible static site generator > > MODGO_MODNAME = github.com/gohugoio/hugo > -MODGO_VERSION = v0.134.0 > +MODGO_VERSION = v0.134.1 > > DISTNAME = hugo-${MODGO_VERSION} > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/www/hugo/distinfo,v > retrieving revision 1.51 > diff -u -p -r1.51 distinfo > --- distinfo 3 Sep 2024 14:55:44 -0000 1.51 > +++ distinfo 8 Sep 2024 20:26:47 -0000 > @@ -1379,7 +1379,7 @@ SHA256 (go_modules/rsc.io/sampler/@v/v1. > SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 2iArDagDqyZhq5imgLuk9kEjoyblQMJVgrbNu53BFKo= > SHA256 (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.mod) = ycxHNZ55+c2ONOTeypncJ5t0zinSW0a1T86Qmw5wOm8= > SHA256 (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.zip) = qse6k1xBU6O0e8ObNvLorTJD8DNJwRy33Mlt2fMWn6Y= > -SHA256 (hugo-v0.134.0.zip) = F/xiJ9vXDkjJtLesR/mpyXAA0P9aQCXh+10xYgPDgho= > +SHA256 (hugo-v0.134.1.zip) = akCIstKpzQD0KO7SfvQ5+tanVL8CCSEN3VTzaYr2KHc= > SIZE (go_modules/cel.dev/expr/@v/v0.15.0.mod) = 156 > SIZE (go_modules/cel.dev/expr/@v/v0.15.0.zip) = 190386 > SIZE (go_modules/cloud.google.com/go/@v/v0.110.10.mod) = 1349 > @@ -2761,4 +2761,4 @@ SIZE (go_modules/rsc.io/sampler/@v/v1.3. > SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 14308 > SIZE (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.mod) = 127 > SIZE (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.zip) = 36374 > -SIZE (hugo-v0.134.0.zip) = 7643733 > +SIZE (hugo-v0.134.1.zip) = 7643821 > >