svn commit: r460600 - head/www/gohugo

Tobias Kortkamp tobik at FreeBSD.org
Thu Feb 1 14:29:04 UTC 2018


Author: tobik
Date: Thu Feb  1 14:29:00 2018
New Revision: 460600
URL: https://svnweb.freebsd.org/changeset/ports/460600

Log:
  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 at hashbang0.com (maintainer)

Modified:
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo
  head/www/gohugo/pkg-plist

Modified: head/www/gohugo/Makefile
==============================================================================
--- head/www/gohugo/Makefile	Thu Feb  1 14:28:55 2018	(r460599)
+++ head/www/gohugo/Makefile	Thu Feb  1 14:29:00 2018	(r460600)
@@ -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 at 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} && \

Modified: head/www/gohugo/distinfo
==============================================================================
--- head/www/gohugo/distinfo	Thu Feb  1 14:28:55 2018	(r460599)
+++ head/www/gohugo/distinfo	Thu Feb  1 14:29:00 2018	(r460600)
@@ -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

Modified: head/www/gohugo/pkg-plist
==============================================================================
--- head/www/gohugo/pkg-plist	Thu Feb  1 14:28:55 2018	(r460599)
+++ head/www/gohugo/pkg-plist	Thu Feb  1 14:29:00 2018	(r460600)
@@ -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


More information about the svn-ports-head mailing list