diff options
author | ultima <ultima@FreeBSD.org> | 2017-09-14 11:08:07 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-09-14 11:08:07 +0800 |
commit | d23307ac69639c001be5327c24bceb4c81dc3c3a (patch) | |
tree | befc3216e354de66828da055c50fcde2c775f231 /www/gohugo | |
parent | 00e636b239dc04dae31c6fb9d89079f2a1dc8993 (diff) | |
download | freebsd-ports-gnome-d23307ac69639c001be5327c24bceb4c81dc3c3a.tar.gz freebsd-ports-gnome-d23307ac69639c001be5327c24bceb4c81dc3c3a.tar.zst freebsd-ports-gnome-d23307ac69639c001be5327c24bceb4c81dc3c3a.zip |
* Updated to 0.27.1
Changes: - Add time.Duration and time.ParseDuration template funcs
- Add cond (ternary) template func
- Prepare for template metrics
- Add strings.TrimLeft and TrimRight
- compare, hugolib, tpl: Add Eqer interface
- Only strip p tag in markdownify if only one paragraph
- Cleanup strings.TrimPrefix and TrimSuffix
- Improve the base template (aka baseof.html) identification
- Implement "related content"
- Add Page.Equals
- Rewrite replaceDivider to reduce memory allocation
- Set up Hugo release flow on CircleCI
- Maintain the scroll position if possible
- Add an iFrame title to the YouTube shortcode
- Remove the theme submodule from /docs
- Add support for multiple config files via --config a.toml,b.toml,c.toml
- Render task list item inside label for correct accessibility
- Normalize UniqueID between Windows & Linux
- Fix taxonomy term base template lookup
- Fix published front matter handling
PR: 222239
Submitted by: ben.lavery@hashbang0.com (maintainer)
Approved by: lifanov (implicit approval)
Diffstat (limited to 'www/gohugo')
-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 609ec34db836..56a5c577d4ac 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hugo -PORTVERSION= 0.26 +PORTVERSION= 0.27.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index bbf888ebafee..3ea1340c5c22 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1502359028 -SHA256 (gohugo/gohugoio-hugo-v0.26_GH0.tar.gz) = 1e76b6f5f0281d845c2189f7f3ae065a3ec38e32c560f4b573188878998f9c68 -SIZE (gohugo/gohugoio-hugo-v0.26_GH0.tar.gz) = 17353541 +TIMESTAMP = 1505338021 +SHA256 (gohugo/gohugoio-hugo-v0.27.1_GH0.tar.gz) = b357b4e3edd8934dbbbc6a04b57a36c07f1923ac3891b6f822fadd48ccaaeaba +SIZE (gohugo/gohugoio-hugo-v0.27.1_GH0.tar.gz) = 19680569 SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2 SIZE (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 42252 SHA256 (gohugo/PuerkitoBio-purell-b938d81_GH0.tar.gz) = b10cdc245094af0100616b8ea71cb68658b3dd29ce8fc32d0b956e1508288067 |