From owner-svn-ports-head@freebsd.org Fri Jun 29 18:38:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7E6EF74259; Fri, 29 Jun 2018 18:38:14 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5381576338; Fri, 29 Jun 2018 18:38:14 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3183A248EB; Fri, 29 Jun 2018 18:38:14 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5TIcEXf041622; Fri, 29 Jun 2018 18:38:14 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5TIcDLp041619; Fri, 29 Jun 2018 18:38:13 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201806291838.w5TIcDLp041619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 29 Jun 2018 18:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473571 - head/www/gohugo X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/gohugo X-SVN-Commit-Revision: 473571 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2018 18:38:14 -0000 Author: joneum Date: Fri Jun 29 18:38:13 2018 New Revision: 473571 URL: https://svnweb.freebsd.org/changeset/ports/473571 Log: www/gohugo: Update to 0.42.2 Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.42.2 PR: 229399 Submitted by: ben.lavery@hashbang0.com (maintainer) Modified: head/www/gohugo/Makefile head/www/gohugo/distinfo head/www/gohugo/pkg-descr Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Fri Jun 29 18:30:14 2018 (r473570) +++ head/www/gohugo/Makefile Fri Jun 29 18:38:13 2018 (r473571) @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.42.1 +DISTVERSION= 0.42.2 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Fri Jun 29 18:30:14 2018 (r473570) +++ head/www/gohugo/distinfo Fri Jun 29 18:38:13 2018 (r473571) @@ -1,6 +1,6 @@ -TIMESTAMP = 1529095370 -SHA256 (gohugo/gohugoio-hugo-v0.42.1_GH0.tar.gz) = 4450c9434269dac75f4a6cb702d8704a49c73e17f974dc2fa15e699c03b9774b -SIZE (gohugo/gohugoio-hugo-v0.42.1_GH0.tar.gz) = 16529961 +TIMESTAMP = 1530216118 +SHA256 (gohugo/gohugoio-hugo-v0.42.2_GH0.tar.gz) = 3e834b71c3aab605db0fa7ae54a98161119a9a5758991dd03fcb55151c6de122 +SIZE (gohugo/gohugoio-hugo-v0.42.2_GH0.tar.gz) = 16529045 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 Modified: head/www/gohugo/pkg-descr ============================================================================== --- head/www/gohugo/pkg-descr Fri Jun 29 18:30:14 2018 (r473570) +++ head/www/gohugo/pkg-descr Fri Jun 29 18:38:13 2018 (r473571) @@ -8,4 +8,4 @@ Sites built with Hugo are extremely fast and very secu hosted anywhere and run without dependencies on expensive runtimes like Ruby, Python or PHP and without dependencies on any databases. -WWW: http://gohugo.io +WWW: https://gohugo.io