svn commit: r464188 - head/www/gohugo

Jochen Neumeister joneum at FreeBSD.org
Sun Mar 11 17:38:03 UTC 2018


Author: joneum
Date: Sun Mar 11 17:38:02 2018
New Revision: 464188
URL: https://svnweb.freebsd.org/changeset/ports/464188

Log:
  www/gohugo: Update to 0.37.1
  
  Change log:
   - FIX: Image content such as SVG cannot be scaled with the built-in image processing methods,
     but it should still be possible to use them as page resources
  
  PR:		226528
  Submitted by:	ben.lavery at hashbang0.com (maintainer)

Modified:
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo

Modified: head/www/gohugo/Makefile
==============================================================================
--- head/www/gohugo/Makefile	Sun Mar 11 17:35:52 2018	(r464187)
+++ head/www/gohugo/Makefile	Sun Mar 11 17:38:02 2018	(r464188)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.37
+DISTVERSION=	0.37.1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}

Modified: head/www/gohugo/distinfo
==============================================================================
--- head/www/gohugo/distinfo	Sun Mar 11 17:35:52 2018	(r464187)
+++ head/www/gohugo/distinfo	Sun Mar 11 17:38:02 2018	(r464188)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1519770127
-SHA256 (gohugo/gohugoio-hugo-v0.37_GH0.tar.gz) = 29b2b472e5baaa2056c5744c4ce0341ff7a83990a822eb53012baced535ca083
-SIZE (gohugo/gohugoio-hugo-v0.37_GH0.tar.gz) = 28510797
+TIMESTAMP = 1520788755
+SHA256 (gohugo/gohugoio-hugo-v0.37.1_GH0.tar.gz) = 32ceca3bfcda80109ebd16b0cfdeb40c6b6fb1fe86976abdbd0fbce2e6492172
+SIZE (gohugo/gohugoio-hugo-v0.37.1_GH0.tar.gz) = 28505540
 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


More information about the svn-ports-head mailing list