Index: head/www/gohugo/Makefile =================================================================== --- head/www/gohugo/Makefile (revision 445405) +++ head/www/gohugo/Makefile (revision 445406) @@ -1,98 +1,99 @@ # $FreeBSD$ PORTNAME= hugo -PORTVERSION= 0.24.1 +PORTVERSION= 0.25 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} MAINTAINER= ben.lavery@hashbang0.com -COMMENT= Fast and modern static website engine +COMMENT= Fast and flexible static site generator LICENSE= APACHE20 USES= go USE_GITHUB= yes GH_ACCOUNT= gohugoio GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} GH_TUPLE= BurntSushi:toml:8fb9fdc:toml/src/github.com/BurntSushi/toml \ PuerkitoBio:purell:b938d81:purell/src/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:bbf7a2a:urlesc/src/github.com/PuerkitoBio/urlesc \ bep:gitmap:de8030e:gitmap/src/github.com/bep/gitmap \ bep:inflect:b896c45:inflect/src/github.com/bep/inflect \ chaseadamsio:goorgeous:677defd:goorgeous/src/github.com/chaseadamsio/goorgeous \ cpuguy83:go-md2man:23709d0:go_md2man/src/github.com/cpuguy83/go-md2man \ dchest:cssmin:fb8d9b4:cssmin/src/github.com/dchest/cssmin \ eknkc:amber:5fa7895:amber/src/github.com/eknkc/amber \ fortytw2:leaktest:7dad533:leaktest/src/github.com/fortytw2/leaktest \ fsnotify:fsnotify:4da3e2c:fsnotify/src/github.com/fsnotify/fsnotify \ gorilla:websocket:a91eba7:websocket/src/github.com/gorilla/websocket \ hashicorp:go-immutable-radix:30664b8:go_immutable_radix/src/github.com/hashicorp/go-immutable-radix \ hashicorp:golang-lru:0a025b7:golang_lru/src/github.com/hashicorp/golang-lru \ hashicorp:hcl:392dba7:hcl/src/github.com/hashicorp/hcl \ inconshreveable:mousetrap:76626ae:mousetrap/src/github.com/inconshreveable/mousetrap \ kardianos:osext:ae77be6:osext/src/github.com/kardianos/osext \ kr:fs:2788f0d:fs/src/github.com/kr/fs \ kyokomi:emoji:ddd4753:emoji/src/github.com/kyokomi/emoji \ magiconair:properties:51463bf:properties/src/github.com/magiconair/properties \ miekg:mmark:f809cc9:mmark/src/github.com/miekg/mmark \ mitchellh:mapstructure:d0303fe:mapstructure/src/github.com/mitchellh/mapstructure \ nicksnyder:go-i18n:3e70a1a:go_i18n/src/github.com/nicksnyder/go-i18n \ pelletier:go-buffruneio:c37440a:go_buffruneio/src/github.com/pelletier/go-buffruneio \ pelletier:go-toml:fe7536c:go_toml/src/github.com/pelletier/go-toml \ pkg:errors:c605e28:errors/src/github.com/pkg/errors \ pkg:sftp:a5f8514:sftp/src/github.com/pkg/sftp \ russross:blackfriday:067529f:blackfriday/src/github.com/russross/blackfriday \ shurcooL:sanitized_anchor_name:541ff5e:sanitized_anchor_name/src/github.com/shurcooL/sanitized_anchor_name \ spf13:afero:9be6508:afero/src/github.com/spf13/afero \ spf13:cast:acbeb36:cast/src/github.com/spf13/cast \ spf13:cobra:b4dbd37:cobra/src/github.com/spf13/cobra \ spf13:fsync:12a01e6:fsync/src/github.com/spf13/fsync \ spf13:jWalterWeatherman:0efa520: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:c1de958:viper/src/github.com/spf13/viper \ stretchr:testify:f6abca5:testify/src/github.com/stretchr/testify \ yosssi:ace:ea038f4:ace/src/github.com/yosssi/ace \ golang:crypto:850760c:crypto/src/golang.org/x/crypto \ + golang:image:426cfd8:image/src/golang.org/x/image \ golang:net:ddf80d0:net/src/golang.org/x/net \ golang:sys:fb4cac3:sys/src/golang.org/x/sys \ golang:text:9e2f80a:text/src/golang.org/x/text \ go-yaml:yaml:cd8b52f:yaml/src/gopkg.in/yaml.v2 \ davecgh:go-spew:04cdfd4:go_spew/src/github.com/davecgh/go-spew \ pmezard:go-difflib:d8ed262:go_difflib/src/github.com/pmezard/go-difflib OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= MANPAGES MANPAGES_DESC= Build and/or install manual pages GOENV= GOPATH=${WRKSRC} CGO_CFLAGS="${CGO_CFLAGS}" \ CGO_LDFLAGS="${CGO_LDFLAGS}" GOBIN="" PORTMANS= hugo-benchmark.1 hugo-config.1 hugo-convert-toJSON.1 \ hugo-convert-toTOML.1 hugo-convert-toYAML.1 hugo-convert.1 \ hugo-env.1 hugo-gen-autocomplete.1 hugo-gen-doc.1 hugo-gen-man.1 \ hugo-gen.1 hugo-import-jekyll.1 hugo-import.1 hugo-list-drafts.1 \ hugo-list-expired.1 hugo-list-future.1 hugo-list.1 hugo-new-site.1 \ hugo-new-theme.1 hugo-new.1 hugo-server.1 hugo-undraft.1 \ hugo-version.1 hugo.1 do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} && \ ${SETENV} ${MAKE_ENV} ${GOENV} ${GO_CMD} build -o bin/${PORTNAME} do-build-MANPAGES-on: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} && ./bin/${PORTNAME} gen man --dir man/man1/ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} do-install-MANPAGES-on: .for i in ${PORTMANS} ${INSTALL_MAN} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME}/man/man1/$i ${STAGEDIR}/${PREFIX}/man/man1 .endfor .include Index: head/www/gohugo/distinfo =================================================================== --- head/www/gohugo/distinfo (revision 445405) +++ head/www/gohugo/distinfo (revision 445406) @@ -1,95 +1,97 @@ -TIMESTAMP = 1498387605 -SHA256 (gohugo/gohugoio-hugo-v0.24.1_GH0.tar.gz) = c7a5d56b528dde7c8a12044f7ede1f9d8c1c8401969ebef9a11695d00f8d3d55 -SIZE (gohugo/gohugoio-hugo-v0.24.1_GH0.tar.gz) = 1103602 +TIMESTAMP = 1499508533 +SHA256 (gohugo/gohugoio-hugo-v0.25_GH0.tar.gz) = 9ab4f4052b20e1907e3db103b964636956279bf4c4fa0f5eed028deeb26866ee +SIZE (gohugo/gohugoio-hugo-v0.25_GH0.tar.gz) = 10780027 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 SIZE (gohugo/PuerkitoBio-purell-b938d81_GH0.tar.gz) = 11658 SHA256 (gohugo/PuerkitoBio-urlesc-bbf7a2a_GH0.tar.gz) = fd91f9ffc347499c37eb5e44a5891a4743b4508453f04c2369228a51e0cf80c6 SIZE (gohugo/PuerkitoBio-urlesc-bbf7a2a_GH0.tar.gz) = 6797 SHA256 (gohugo/bep-gitmap-de8030e_GH0.tar.gz) = c418e80c4ca2cce9199d36d7c36f940a1768a1caa0003d0a4aad3be02562111e SIZE (gohugo/bep-gitmap-de8030e_GH0.tar.gz) = 4489 SHA256 (gohugo/bep-inflect-b896c45_GH0.tar.gz) = 11918dab4c6b5f81a40830259cacec50b4d671e08a634a24da292040718211ee SIZE (gohugo/bep-inflect-b896c45_GH0.tar.gz) = 9661 SHA256 (gohugo/chaseadamsio-goorgeous-677defd_GH0.tar.gz) = 5f98a67899cb89d790a6640bdd335eee7028c7cd77d6d0297d2ace40c143cedc SIZE (gohugo/chaseadamsio-goorgeous-677defd_GH0.tar.gz) = 32908 SHA256 (gohugo/cpuguy83-go-md2man-23709d0_GH0.tar.gz) = 890d40e3e9634ac9992d1578c89c41c3b8c462c8f562c1b9e4d71972fc50fe01 SIZE (gohugo/cpuguy83-go-md2man-23709d0_GH0.tar.gz) = 40861 SHA256 (gohugo/dchest-cssmin-fb8d9b4_GH0.tar.gz) = fce78d1a1de9f9e516c24cd38856034f23fce22807ecb3c9566c383602109417 SIZE (gohugo/dchest-cssmin-fb8d9b4_GH0.tar.gz) = 3354 SHA256 (gohugo/eknkc-amber-5fa7895_GH0.tar.gz) = 2886a0888302f035b7b3513be3cd8995aa53d53e54329f64e27d8a32ac464944 SIZE (gohugo/eknkc-amber-5fa7895_GH0.tar.gz) = 21963 SHA256 (gohugo/fortytw2-leaktest-7dad533_GH0.tar.gz) = b732d88c9f7c475d4282d96812cb49726cbc736603bc5e1aeda5062be75838f3 SIZE (gohugo/fortytw2-leaktest-7dad533_GH0.tar.gz) = 3677 SHA256 (gohugo/fsnotify-fsnotify-4da3e2c_GH0.tar.gz) = 0134c6c5617a87ba737ca3a136de027800595cf91b32b1b3901f97b8c85c156a SIZE (gohugo/fsnotify-fsnotify-4da3e2c_GH0.tar.gz) = 30593 SHA256 (gohugo/gorilla-websocket-a91eba7_GH0.tar.gz) = a62ed1f44e71e958c085caca430f4bdc8c2fe6040acb9b6b2980567aefebb96d SIZE (gohugo/gorilla-websocket-a91eba7_GH0.tar.gz) = 42935 SHA256 (gohugo/hashicorp-go-immutable-radix-30664b8_GH0.tar.gz) = be1db85179eb4e6f3436c2fd55f7bc5bc12c797e5d7787ef34cbd3ba9deec481 SIZE (gohugo/hashicorp-go-immutable-radix-30664b8_GH0.tar.gz) = 17531 SHA256 (gohugo/hashicorp-golang-lru-0a025b7_GH0.tar.gz) = e69743cfd616ed9a47459d8bd9acfa5b9bb48ac9cc9f062e4cf75d4d31854fe9 SIZE (gohugo/hashicorp-golang-lru-0a025b7_GH0.tar.gz) = 12300 SHA256 (gohugo/hashicorp-hcl-392dba7_GH0.tar.gz) = a9ec781e8590fe45a11f84833cb3a6ad56d7da069ee95750f53f8e133bc679e8 SIZE (gohugo/hashicorp-hcl-392dba7_GH0.tar.gz) = 69728 SHA256 (gohugo/inconshreveable-mousetrap-76626ae_GH0.tar.gz) = d56204c0067e12a8939e1db62e907095f4fba37d98cb1e0ec574f1dce89effc4 SIZE (gohugo/inconshreveable-mousetrap-76626ae_GH0.tar.gz) = 2288 SHA256 (gohugo/kardianos-osext-ae77be6_GH0.tar.gz) = 539367f48ed1d4f1b8bec4cf742ac7bce7c5b9319f4338a12310edddec005213 SIZE (gohugo/kardianos-osext-ae77be6_GH0.tar.gz) = 4851 SHA256 (gohugo/kr-fs-2788f0d_GH0.tar.gz) = 51899cf8a55f8feefcdd33c04cf5e74937319d45ce0f04aa175188573f3284c9 SIZE (gohugo/kr-fs-2788f0d_GH0.tar.gz) = 4361 SHA256 (gohugo/kyokomi-emoji-ddd4753_GH0.tar.gz) = 4100e2dad1b1acc14aa05d6e55274d99c4590c3aef019e3f65bd3bf6f8ee8e3e SIZE (gohugo/kyokomi-emoji-ddd4753_GH0.tar.gz) = 35771 SHA256 (gohugo/magiconair-properties-51463bf_GH0.tar.gz) = 31eb9ae5d5f02fa1e6be9a17f79273389ebfa8bb7f8b59c25c65509e7b633ae6 SIZE (gohugo/magiconair-properties-51463bf_GH0.tar.gz) = 27518 SHA256 (gohugo/miekg-mmark-f809cc9_GH0.tar.gz) = e01abe7a729fce16728860382cd10c8c7075c7b5f7f4faf6ea3e962527187b87 SIZE (gohugo/miekg-mmark-f809cc9_GH0.tar.gz) = 198726 SHA256 (gohugo/mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 30e7697b7e321d8f14bff5f19b789cd38fd277518aae251c370ea53ddb53d1f7 SIZE (gohugo/mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 15560 SHA256 (gohugo/nicksnyder-go-i18n-3e70a1a_GH0.tar.gz) = c98c71d6db47877c7bc532c39327ec856cf2214ed820a0d897b572989cd639c4 SIZE (gohugo/nicksnyder-go-i18n-3e70a1a_GH0.tar.gz) = 39646 SHA256 (gohugo/pelletier-go-buffruneio-c37440a_GH0.tar.gz) = d2bdcd763e33d9bdda4058b10dc2b4fc25aeb1b752b7e1bb9b4713dc06e24af4 SIZE (gohugo/pelletier-go-buffruneio-c37440a_GH0.tar.gz) = 3027 SHA256 (gohugo/pelletier-go-toml-fe7536c_GH0.tar.gz) = 4ad9773a409dcb4f057b730e629820a7f33c69f0501abc1481bbd22ee4fcfbc7 SIZE (gohugo/pelletier-go-toml-fe7536c_GH0.tar.gz) = 48266 SHA256 (gohugo/pkg-errors-c605e28_GH0.tar.gz) = 06fa83babc1d9aa80b0decb6d36504090bbde8a38d9a722a1f7a26616590a0d0 SIZE (gohugo/pkg-errors-c605e28_GH0.tar.gz) = 11476 SHA256 (gohugo/pkg-sftp-a5f8514_GH0.tar.gz) = 3842786f442f0cab46a255a277dd77bae0a21538189b269e693e8160f6d8d72e SIZE (gohugo/pkg-sftp-a5f8514_GH0.tar.gz) = 59467 SHA256 (gohugo/russross-blackfriday-067529f_GH0.tar.gz) = dbbdb9b4e9754a549e98283563ffe18eb9d8e1c131a1ed97323a4110adff44ad SIZE (gohugo/russross-blackfriday-067529f_GH0.tar.gz) = 73858 SHA256 (gohugo/shurcooL-sanitized_anchor_name-541ff5e_GH0.tar.gz) = b1ca801fa24eaa938d0a26cc4d77e1da74afb3d4a091475a2660cb977b7c8f54 SIZE (gohugo/shurcooL-sanitized_anchor_name-541ff5e_GH0.tar.gz) = 2063 SHA256 (gohugo/spf13-afero-9be6508_GH0.tar.gz) = 6814d3c2e2c55540cbc190def53324924cf44b06ac4ec39b4cb09c3416a5dcb5 SIZE (gohugo/spf13-afero-9be6508_GH0.tar.gz) = 40630 SHA256 (gohugo/spf13-cast-acbeb36_GH0.tar.gz) = 403d9ba0ea7655ad375cf31e9ff1fece4425b3795fc47eb86e824ab6ac6ef620 SIZE (gohugo/spf13-cast-acbeb36_GH0.tar.gz) = 9588 SHA256 (gohugo/spf13-cobra-b4dbd37_GH0.tar.gz) = 1122eed69295450848f7dfd14017bd417db51af4c1fd9a60727b0c94a7dece09 SIZE (gohugo/spf13-cobra-b4dbd37_GH0.tar.gz) = 96950 SHA256 (gohugo/spf13-fsync-12a01e6_GH0.tar.gz) = f3d5520a8dba6d57618db9a869abeb23f349ec20c177f5fa8957588bb987e0aa SIZE (gohugo/spf13-fsync-12a01e6_GH0.tar.gz) = 4840 SHA256 (gohugo/spf13-jWalterWeatherman-0efa520_GH0.tar.gz) = 30724b69b0975bd29ee722fb46bb2ad332f0648194c40d6edddccd660db5ed9b SIZE (gohugo/spf13-jWalterWeatherman-0efa520_GH0.tar.gz) = 6343 SHA256 (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = e64c8d195990c3aa57c47cc4f090b1f575fa712b8b2fa3f8bdb2dc1b76ec440a 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-c1de958_GH0.tar.gz) = f8b1b751dd9133cadac7225061a5b8a3437ba0e3d75fa6289a1a29f43f03c820 SIZE (gohugo/spf13-viper-c1de958_GH0.tar.gz) = 30664 SHA256 (gohugo/stretchr-testify-f6abca5_GH0.tar.gz) = c254665dbd1a155475dc685ca58bfae991c78e672c4dc6707fd3c1973724cf9f SIZE (gohugo/stretchr-testify-f6abca5_GH0.tar.gz) = 94085 SHA256 (gohugo/yosssi-ace-ea038f4_GH0.tar.gz) = 0d8da272af4618613b62f6f28fff6142d285c70de0658b8c328f588a690e4b85 SIZE (gohugo/yosssi-ace-ea038f4_GH0.tar.gz) = 23269 SHA256 (gohugo/golang-crypto-850760c_GH0.tar.gz) = 74642f7b77a90eecadb5bf991dfbc904d4d47ac41a6ca429e9ae4c725a2a0c3b SIZE (gohugo/golang-crypto-850760c_GH0.tar.gz) = 1342005 +SHA256 (gohugo/golang-image-426cfd8_GH0.tar.gz) = 7bd072a785cf27cf9e3714af8cc2e568e50428b58efab4d717c4adec28e34d15 +SIZE (gohugo/golang-image-426cfd8_GH0.tar.gz) = 4812971 SHA256 (gohugo/golang-net-ddf80d0_GH0.tar.gz) = 2078d7f9af052dbf8f25891fcc1ccfef977203c3d3f04546acb87f2988f48efb SIZE (gohugo/golang-net-ddf80d0_GH0.tar.gz) = 906236 SHA256 (gohugo/golang-sys-fb4cac3_GH0.tar.gz) = ac1a0f4779ba3938f6ceedb247e6ca3f7b7d36a71c7fb39763385f97c4ccddae SIZE (gohugo/golang-sys-fb4cac3_GH0.tar.gz) = 716814 SHA256 (gohugo/golang-text-9e2f80a_GH0.tar.gz) = a43eb0b61642e1127997cc2bbc80b56475fe58459e1ee2012627dc841cda503f SIZE (gohugo/golang-text-9e2f80a_GH0.tar.gz) = 4578976 SHA256 (gohugo/go-yaml-yaml-cd8b52f_GH0.tar.gz) = b1c9f89593f27734ba7fe9cf8573bac332641e59d7cfe17383db1572960913b6 SIZE (gohugo/go-yaml-yaml-cd8b52f_GH0.tar.gz) = 60718 SHA256 (gohugo/davecgh-go-spew-04cdfd4_GH0.tar.gz) = 4347d25b61ad89e85d86d3df33539578254e57078fa0acbfb93c5bc393d0175d SIZE (gohugo/davecgh-go-spew-04cdfd4_GH0.tar.gz) = 42176 SHA256 (gohugo/pmezard-go-difflib-d8ed262_GH0.tar.gz) = fee180ffe1001c220e96ac3be9ec48d0682a3fa02800434b1e68e39b8d656189 SIZE (gohugo/pmezard-go-difflib-d8ed262_GH0.tar.gz) = 11189