Date: Wed, 19 Jul 2017 18:05:51 +0000 (UTC) From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446221 - head/www/gohugo Message-ID: <201707191805.v6JI5p9d061639@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ultima Date: Wed Jul 19 18:05:51 2017 New Revision: 446221 URL: https://svnweb.freebsd.org/changeset/ports/446221 Log: * Updated to 0.25.1 - Fix union when the first slice is empty - Navigate to changed on CREATE When working with content from IntelliJ IDE, like - WebStorm, every file save is followed by two events: "RENAME" and then "CREATE". - Final (!) fix for issue with escaped JSON front matter - Fix issue with escaped JSON front matter PR: 220659 Submitted by: <ben.lavery@hashbang0.com> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11642 Modified: head/www/gohugo/Makefile head/www/gohugo/distinfo Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Wed Jul 19 18:05:33 2017 (r446220) +++ head/www/gohugo/Makefile Wed Jul 19 18:05:51 2017 (r446221) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hugo -PORTVERSION= 0.25 +PORTVERSION= 0.25.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= go Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Wed Jul 19 18:05:33 2017 (r446220) +++ head/www/gohugo/distinfo Wed Jul 19 18:05:51 2017 (r446221) @@ -1,6 +1,6 @@ -TIMESTAMP = 1499508533 -SHA256 (gohugo/gohugoio-hugo-v0.25_GH0.tar.gz) = 9ab4f4052b20e1907e3db103b964636956279bf4c4fa0f5eed028deeb26866ee -SIZE (gohugo/gohugoio-hugo-v0.25_GH0.tar.gz) = 10780027 +TIMESTAMP = 1499751640 +SHA256 (gohugo/gohugoio-hugo-v0.25.1_GH0.tar.gz) = 12f77c87cdc0bf4c6886a4c3343ba80bfe8bceeabed7a37e9dae945fa9010d1d +SIZE (gohugo/gohugoio-hugo-v0.25.1_GH0.tar.gz) = 10778845 SHA256 (gohugo/BurntSushi-toml-8fb9fdc_GH0.tar.gz) = 65f0d8182f1bdebcd52a40dd51a6ef2071b3f08aff6de98b7fc69dd5e4bb7436 SIZE (gohugo/BurntSushi-toml-8fb9fdc_GH0.tar.gz) = 41610 SHA256 (gohugo/PuerkitoBio-purell-b938d81_GH0.tar.gz) = b10cdc245094af0100616b8ea71cb68658b3dd29ce8fc32d0b956e1508288067
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707191805.v6JI5p9d061639>