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 -0000	1.5
+++ Makefile	14 Dec 2018 18:26:25 -0000
@@ -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 -0000	1.5
+++ distinfo	14 Dec 2018 18:26:25 -0000
@@ -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

Reply via email to