diff options
author | tobik <tobik@FreeBSD.org> | 2018-02-01 22:29:00 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-02-01 22:29:00 +0800 |
commit | d19ed0d654d9fa29eaac433ba3b4642ed71220a4 (patch) | |
tree | 1798c58a9d79b4515f39f7b395bd58853981b465 /www/gohugo | |
parent | 21d9a88fc898973fb09142c6a87ebc77566b5cd7 (diff) | |
download | freebsd-ports-gnome-d19ed0d654d9fa29eaac433ba3b4642ed71220a4.tar.gz freebsd-ports-gnome-d19ed0d654d9fa29eaac433ba3b4642ed71220a4.tar.zst freebsd-ports-gnome-d19ed0d654d9fa29eaac433ba3b4642ed71220a4.zip |
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)
Diffstat (limited to 'www/gohugo')
-rw-r--r-- | www/gohugo/Makefile | 16 | ||||
-rw-r--r-- | www/gohugo/distinfo | 6 | ||||
-rw-r--r-- | www/gohugo/pkg-plist | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index dd818c5f4745..1ee022bfb943 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -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} && \ diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 44626dade842..07f28f6b57f8 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -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 diff --git a/www/gohugo/pkg-plist b/www/gohugo/pkg-plist index bda002b30d9d..b71bfb7c06e5 100644 --- a/www/gohugo/pkg-plist +++ b/www/gohugo/pkg-plist @@ -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 |