pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/hugo Update to 0.54.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/674626bd8d89
branches: trunk
changeset: 329972:674626bd8d89
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Feb 19 17:32:01 2019 +0000
description:
Update to 0.54.0
Changelog:
Enhancements
Templates
Adjust tests ddc6d4e3 @bep #5643
Prevent getJSON and getCSV fetch failure from aborting build 6a2bfcbe @anthonyfok #5643
Core
Expand TestPageWithEmoji to cover '+', '-' and '_' too 2a9060a8 @anthonyfok #5635
Restore 0.48 slash handling in taxonomies 40ffb048 @bep #5571
Other
Use official semver even for main releases fab41f42 @bep #5639
Add test for --configDir 59d87044 @bep #5662
Ignore unknown config files in config dir 3244cb3b @bep #5646
Store supported config formats in a variable d9282cf9 @tryzniak
Bump to Go 1.11.5 8ed2a1ca @bep #5654
Update Afero e8596139 @bep #5650
Accept hyphen and plus sign in emoji detection 3038464e @anthonyfok #5635
Support numeric sort in ByParam 26f75edb @tryzniak #5305
Make hugo server -t work again db3c49d0 @tryzniak #5569#5061#4868
Add configFile(s) back to the watch list after RENAME event too e3cb8e6c @anthonyfok #5205
Remove historical rssURI config 55251aa8 @mywaiting
Use subtests with server_test.go 843fcd19 @tryzniak
Move resource interfaces into its own package ce8a09a4 @bep
Move resource processors into sub-packages 669ada43 @bep
Update _index.md 50745122 @vrMarc
Update go.sum 0584432b @bep
Update Chroma cc351958 @bep #4993
Make docshelper run again c24f3ae2 @bep #5568
Fixes
Templates
Fix reflect 9e4f9e0b @moorereason #5564
Other
Fix some inline shortcode issues c52045bb @bep #5645#5653
Fix OpenGraph image fallback to site params 526b5b1c @statik
Fix Params case handling in the new site global e1a66c73 @bep #5615
cache/namedmemcache: Fix data race 3f3187de @bep
diffstat:
www/hugo/Makefile | 5 +-
www/hugo/PLIST | 94 +++++++++++++++++++++++++++++++++---------------------
www/hugo/distinfo | 10 ++--
3 files changed, 65 insertions(+), 44 deletions(-)
diffs (201 lines):
diff -r 25f7b1a5d3b9 -r 674626bd8d89 www/hugo/Makefile
--- a/www/hugo/Makefile Tue Feb 19 17:04:53 2019 +0000
+++ b/www/hugo/Makefile Tue Feb 19 17:32:01 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2019/01/24 10:00:46 bsiegert Exp $
+# $NetBSD: Makefile,v 1.12 2019/02/19 17:32:01 ryoon Exp $
-DISTNAME= hugo-0.53
+DISTNAME= hugo-0.54.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_GITHUB:=gohugoio/}
CATEGORIES= www
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r 25f7b1a5d3b9 -r 674626bd8d89 www/hugo/PLIST
--- a/www/hugo/PLIST Tue Feb 19 17:04:53 2019 +0000
+++ b/www/hugo/PLIST Tue Feb 19 17:32:01 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/01/02 19:59:32 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/02/19 17:32:01 ryoon Exp $
bin/generate
bin/hugo
gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/bufferpool.a
@@ -44,14 +44,16 @@
gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/publisher.a
gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/related.a
gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/releaser.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/bundler.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/create.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/integrity.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/minifier.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/postcss.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/templates.a
-gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resource/tocss/scss.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/internal.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_factories/bundler.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_factories/create.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/integrity.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/minifier.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/postcss.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/templates.a
+gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss.a
gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/source.a
gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl.a
gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/tpl/cast.a
@@ -121,6 +123,7 @@
gopkg/src/github.com/gohugoio/hugo/commands/genman.go
gopkg/src/github.com/gohugoio/hugo/commands/helpers.go
gopkg/src/github.com/gohugoio/hugo/commands/hugo.go
+gopkg/src/github.com/gohugoio/hugo/commands/hugo_test.go
gopkg/src/github.com/gohugoio/hugo/commands/hugo_windows.go
gopkg/src/github.com/gohugoio/hugo/commands/import_jekyll.go
gopkg/src/github.com/gohugoio/hugo/commands/import_jekyll_test.go
@@ -177,6 +180,7 @@
gopkg/src/github.com/gohugoio/hugo/common/urls/ref.go
gopkg/src/github.com/gohugoio/hugo/compare/compare.go
gopkg/src/github.com/gohugoio/hugo/config/configLoader.go
+gopkg/src/github.com/gohugoio/hugo/config/configLoader_test.go
gopkg/src/github.com/gohugoio/hugo/config/configProvider.go
gopkg/src/github.com/gohugoio/hugo/config/configProvider_test.go
gopkg/src/github.com/gohugoio/hugo/config/privacy/privacyConfig.go
@@ -197,6 +201,14 @@
gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/featured.png
gopkg/src/github.com/gohugoio/hugo/docs/archetypes/showcase/index.md
gopkg/src/github.com/gohugoio/hugo/docs/config.toml
+gopkg/src/github.com/gohugoio/hugo/docs/config/_default/config.toml
+gopkg/src/github.com/gohugoio/hugo/docs/config/_default/languages.toml
+gopkg/src/github.com/gohugoio/hugo/docs/config/_default/menus/menus.en.toml
+gopkg/src/github.com/gohugoio/hugo/docs/config/_default/menus/menus.zh.toml
+gopkg/src/github.com/gohugoio/hugo/docs/config/_default/params.toml
+gopkg/src/github.com/gohugoio/hugo/docs/config/development/params.toml
+gopkg/src/github.com/gohugoio/hugo/docs/config/production/config.toml
+gopkg/src/github.com/gohugoio/hugo/docs/config/production/params.toml
gopkg/src/github.com/gohugoio/hugo/docs/content/en/_index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/_index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/benefits.md
@@ -207,7 +219,6 @@
gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/new-in-032/sunset.jpg
gopkg/src/github.com/gohugoio/hugo/docs/content/en/about/what-is-hugo.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo.md
-gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_benchmark.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_check.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_check_ulimit.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/commands/hugo_config.md
@@ -507,6 +518,8 @@
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.51-relnotes/index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/featured-hugo-53-poster.png
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/${PKGVERSION}-relnotes/index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.7-relnotes/index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.8-relnotes/index.md
@@ -713,6 +726,8 @@
gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.51-relnotes/featured-hugo-51-poster_hu25ab021d1365edeedf46d92fdb888ccf_117678_640x0_resize_catmullrom_2.png
gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.52-relnotes/featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_480x0_resize_catmullrom_2.png
gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.52-relnotes/featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_640x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.53-relnotes/featured-hugo-53-poster_hu3f68fc193ad172155ee35a0be89133bf_110427_480x0_resize_catmullrom_2.png
+gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/0.53-relnotes/featured-hugo-53-poster_hu3f68fc193ad172155ee35a0be89133bf_110427_640x0_resize_catmullrom_2.png
gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_480x0_resize_catmullrom_2.png
gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_640x0_resize_catmullrom_2.png
gopkg/src/github.com/gohugoio/hugo/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-stars_hu169ba15a8bcaf4ddd6a5a1aa8505c448_15599_600x400_fit_catmullrom_2.png
@@ -1000,6 +1015,8 @@
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/license.md
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/package-lock.json
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/package.json
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/package-lock.json
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/src/package.json
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-144x144.png
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-192x192.png
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-256x256.png
@@ -1009,6 +1026,8 @@
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/android-chrome-96x96.png
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/apple-touch-icon.png
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/browserconfig.xml
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/dist/app.bundle.js
+gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/dist/main.css
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon-16x16.png
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon-32x32.png
gopkg/src/github.com/gohugoio/hugo/docs/themes/gohugoioTheme/static/favicon.ico
@@ -1325,32 +1344,35 @@
gopkg/src/github.com/gohugoio/hugo/releaser/releasenotes_writer_test.go
gopkg/src/github.com/gohugoio/hugo/releaser/releaser.go
gopkg/src/github.com/gohugoio/hugo/requirements.txt
-gopkg/src/github.com/gohugoio/hugo/resource/bundler/bundler.go
-gopkg/src/github.com/gohugoio/hugo/resource/create/create.go
-gopkg/src/github.com/gohugoio/hugo/resource/image.go
-gopkg/src/github.com/gohugoio/hugo/resource/image_cache.go
-gopkg/src/github.com/gohugoio/hugo/resource/image_test.go
-gopkg/src/github.com/gohugoio/hugo/resource/integrity/integrity.go
-gopkg/src/github.com/gohugoio/hugo/resource/minifier/minify.go
-gopkg/src/github.com/gohugoio/hugo/resource/postcss/postcss.go
-gopkg/src/github.com/gohugoio/hugo/resource/resource.go
-gopkg/src/github.com/gohugoio/hugo/resource/resource_cache.go
-gopkg/src/github.com/gohugoio/hugo/resource/resource_metadata.go
-gopkg/src/github.com/gohugoio/hugo/resource/resource_metadata_test.go
-gopkg/src/github.com/gohugoio/hugo/resource/resource_test.go
-gopkg/src/github.com/gohugoio/hugo/resource/smartcrop.go
-gopkg/src/github.com/gohugoio/hugo/resource/templates/execute_as_template.go
-gopkg/src/github.com/gohugoio/hugo/resource/testdata/1234567890qwertyuiopasdfghjklzxcvbnm5to6eeeeee7via8eleph.jpg
-gopkg/src/github.com/gohugoio/hugo/resource/testdata/circle.svg
-gopkg/src/github.com/gohugoio/hugo/resource/testdata/gohugoio.png
-gopkg/src/github.com/gohugoio/hugo/resource/testdata/sub/gohugoio2.png
-gopkg/src/github.com/gohugoio/hugo/resource/testdata/sunset.jpg
-gopkg/src/github.com/gohugoio/hugo/resource/testhelpers_test.go
-gopkg/src/github.com/gohugoio/hugo/resource/tocss/scss/client.go
-gopkg/src/github.com/gohugoio/hugo/resource/tocss/scss/tocss.go
-gopkg/src/github.com/gohugoio/hugo/resource/tocss/scss/tocss_notavailable.go
-gopkg/src/github.com/gohugoio/hugo/resource/transform.go
-gopkg/src/github.com/gohugoio/hugo/resource/transform_test.go
+gopkg/src/github.com/gohugoio/hugo/resources/image.go
+gopkg/src/github.com/gohugoio/hugo/resources/image_cache.go
+gopkg/src/github.com/gohugoio/hugo/resources/image_test.go
+gopkg/src/github.com/gohugoio/hugo/resources/internal/glob.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource/resources.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource/resourcetypes.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_cache.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_factories/bundler/bundler.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_factories/create/create.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_metadata.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_metadata_test.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_test.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/integrity/integrity.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/minifier/minify.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/postcss/postcss.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/templates/execute_as_template.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss/client.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss/tocss.go
+gopkg/src/github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss/tocss_notavailable.go
+gopkg/src/github.com/gohugoio/hugo/resources/smartcrop.go
+gopkg/src/github.com/gohugoio/hugo/resources/testdata/1234567890qwertyuiopasdfghjklzxcvbnm5to6eeeeee7via8eleph.jpg
+gopkg/src/github.com/gohugoio/hugo/resources/testdata/circle.svg
+gopkg/src/github.com/gohugoio/hugo/resources/testdata/gohugoio.png
+gopkg/src/github.com/gohugoio/hugo/resources/testdata/sub/gohugoio2.png
+gopkg/src/github.com/gohugoio/hugo/resources/testdata/sunset.jpg
+gopkg/src/github.com/gohugoio/hugo/resources/testhelpers_test.go
+gopkg/src/github.com/gohugoio/hugo/resources/transform.go
+gopkg/src/github.com/gohugoio/hugo/resources/transform_test.go
gopkg/src/github.com/gohugoio/hugo/snap/plugins/x-nodejs.yaml
gopkg/src/github.com/gohugoio/hugo/snap/plugins/x_nodejs.py
gopkg/src/github.com/gohugoio/hugo/snap/snapcraft.yaml
diff -r 25f7b1a5d3b9 -r 674626bd8d89 www/hugo/distinfo
--- a/www/hugo/distinfo Tue Feb 19 17:04:53 2019 +0000
+++ b/www/hugo/distinfo Tue Feb 19 17:32:01 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/01/02 19:59:32 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2019/02/19 17:32:01 ryoon Exp $
-SHA1 (hugo-0.53.tar.gz) = 8742aa93eb720933fd00ded62d693f9fbe03f6f7
-RMD160 (hugo-0.53.tar.gz) = 2377591e9c560ade4e1d320537fa793a67e0b2bb
-SHA512 (hugo-0.53.tar.gz) = 7c5378b905804e489c15ae197187d773941a0ecf1ae0e59ac6c0e986bfc0c8b0f884a41cc92d23285ca1457d0db096d38e829ce1a9b3a5049a21c6b2144dbc74
-Size (hugo-0.53.tar.gz) = 20864977 bytes
+SHA1 (hugo-0.54.0.tar.gz) = 2403c0500eba54ca082e63659719877c62b75bc1
+RMD160 (hugo-0.54.0.tar.gz) = e75c4294b9d26144d170958d8664ec8ed49cbd6f
+SHA512 (hugo-0.54.0.tar.gz) = 904b9ae9e3db91195e9e768faca8867d6534d20f64b19dec4d1788ca5f19863e9fac284821855ffef9bee6280d77cc72816c42b6e28b5f3a4f45d12daf6b9d0d
+Size (hugo-0.54.0.tar.gz) = 21262923 bytes
SHA1 (patch-helpers_content.go) = 7c16f7512f0a3bf2fbb873cebd8ad91686d68521
Home |
Main Index |
Thread Index |
Old Index