From: Kirill A. Korinsky Subject: [maintainer] www/hugo: update to 0.135.0 To: OpenBSD ports Cc: Klemens Nanni Date: Mon, 30 Sep 2024 10:13:31 +0200 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. The 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 08:09:23 -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