From owner-svn-ports-head@freebsd.org Fri Nov 30 00:48:20 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 9CDA4115241B; Fri, 30 Nov 2018 00:48:20 +0000 (UTC) (envelope-from swills@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 44DD98AC51; Fri, 30 Nov 2018 00:48:20 +0000 (UTC) (envelope-from swills@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 262CB2131D; Fri, 30 Nov 2018 00:48:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAU0mKo9087339; Fri, 30 Nov 2018 00:48:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAU0mJPd087337; Fri, 30 Nov 2018 00:48:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201811300048.wAU0mJPd087337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 30 Nov 2018 00:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486220 - head/www/gohugo X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/gohugo X-SVN-Commit-Revision: 486220 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 44DD98AC51 X-Spamd-Result: default: False [0.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.21)[0.214,0]; NEURAL_SPAM_MEDIUM(0.37)[0.366,0]; NEURAL_SPAM_LONG(0.36)[0.363,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 30 Nov 2018 00:48:20 -0000 Author: swills Date: Fri Nov 30 00:48:19 2018 New Revision: 486220 URL: https://svnweb.freebsd.org/changeset/ports/486220 Log: www/gohugo: Update to 0.52 PR: 233648 Submitted by: ben.lavery@hashbang0.com (maintainer) Modified: head/www/gohugo/Makefile (contents, props changed) head/www/gohugo/distinfo (contents, props changed) Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Fri Nov 30 00:38:11 2018 (r486219) +++ head/www/gohugo/Makefile Fri Nov 30 00:48:19 2018 (r486220) @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.51 +DISTVERSION= 0.52 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= gohugoio GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github.com/BurntSushi/locker \ - BurntSushi:toml:a368813:toml/src/github.com/BurntSushi/toml \ + BurntSushi:toml:a368813:BurntSushi_toml/src/github.com/BurntSushi/toml \ PuerkitoBio:purell:v1.1.0:purell/src/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2a:urlesc/src/github.com/PuerkitoBio/urlesc \ alecthomas:assert:405dbfe:assert/src/github.com/alecthomas/assert \ @@ -27,9 +27,9 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github. alecthomas:repr:117648c:repr/src/github.com/alecthomas/repr \ bep:debounce:v1.1.0:debounce/src/github.com/bep/debounce \ bep:gitmap:v1.0.0:gitmap/src/github.com/bep/gitmap \ - bep:go-tocss:v0.5.0:go_tocss/src/github.com/bep/go-tocss \ + bep:go-tocss:v0.6.0:go_tocss/src/github.com/bep/go-tocss \ chaseadamsio:goorgeous:v1.1.0:goorgeous/src/github.com/chaseadamsio/goorgeous \ - cheekybits:is:68e9c06:is/src/github.com/cheekybits/is \ + cheekybits:is:68e9c06:cheekybits_is/src/github.com/cheekybits/is \ cpuguy83:go-md2man:v1.0.8:go_md2man/src/github.com/cpuguy83/go-md2man \ danwakefield:fnmatch:cbb64ac:fnmatch/src/github.com/danwakefield/fnmatch \ davecgh:go-spew:v1.1.1:go_spew/src/github.com/davecgh/go-spew \ @@ -49,9 +49,9 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github. jdkato:prose:v1.1.0:prose/src/github.com/jdkato/prose \ kr:pretty:v0.1.0:pretty/src/github.com/kr/pretty \ kr:pty:v1.1.1:pty/src/github.com/kr/pty \ - kr:text:v0.1.0:text/src/github.com/kr/text \ + kr:text:v0.1.0:kr_text/src/github.com/kr/text \ kyokomi:emoji:v1.5.1:emoji/src/github.com/kyokomi/emoji \ - magefile:mage:v1.4.0:mage/src/github.com/magefile/mage \ + magefile:mage:v1.4.0:magefile_mage/src/github.com/magefile/mage \ magiconair:properties:v1.8.0:properties/src/github.com/magiconair/properties \ markbates:inflect:a12c3ae:inflect/src/github.com/markbates/inflect \ matryer:try:9ac251b:try/src/github.com/matryer/try \ @@ -60,7 +60,6 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github. miekg:mmark:v1.3.6:mmark/src/github.com/miekg/mmark \ mitchellh:hashstructure:v1.0.0:hashstructure/src/github.com/mitchellh/hashstructure \ mitchellh:mapstructure:v1.0.0:mapstructure/src/github.com/mitchellh/mapstructure \ - bep:mapstructure:bb74f1d:bep_mapstructure/src/github.com/bep/mapstructure \ muesli:smartcrop:f6ebaa7:smartcrop/src/github.com/muesli/smartcrop \ nfnt:resize:83c6a99:resize/src/github.com/nfnt/resize \ nicksnyder:go-i18n:v1.10.0:go_i18n/src/github.com/nicksnyder/go-i18n \ @@ -70,7 +69,7 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github. pmezard:go-difflib:v1.0.0:go_difflib/src/github.com/pmezard/go-difflib \ russross:blackfriday:46c73eb:blackfriday/src/github.com/russross/blackfriday \ sanity-io:litter:v1.1.0:litter/src/github.com/sanity-io/litter \ - sergi:go-diff:v1.0.0:go_diff/src/github.com/sergi/go-diff \ + sergi:go-diff:v1.0.0:sergi_go_diff/src/github.com/sergi/go-diff \ shurcooL:sanitized_anchor_name:86672fc:sanitized_anchor_name/src/github.com/shurcooL/sanitized_anchor_name \ spf13:afero:v1.1.2:afero/src/github.com/spf13/afero \ spf13:cast:v1.3.0:cast/src/github.com/spf13/cast \ @@ -80,21 +79,21 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github. spf13:nitro:24d7ef3:nitro/src/github.com/spf13/nitro \ spf13:pflag:v1.0.3:pflag/src/github.com/spf13/pflag \ spf13:viper:v1.2.0:viper/src/github.com/spf13/viper \ - stretchr:testify:f2347ac:testify/src/github.com/stretchr/testify \ + stretchr:testify:04af852:testify/src/github.com/stretchr/testify \ tdewolff:minify:v2.3.7:minify/src/github.com/tdewolff/minify \ tdewolff:parse:v2.3.5:parse/src/github.com/tdewolff/parse \ - tdewolff:test:v1.0.0:test/src/github.com/tdewolff/test \ - wellington:go-libsass:615eaa4:go_libsass/src/github.com/wellington/go-libsass \ + tdewolff:test:v1.0.0:tdewolff_test/src/github.com/tdewolff/test \ + wellington:go-libsass:c636442:go_libsass/src/github.com/wellington/go-libsass \ yosssi:ace:v0.0.5:ace/src/github.com/yosssi/ace \ golang:image:c73c2af:image/src/golang.org/x/image \ golang:net:161cd47:net/src/golang.org/x/net \ - golang:sync:1d60e46:sync/src/golang.org/x/sync \ + golang:sync:1d60e46:golang_sync/src/golang.org/x/sync \ golang:sys:9b800f9:sys/src/golang.org/x/sys \ - golang:text:v0.3.0:text/src/golang.org/x/text \ - go-check:check:788fd78:check/src/gopkg.in/check.v1 \ - go-yaml:yaml:v2.2.1:yaml/src/gopkg.in/yaml.v2 + golang:text:v0.3.0:golang_text/src/golang.org/x/text \ + go-check:check:788fd78:go_check_check/src/gopkg.in/check.v1 \ + go-yaml:yaml:v2.2.1:go_yaml_yaml/src/gopkg.in/yaml.v2 -COMMIT_ID= f3d519079371723dbd812dba3fef3695e0b41946 +COMMIT_ID= 9433cf5a92176b4a8005ddb5f4d524c0dc8c5c43 OPTIONS_DEFINE= MANPAGES EXTENDED Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Fri Nov 30 00:38:11 2018 (r486219) +++ head/www/gohugo/distinfo Fri Nov 30 00:48:19 2018 (r486220) @@ -1,6 +1,6 @@ -TIMESTAMP = 1543260999 -SHA256 (gohugo/gohugoio-hugo-v0.51_GH0.tar.gz) = 5433920c3830df4217c2e6b4e80958543b00c36a890fe4b3c990cfcf5fa46e33 -SIZE (gohugo/gohugoio-hugo-v0.51_GH0.tar.gz) = 19948327 +TIMESTAMP = 1543517628 +SHA256 (gohugo/gohugoio-hugo-v0.52_GH0.tar.gz) = a6c1b50c6d47c34d3d23fee1e11ad598752f39f71811b8e20db7598521fc0cc0 +SIZE (gohugo/gohugoio-hugo-v0.52_GH0.tar.gz) = 19961000 SHA256 (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 6bdc1b865e2e27dd92921c0e4c3aa743156bb5d2cf227af1d0e80573568bcd4a SIZE (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 2108 SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2 @@ -21,8 +21,8 @@ SHA256 (gohugo/bep-debounce-v1.1.0_GH0.tar.gz) = 3fdd9 SIZE (gohugo/bep-debounce-v1.1.0_GH0.tar.gz) = 3496 SHA256 (gohugo/bep-gitmap-v1.0.0_GH0.tar.gz) = d5e08366452c03782d7b449cf2f7bfd6137675644f2eeb844c13e61ac34aebe5 SIZE (gohugo/bep-gitmap-v1.0.0_GH0.tar.gz) = 4590 -SHA256 (gohugo/bep-go-tocss-v0.5.0_GH0.tar.gz) = 1875ceafec32349c7c174597db766b609d6a60562a9c1c87a0d6bf53b2724d3c -SIZE (gohugo/bep-go-tocss-v0.5.0_GH0.tar.gz) = 5370 +SHA256 (gohugo/bep-go-tocss-v0.6.0_GH0.tar.gz) = 7acdd0c850d4395da82653c80a4e6df9f4a21b4971face96adc2f56444bd76a2 +SIZE (gohugo/bep-go-tocss-v0.6.0_GH0.tar.gz) = 5753 SHA256 (gohugo/chaseadamsio-goorgeous-v1.1.0_GH0.tar.gz) = e8e1ac258e9f2d0a86f415e03fc7953f67a514710b3b214ef7db57a15febe52f SIZE (gohugo/chaseadamsio-goorgeous-v1.1.0_GH0.tar.gz) = 34320 SHA256 (gohugo/cheekybits-is-68e9c06_GH0.tar.gz) = c3789d05b0bd0c02ae413b8c7e2f500e393e17cbaa1d0f21ba1fe370bf019dca @@ -65,8 +65,8 @@ SHA256 (gohugo/kr-pretty-v0.1.0_GH0.tar.gz) = 3aeb5d90 SIZE (gohugo/kr-pretty-v0.1.0_GH0.tar.gz) = 8550 SHA256 (gohugo/kr-pty-v1.1.1_GH0.tar.gz) = 949d6e7f84f12482c0bc3e901cca92d26266ed645a1bdead3ffb2516e017ac47 SIZE (gohugo/kr-pty-v1.1.1_GH0.tar.gz) = 5668 -SHA256 (gohugo/golang-text-v0.3.0_GH0.tar.gz) = 8f4c9a048345befc7beccd09267737ee1f55c7b35e5ff80f344ec9e0aa90febb -SIZE (gohugo/golang-text-v0.3.0_GH0.tar.gz) = 6102619 +SHA256 (gohugo/kr-text-v0.1.0_GH0.tar.gz) = b67f2744020b25f9298153af0992db252d195edd7ca5afa3b19d6ac300c2d14e +SIZE (gohugo/kr-text-v0.1.0_GH0.tar.gz) = 8686 SHA256 (gohugo/kyokomi-emoji-v1.5.1_GH0.tar.gz) = c9feeb52e8467df9453eddebec57f48b4e7234e1443cbae16bea20ed7e82d278 SIZE (gohugo/kyokomi-emoji-v1.5.1_GH0.tar.gz) = 35792 SHA256 (gohugo/magefile-mage-v1.4.0_GH0.tar.gz) = e99a289bd9dd2fc8c99d8f4206fa45dd924c27b83aac269b7da1d694a91edf6f @@ -87,8 +87,6 @@ SHA256 (gohugo/mitchellh-hashstructure-v1.0.0_GH0.tar. SIZE (gohugo/mitchellh-hashstructure-v1.0.0_GH0.tar.gz) = 6507 SHA256 (gohugo/mitchellh-mapstructure-v1.0.0_GH0.tar.gz) = 6eddc2ee4c69177e6b3a47e134277663f7e70b1f23b6f05908503db9d5ad5457 SIZE (gohugo/mitchellh-mapstructure-v1.0.0_GH0.tar.gz) = 18841 -SHA256 (gohugo/bep-mapstructure-bb74f1d_GH0.tar.gz) = 5bf27fc22a2feb060c65ff643880a8ac180fac9326a86b82d6a3eabe78fa9738 -SIZE (gohugo/bep-mapstructure-bb74f1d_GH0.tar.gz) = 18666 SHA256 (gohugo/muesli-smartcrop-f6ebaa7_GH0.tar.gz) = 337fa158b74dd3b2fd4904737329789f7765fe88c815cb099590d9717cc80085 SIZE (gohugo/muesli-smartcrop-f6ebaa7_GH0.tar.gz) = 448029 SHA256 (gohugo/nfnt-resize-83c6a99_GH0.tar.gz) = e439f28cce9090eff9186f0caa346c498859b3e068663fd7055507ce37f31a33 @@ -127,16 +125,16 @@ SHA256 (gohugo/spf13-pflag-v1.0.3_GH0.tar.gz) = 9e57f8 SIZE (gohugo/spf13-pflag-v1.0.3_GH0.tar.gz) = 46002 SHA256 (gohugo/spf13-viper-v1.2.0_GH0.tar.gz) = 71207a443c55239a54a7e5b91bfc38627ce3b53e7649b4b70d050bfa457804db SIZE (gohugo/spf13-viper-v1.2.0_GH0.tar.gz) = 34451 -SHA256 (gohugo/stretchr-testify-f2347ac_GH0.tar.gz) = 3d9482c54e66f64fad782341e784d52e994f2b24dd5e71429c3ca14cb29028c8 -SIZE (gohugo/stretchr-testify-f2347ac_GH0.tar.gz) = 101555 +SHA256 (gohugo/stretchr-testify-04af852_GH0.tar.gz) = 99469587712673c6209c1b6df92e5c48ddc5a3857c6ba5d64eea6dd368cd9e89 +SIZE (gohugo/stretchr-testify-04af852_GH0.tar.gz) = 101549 SHA256 (gohugo/tdewolff-minify-v2.3.7_GH0.tar.gz) = 84ff61fc766cc8ec84ba126ab2fe93469d81a1c238bbe3b97075b83118042d8c SIZE (gohugo/tdewolff-minify-v2.3.7_GH0.tar.gz) = 2125512 SHA256 (gohugo/tdewolff-parse-v2.3.5_GH0.tar.gz) = e7d691607f6f53336af7c03a92ba24b78c709513b31a31e719620d4d2d07d813 SIZE (gohugo/tdewolff-parse-v2.3.5_GH0.tar.gz) = 75027 SHA256 (gohugo/tdewolff-test-v1.0.0_GH0.tar.gz) = 59a698a716e87203b2cf58c7ba9a11a1c75400bff22faf6a4a34fcd2a789e267 SIZE (gohugo/tdewolff-test-v1.0.0_GH0.tar.gz) = 2606 -SHA256 (gohugo/wellington-go-libsass-615eaa4_GH0.tar.gz) = c61167dc546c15a0ac085adc6e96305af60b80b4ab5dc763ee90481c0539c21d -SIZE (gohugo/wellington-go-libsass-615eaa4_GH0.tar.gz) = 333300 +SHA256 (gohugo/wellington-go-libsass-c636442_GH0.tar.gz) = 5a4545466b4518c342e61b20e2e57194b80067a79f6220cc7b15c045cc5f0fd3 +SIZE (gohugo/wellington-go-libsass-c636442_GH0.tar.gz) = 332784 SHA256 (gohugo/yosssi-ace-v0.0.5_GH0.tar.gz) = e19cc49b9738d8498926b97e5bff41f59a84416e389b6ecda9d9266d4ac81a2e SIZE (gohugo/yosssi-ace-v0.0.5_GH0.tar.gz) = 23277 SHA256 (gohugo/golang-image-c73c2af_GH0.tar.gz) = 2b0a5cc68c687088c46ffb83790f4e781a2ff619633a9ef618aa5088b136c098 @@ -147,6 +145,8 @@ SHA256 (gohugo/golang-sync-1d60e46_GH0.tar.gz) = 526fa SIZE (gohugo/golang-sync-1d60e46_GH0.tar.gz) = 16327 SHA256 (gohugo/golang-sys-9b800f9_GH0.tar.gz) = fb70e17a193f1bf01728e2ed6c763abd816fdd88c591aaa4fa71cb7472d011b0 SIZE (gohugo/golang-sys-9b800f9_GH0.tar.gz) = 1109389 +SHA256 (gohugo/golang-text-v0.3.0_GH0.tar.gz) = 8f4c9a048345befc7beccd09267737ee1f55c7b35e5ff80f344ec9e0aa90febb +SIZE (gohugo/golang-text-v0.3.0_GH0.tar.gz) = 6102619 SHA256 (gohugo/go-check-check-788fd78_GH0.tar.gz) = 7348808a92ff352cf0d68a2140a10db9b4758bfb904e0d7a5070d481b4b82d68 SIZE (gohugo/go-check-check-788fd78_GH0.tar.gz) = 31590 SHA256 (gohugo/go-yaml-yaml-v2.2.1_GH0.tar.gz) = 33218aa3bd60a307fe14e66b970473cb411bb6ca3d4f4a5e30c97b44f9b4e84b