Date: Mon, 29 Jul 2019 16:12:51 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507573 - head/sysutils/nomad Message-ID: <201907291612.x6TGCpZV041196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907291612.x6TGCpZV041196>