Re: [UPDATE] www/hugo 0.51 -> 0.52

2018-12-14 Thread fredl

You are right :-) Thanks!
Attached is the new diff.

--
fredl

On 12/13/18 3:13 AM, Edward Lopez-Acosta wrote:

Should this have `NO_TEST = Yes` in the Makefile?

I checked on GitHub and there are no tests for Hugo and running `make 
test` results in the following:


/usr/ports/www/hugo $ make test
===>  Regression tests for hugo-0.52
/usr/bin/env -i GOCACHE=off 
GOPATH="/usr/ports/pobj/hugo-0.52/go:/usr/local/go-pkg" 
PATH="/usr/ports/pobj/hugo-0.52/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin" 
go test -v -p 1  github.com/gohugoio/hugo

?   github.com/gohugoio/hugo    [no test files]

Please let me know if I am missing something here.
Thank you,
Index: Makefile
===
RCS file: /cvs/ports/www/hugo/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile	15 Nov 2018 21:12:05 -	1.5
+++ Makefile	14 Dec 2018 18:26:25 -
@@ -3,7 +3,7 @@ ONLY_FOR_ARCHS =	${GO_ARCHS}
 
 COMMENT =	fast and flexible static site generator
 
-DISTNAME =	hugo-0.51
+DISTNAME =	hugo-0.52
 
 CATEGORIES =	www
 
@@ -19,6 +19,8 @@ WANTLIB +=	c pthread
 MASTER_SITES =	https://files.fairydust.space/
 
 MODULES =	lang/go
+
+NO_TEST =	Yes
 
 ALL_TARGET =	github.com/gohugoio/hugo
 
Index: distinfo
===
RCS file: /cvs/ports/www/hugo/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo	15 Nov 2018 21:12:05 -	1.5
+++ distinfo	14 Dec 2018 18:26:25 -
@@ -1,2 +1,2 @@
-SHA256 (hugo-0.51.tar.gz) = 8A7FNK8uSsIkPOXF/s1ZG6SFiUzhQKxL3Dm78R+aQI4=
-SIZE (hugo-0.51.tar.gz) = 22613513
+SHA256 (hugo-0.52.tar.gz) = dkDphu/o7nQKQB0sgwC6yqTRJ5KkR4WIvEtGNPOR9NU=
+SIZE (hugo-0.52.tar.gz) = 22622962


Re: [UPDATE] www/hugo 0.51 -> 0.52

2018-12-12 Thread Edward Lopez-Acosta

Should this have `NO_TEST = Yes` in the Makefile?

I checked on GitHub and there are no tests for Hugo and running `make 
test` results in the following:


/usr/ports/www/hugo $ make test
===>  Regression tests for hugo-0.52
/usr/bin/env -i GOCACHE=off 
GOPATH="/usr/ports/pobj/hugo-0.52/go:/usr/local/go-pkg" 
PATH="/usr/ports/pobj/hugo-0.52/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin" 
go test -v -p 1  github.com/gohugoio/hugo

?   github.com/gohugoio/hugo[no test files]

Please let me know if I am missing something here.
Thank you,
--
Edward Lopez-Acosta



[UPDATE] www/hugo 0.51 -> 0.52

2018-12-11 Thread fredl

Hey,
attached diff updates hugo from 0.51 to 0.52.

release notes:
https://github.com/gohugoio/hugo/releases/tag/v0.52

--
Kevin

? hugo_51_update.diff
Index: Makefile
===
RCS file: /cvs/ports/www/hugo/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile	15 Nov 2018 21:12:05 -	1.5
+++ Makefile	11 Dec 2018 09:15:30 -
@@ -3,7 +3,7 @@ ONLY_FOR_ARCHS =	${GO_ARCHS}
 
 COMMENT =	fast and flexible static site generator
 
-DISTNAME =	hugo-0.51
+DISTNAME =	hugo-0.52
 
 CATEGORIES =	www
 
Index: distinfo
===
RCS file: /cvs/ports/www/hugo/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo	15 Nov 2018 21:12:05 -	1.5
+++ distinfo	11 Dec 2018 09:15:30 -
@@ -1,2 +1,2 @@
-SHA256 (hugo-0.51.tar.gz) = 8A7FNK8uSsIkPOXF/s1ZG6SFiUzhQKxL3Dm78R+aQI4=
-SIZE (hugo-0.51.tar.gz) = 22613513
+SHA256 (hugo-0.52.tar.gz) = dkDphu/o7nQKQB0sgwC6yqTRJ5KkR4WIvEtGNPOR9NU=
+SIZE (hugo-0.52.tar.gz) = 22622962