diff options
author | joneum <joneum@FreeBSD.org> | 2018-04-24 15:21:21 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-04-24 15:21:21 +0800 |
commit | c775c3527da37e4ca041000daed8b74799b34fe0 (patch) | |
tree | f75dc3a8157b9bf014b922b2ca07fde4cc66ea7c | |
parent | 956714f43a0ebfd1e1eeb14cb38a7f114369d1ee (diff) | |
download | freebsd-ports-gnome-c775c3527da37e4ca041000daed8b74799b34fe0.tar.gz freebsd-ports-gnome-c775c3527da37e4ca041000daed8b74799b34fe0.tar.zst freebsd-ports-gnome-c775c3527da37e4ca041000daed8b74799b34fe0.zip |
www/gohugo: Update to 0.40
Change log:
- Add path.Ext, path.Dir and path.Base
- Make fileExist use the same filesystem as readFile Add .Page.BundleType
- Add zero-based Ordinal to shortcode
- Process and render shortcodes in their order of appearance
- Init the content and shortcodes early
- Prepare child page resources before the page itself
- Make .Content (almost) always available in shortcodes
- Add language merge support for Pages in resource.Resources
- Improve .Content vs shortcodes
- Improve .Get docs
- Update missing positional parameter test for .Get
- Improve error message in metadata parse
- Add some context to front matter parse error
- Updated GetCSV error message
- .Get doesn't crash on missing positional param fixes
- fix syntax signature
PR: 227724
Submitted by: ben.lavery@hashbang0.com (maintainer)
-rw-r--r-- | www/gohugo/Makefile | 2 | ||||
-rw-r--r-- | www/gohugo/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 742165069c1a..4f30fa6b18fa 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.39 +DISTVERSION= 0.40 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index f46430bebbca..8fa1e1d9303b 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1523912409 -SHA256 (gohugo/gohugoio-hugo-v0.39_GH0.tar.gz) = db8e8e8f51879d8892bc089bc2078bfa83a7d9a4231e39c60220911b2ee9ad30 -SIZE (gohugo/gohugoio-hugo-v0.39_GH0.tar.gz) = 28310542 +TIMESTAMP = 1524505053 +SHA256 (gohugo/gohugoio-hugo-v0.40_GH0.tar.gz) = 48d2e0558d45efc831bebf5c43499db73d2624e254ee1cea645e17b58d0748f5 +SIZE (gohugo/gohugoio-hugo-v0.40_GH0.tar.gz) = 15173869 SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2 SIZE (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 42252 SHA256 (gohugo/PuerkitoBio-purell-0bcb03f_GH0.tar.gz) = ade9e6e2a5d1d79daaf2d729f450c482ff0aa316ea0a1d9e5e3f7a753d05c49c |