From: Kirill A. Korinsky Subject: Re: [maintainer] www/hugo: update to 0.135.0 To: OpenBSD ports Cc: Klemens Nanni Date: Mon, 30 Sep 2024 13:32:27 +0200 On Mon, 30 Sep 2024 10:13:31 +0200, Kirill A. Korinsky wrote: > > ports@, > > Here is an update of www/hugo to 0.135.0 and drop the "extended" flavor. > This flavor only adds a dependency to www/libsass, which is a small library > that doesn't depend on anything. It seems quite logical to drop it to make > support easier. > > Tested on amd64. > jca_p had noted that it diff before had missed @pkgpath. Here an updated version which was tested to upgrade as: hugo $ doas pkg_add -Dunsigned /build/packages/amd64/ftp/hugo-0.135.0.tgz hugo-0.134.2-extended->0.135.0: ok hugo $ Updated diff: Index: Makefile =================================================================== RCS file: /cvs/ports/www/hugo/Makefile,v retrieving revision 1.61 diff -u -p -r1.61 Makefile --- Makefile 10 Sep 2024 23:29:21 -0000 1.61 +++ Makefile 30 Sep 2024 11:28:27 -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.2 +MODGO_VERSION = v0.135.0 DISTNAME = hugo-${MODGO_VERSION} @@ -16,7 +16,9 @@ MAINTAINER = Kirill A. Korinsky