svn commit: r507573 - head/sysutils/nomad

Luca Pizzamiglio pizzamig at FreeBSD.org
Mon Jul 29 16:12:52 UTC 2019


Author: pizzamig
Date: Mon Jul 29 16:12:51 2019
New Revision: 507573
URL: https://svnweb.freebsd.org/changeset/ports/507573

Log:
  sysutils/nomad: Build the web ui
  
  Enable the web ui in nomad.
  
  PR:		228283
  Submitted by:	Cullum Smith <cullum at c0ffee.net>
  Approved by:	jhixson (maintainer)
  Sponsored by:	trivago N.V.

Modified:
  head/sysutils/nomad/Makefile

Modified: head/sysutils/nomad/Makefile
==============================================================================
--- head/sysutils/nomad/Makefile	Mon Jul 29 15:10:18 2019	(r507572)
+++ head/sysutils/nomad/Makefile	Mon Jul 29 16:12:51 2019	(r507573)
@@ -3,7 +3,7 @@
 PORTNAME=	nomad
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	jhixson at FreeBSD.org
@@ -26,7 +26,7 @@ GROUPS=		nomad
 
 do-build:
 	@cd ${WRKSRC}/src/github.com/hashicorp/nomad && \
-		${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \
+		${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x -tags ui \
 			-ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/nomad
 
 do-install:


More information about the svn-ports-head mailing list