diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2019-12-17 07:28:24 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2019-12-17 07:28:24 +0000 |
commit | eea8c9e351ce78054f70b1536f29efbd7700af16 (patch) | |
tree | 7ca9843472000d59dd5a7253df128b38cf3d46bc /www/gohugo/Makefile | |
parent | 431f9ac44c4bc152d00d80e1537e9fa0109ee200 (diff) | |
download | ports-eea8c9e351ce78054f70b1536f29efbd7700af16.tar.gz ports-eea8c9e351ce78054f70b1536f29efbd7700af16.zip |
Notes
Diffstat (limited to 'www/gohugo/Makefile')
-rw-r--r-- | www/gohugo/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 3ae6b6b0234e..ee81535cbbd3 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.60.1 +DISTVERSION= 0.61.0 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -57,7 +57,8 @@ GH_TUPLE= \ google:go-genproto:c2c4e71fbf69:google_go_genproto/vendor/google.golang.org/genproto \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ google:wire:v0.2.2:google_wire/vendor/github.com/google/wire \ - googleapis:gax-go:v2.0.4:googleapis_gax_go_1/vendor/github.com/googleapis/gax-go \ + googleapis:gax-go:v2.0.2:googleapis_gax_go/vendor/github.com/googleapis/gax-go \ + googleapis:gax-go:v2.0.4:googleapis_gax_go_1/vendor/github.com/googleapis/gax-go/v2 \ googleapis:google-api-go-client:v0.5.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:v0.39.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ @@ -99,8 +100,8 @@ GH_TUPLE= \ tdewolff:parse:v2.3.14:tdewolff_parse/vendor/github.com/tdewolff/parse/v2 \ wellington:go-libsass:c63644206701:wellington_go_libsass/vendor/github.com/wellington/go-libsass \ yosssi:ace:v0.0.5:yosssi_ace/vendor/github.com/yosssi/ace \ - yuin:goldmark-highlighting:ede94e40cc3a:yuin_goldmark_highlighting/vendor/github.com/yuin/goldmark-highlighting \ - yuin:goldmark:v1.1.8:yuin_goldmark/vendor/github.com/yuin/goldmark + yuin:goldmark-highlighting:78f32c8dd6d5:yuin_goldmark_highlighting/vendor/github.com/yuin/goldmark-highlighting \ + yuin:goldmark:v1.1.14:yuin_goldmark/vendor/github.com/yuin/goldmark GO_BUILDFLAGS= -ldflags="\ -s -w \ @@ -130,7 +131,7 @@ PORTMANS= hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 \ .include <bsd.port.pre.mk> SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z' -COMMIT_ID= 960667561f76e25aac8b2f5ccfcb2facf663de03 +COMMIT_ID= 9b445b9da276eb2ec592212c9e948e861a54cb74 do-build-MANPAGES-on: @cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/ |