From owner-svn-ports-all@freebsd.org Mon Apr 2 17:57:00 2018 Return-Path: Delivered-To: svn-ports-all@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 788BFF7B289; Mon, 2 Apr 2018 17:57:00 +0000 (UTC) (envelope-from ultima@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 2B3C269A6B; Mon, 2 Apr 2018 17:57:00 +0000 (UTC) (envelope-from ultima@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 25B1B18F69; Mon, 2 Apr 2018 17:57:00 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w32Hv0wO099411; Mon, 2 Apr 2018 17:57:00 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w32Huxro099405; Mon, 2 Apr 2018 17:56:59 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201804021756.w32Huxro099405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Mon, 2 Apr 2018 17:56:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466241 - head/www/gohugo X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/www/gohugo X-SVN-Commit-Revision: 466241 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2018 17:57:00 -0000 Author: ultima Date: Mon Apr 2 17:56:59 2018 New Revision: 466241 URL: https://svnweb.freebsd.org/changeset/ports/466241 Log: * Updated to 0.38 Changes: https://github.com/gohugoio/hugo/releases/tag/v0.38 PR: 227207 Submitted by: ben^@hash^ (maintainer) Modified: head/www/gohugo/Makefile head/www/gohugo/distinfo Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Mon Apr 2 17:49:05 2018 (r466240) +++ head/www/gohugo/Makefile Mon Apr 2 17:56:59 2018 (r466241) @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.37.1 +DISTVERSION= 0.38 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -20,7 +20,7 @@ GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORT GH_TUPLE= BurntSushi:toml:a368813:toml/src/github.com/BurntSushi/toml \ PuerkitoBio:purell:0bcb03f:purell/src/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2a:urlesc/src/github.com/PuerkitoBio/urlesc \ - alecthomas:chroma:563aadc:chroma/src/github.com/alecthomas/chroma \ + alecthomas:chroma:85c342e:chroma/src/github.com/alecthomas/chroma \ bep:gitmap:de8030e:gitmap/src/github.com/bep/gitmap \ chaseadamsio:goorgeous:dcf1ef8:goorgeous/src/github.com/chaseadamsio/goorgeous \ cpuguy83:go-md2man:a65d4d2:go_md2man/src/github.com/cpuguy83/go-md2man \ @@ -51,15 +51,16 @@ GH_TUPLE= BurntSushi:toml:a368813:toml/src/github.com/ pelletier:go-toml:acdc450:go_toml/src/github.com/pelletier/go-toml \ pmezard:go-difflib:792786c:go_difflib/src/github.com/pmezard/go-difflib \ russross:blackfriday:55d61fa:blackfriday/src/github.com/russross/blackfriday \ + sanity-io:litter:ae543b7:litter/src/github.com/sanity-io/litter \ shurcooL:sanitized_anchor_name:86672fc:sanitized_anchor_name/src/github.com/shurcooL/sanitized_anchor_name \ - spf13:afero:bb8f192:afero/src/github.com/spf13/afero \ + spf13:afero:6364489:afero/src/github.com/spf13/afero \ spf13:cast:8965335:cast/src/github.com/spf13/cast \ spf13:cobra:be77323:cobra/src/github.com/spf13/cobra \ spf13:fsync:12a01e6:fsync/src/github.com/spf13/fsync \ spf13:jWalterWeatherman:7c0cea3:jWalterWeatherman/src/github.com/spf13/jwalterweatherman \ spf13:nitro:24d7ef3:nitro/src/github.com/spf13/nitro \ spf13:pflag:e57e3ee:pflag/src/github.com/spf13/pflag \ - spf13:viper:25b30aa:viper/src/github.com/spf13/viper \ + spf13:viper:b5e8006:viper/src/github.com/spf13/viper \ stretchr:testify:12b6f73:testify/src/github.com/stretchr/testify \ yosssi:ace:ea038f4:ace/src/github.com/yosssi/ace \ golang:image:12117c1:image/src/golang.org/x/image \ Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Mon Apr 2 17:49:05 2018 (r466240) +++ head/www/gohugo/distinfo Mon Apr 2 17:56:59 2018 (r466241) @@ -1,14 +1,14 @@ -TIMESTAMP = 1520788755 -SHA256 (gohugo/gohugoio-hugo-v0.37.1_GH0.tar.gz) = 32ceca3bfcda80109ebd16b0cfdeb40c6b6fb1fe86976abdbd0fbce2e6492172 -SIZE (gohugo/gohugoio-hugo-v0.37.1_GH0.tar.gz) = 28505540 +TIMESTAMP = 1522680924 +SHA256 (gohugo/gohugoio-hugo-v0.38_GH0.tar.gz) = 08549563b718cc904e9a71b084f975b4b1fe05ab431e1258cbae23d4b76846ab +SIZE (gohugo/gohugoio-hugo-v0.38_GH0.tar.gz) = 28100162 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 SIZE (gohugo/PuerkitoBio-purell-0bcb03f_GH0.tar.gz) = 11654 SHA256 (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) = 0d4b469d8d1dfe12e740661d242df9f49779e6f07a31361231d5314979391df5 SIZE (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) = 6796 -SHA256 (gohugo/alecthomas-chroma-563aadc_GH0.tar.gz) = c8164912848019e2472d712a3fae6a142f8629932b2eb515759fb71b0add681d -SIZE (gohugo/alecthomas-chroma-563aadc_GH0.tar.gz) = 292519 +SHA256 (gohugo/alecthomas-chroma-85c342e_GH0.tar.gz) = e0b372e0539afb99ddb755ea17ad7892902aef4a2d8f007973e20aad47cce959 +SIZE (gohugo/alecthomas-chroma-85c342e_GH0.tar.gz) = 298049 SHA256 (gohugo/bep-gitmap-de8030e_GH0.tar.gz) = c418e80c4ca2cce9199d36d7c36f940a1768a1caa0003d0a4aad3be02562111e SIZE (gohugo/bep-gitmap-de8030e_GH0.tar.gz) = 4489 SHA256 (gohugo/chaseadamsio-goorgeous-dcf1ef8_GH0.tar.gz) = 6dbf5f61257fc8c71ec6ae533f477f351c1b0fa11774cf6e8abf27edc7d90d61 @@ -69,10 +69,12 @@ SHA256 (gohugo/pmezard-go-difflib-792786c_GH0.tar.gz) SIZE (gohugo/pmezard-go-difflib-792786c_GH0.tar.gz) = 11401 SHA256 (gohugo/russross-blackfriday-55d61fa_GH0.tar.gz) = 6bacba6f464d52bdc7d7b8638479401d1af684c38e08f90a08d651ef54eacbbd SIZE (gohugo/russross-blackfriday-55d61fa_GH0.tar.gz) = 75050 +SHA256 (gohugo/sanity-io-litter-ae543b7_GH0.tar.gz) = c92fa1e341b82514e3e88408c3701721895497e2ae88d7c165f1ce7cf6cf996f +SIZE (gohugo/sanity-io-litter-ae543b7_GH0.tar.gz) = 8781 SHA256 (gohugo/shurcooL-sanitized_anchor_name-86672fc_GH0.tar.gz) = 01ba94d077da9cac1a008e46dcb77ec36b83c96712fbedfe77cdef7818899996 SIZE (gohugo/shurcooL-sanitized_anchor_name-86672fc_GH0.tar.gz) = 2059 -SHA256 (gohugo/spf13-afero-bb8f192_GH0.tar.gz) = e8d475de6caaf29d1303dcdc116315c623fdbc399bb879f53bc332c9eaebf15f -SIZE (gohugo/spf13-afero-bb8f192_GH0.tar.gz) = 43565 +SHA256 (gohugo/spf13-afero-6364489_GH0.tar.gz) = e4dd6703ba9bb47e1b8ae62fa904eec827c62e7df07221040f14d57e6cfaabe7 +SIZE (gohugo/spf13-afero-6364489_GH0.tar.gz) = 45186 SHA256 (gohugo/spf13-cast-8965335_GH0.tar.gz) = b19c0f765ad78d7aefd363c57b9c4f78e6b75b079542b47922ed52c3fff07cdf SIZE (gohugo/spf13-cast-8965335_GH0.tar.gz) = 9855 SHA256 (gohugo/spf13-cobra-be77323_GH0.tar.gz) = 9bb901caa5158d5ecedfe18872d6cf16082448c545dbe381c2108fe0e0057bd1 @@ -85,8 +87,8 @@ SHA256 (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = e64c8 SIZE (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = 6741 SHA256 (gohugo/spf13-pflag-e57e3ee_GH0.tar.gz) = 16556b4873f12211cffec75aa4d3a6332efa26e64ff0476fdbd99f672ca37d51 SIZE (gohugo/spf13-pflag-e57e3ee_GH0.tar.gz) = 38998 -SHA256 (gohugo/spf13-viper-25b30aa_GH0.tar.gz) = 1c122475eae91ebeeb20e799f8eaec0e4ae3f3dce18cfbe244dc9292dbf2373a -SIZE (gohugo/spf13-viper-25b30aa_GH0.tar.gz) = 30808 +SHA256 (gohugo/spf13-viper-b5e8006_GH0.tar.gz) = c7f6858628543602e8b338213e789f4d446525f0ba3d4b6dc987963343b25658 +SIZE (gohugo/spf13-viper-b5e8006_GH0.tar.gz) = 32022 SHA256 (gohugo/stretchr-testify-12b6f73_GH0.tar.gz) = d916c3ed1ccbba35f0e01dce8f602a0f185a1670561dbe36e5bb1efddf604794 SIZE (gohugo/stretchr-testify-12b6f73_GH0.tar.gz) = 95230 SHA256 (gohugo/yosssi-ace-ea038f4_GH0.tar.gz) = 0d8da272af4618613b62f6f28fff6142d285c70de0658b8c328f588a690e4b85