diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-07-08 17:58:19 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-07-29 17:58:23 +0200 |
commit | df8bc73fbd08175312094f5a60fb06285f7ced2a (patch) | |
tree | 829165f9dce2af5bf3063529df812a17a8f37b13 | |
parent | [NEW PORT] devel/cargo-readme Generate README.md from doc comments (diff) |
www/gohugo: Update to 0.148.1
Accumulated ChangeLogs:
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.148.0
Note
* Fix some uglyURLs issues for home, section and taxonomy kind (note)
* Fix branch paths when OutputFormat.Path is configured (note)
Bug fixes
* resources/page: Allow full datetime prefix in filenames
Improvements
* Add Ancestors (plural) method to GitInfo, rename Ancestor field to Parent
* Allow creating home pages from content adapters
* Remove the internal GitInfo type and make Page.GitInf() return a pointer
* source: Expose Ancestor in GitInfo
* config: Increase test coverage
* markup/goldmark: Change link and image render hook enablement to enums
* hugolib: Honor implicit "page" type during template selection
* deploy: walkLocal worker pool for performance
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.148.1
* Fix assignment to entry in nil map
* deps: Downgrade github.com/niklasfasching/go-org v1.9.0 => v1.8.0
PR: 288103
Approved by: doceng@ (timeout > 2 weeks)
-rw-r--r-- | www/gohugo/Makefile | 3 | ||||
-rw-r--r-- | www/gohugo/distinfo | 10 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index b1d89ab0a71d..a3e19c24d8e2 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,7 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.147.9 -PORTREVISION= 1 +DISTVERSION= 0.148.1 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 70113b1e84c0..0ab0da8bf593 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750673799 -SHA256 (go/www_gohugo/hugo-v0.147.9/v0.147.9.mod) = 4eabefe3f49be65e019641fd5bfdea1e982365f77f1d6f905a9380f630bc4885 -SIZE (go/www_gohugo/hugo-v0.147.9/v0.147.9.mod) = 9177 -SHA256 (go/www_gohugo/hugo-v0.147.9/v0.147.9.zip) = 2dd3bada71c54f7e1067eaf657f68bd2c3ad289d86b33af273bd7504b28709e4 -SIZE (go/www_gohugo/hugo-v0.147.9/v0.147.9.zip) = 5744318 +TIMESTAMP = 1753036010 +SHA256 (go/www_gohugo/hugo-v0.148.1/v0.148.1.mod) = 815be7e1ac9ad5296cefa7c383c1113de7881e9b0291af104ed155fd93acc0a9 +SIZE (go/www_gohugo/hugo-v0.148.1/v0.148.1.mod) = 9177 +SHA256 (go/www_gohugo/hugo-v0.148.1/v0.148.1.zip) = 852004915d0840b0ee62cc41d5f883340df53a4e57307f0db410145f20e11542 +SIZE (go/www_gohugo/hugo-v0.148.1/v0.148.1.zip) = 5747585 |