www/gohugo: Update to 0.35

While here

- remove redundant MANPAGES option description
- add LICENSE_FILE

Changes:	https://github.com/gohugoio/hugo/releases/tag/v0.35
PR:		225603
Submitted by:	ben.lavery@hashbang0.com (maintainer)
This commit is contained in:
Tobias Kortkamp 2018-02-01 14:29:00 +00:00
parent 8e0a12b84b
commit 13304a3b28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460600
3 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= hugo
DISTVERSIONPREFIX= v
DISTVERSION= 0.34
DISTVERSION= 0.35
CATEGORIES= www
PKGNAMEPREFIX= go
DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
@ -11,6 +11,7 @@ MAINTAINER= ben.lavery@hashbang0.com
COMMENT= Fast and flexible static site generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= go
USE_GITHUB= yes
@ -71,18 +72,17 @@ OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES
OPTIONS_SUB= yes
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
hugo-env.1 hugo-gen-autocomplete.1 hugo-gen-chromastyles.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-version.1 \
hugo.1
do-build:
@cd ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} && \

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1516656036
SHA256 (gohugo/gohugoio-hugo-v0.34_GH0.tar.gz) = 4ba991d4de650a97ad51893ce707788b87190bf487f6b13ad88111540469787d
SIZE (gohugo/gohugoio-hugo-v0.34_GH0.tar.gz) = 22042849
TIMESTAMP = 1517430895
SHA256 (gohugo/gohugoio-hugo-v0.35_GH0.tar.gz) = dfef416fe3a0355caef0210d0e7530383f6ec320ce0891431ab7c039b31a86c4
SIZE (gohugo/gohugoio-hugo-v0.35_GH0.tar.gz) = 22354909
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

View File

@ -7,6 +7,7 @@ bin/hugo
%%MANPAGES%%man/man1/hugo-convert.1.gz
%%MANPAGES%%man/man1/hugo-env.1.gz
%%MANPAGES%%man/man1/hugo-gen-autocomplete.1.gz
%%MANPAGES%%man/man1/hugo-gen-chromastyles.1.gz
%%MANPAGES%%man/man1/hugo-gen-doc.1.gz
%%MANPAGES%%man/man1/hugo-gen-man.1.gz
%%MANPAGES%%man/man1/hugo-gen.1.gz
@ -20,6 +21,5 @@ bin/hugo
%%MANPAGES%%man/man1/hugo-new-theme.1.gz
%%MANPAGES%%man/man1/hugo-new.1.gz
%%MANPAGES%%man/man1/hugo-server.1.gz
%%MANPAGES%%man/man1/hugo-undraft.1.gz
%%MANPAGES%%man/man1/hugo-version.1.gz
%%MANPAGES%%man/man1/hugo.1.gz