Index: head/sysutils/nomad/Makefile =================================================================== --- head/sysutils/nomad/Makefile (revision 461342) +++ head/sysutils/nomad/Makefile (revision 461343) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= nomad -PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v +DISTVERSION= 0.7.1 CATEGORIES= sysutils MAINTAINER= jhixson@gmail.com COMMENT= Cluster manager and scheduler LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= On i386: go compiler crashes: https://github.com/golang/go/issues/23763 -BUILD_DEPENDS= go>=1.8:lang/go +BUILD_DEPENDS= go:lang/go USES= compiler - USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/hashicorp/nomad - USE_RC_SUBR= nomad USERS= nomad GROUPS= nomad do-build: - @cd ${WRKSRC}/src/github.com/hashicorp/nomad; \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ - -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/nomad + @cd ${WRKSRC}/src/github.com/hashicorp/nomad && \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ + -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/nomad do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/nomad/bin/nomad ${STAGEDIR}${PREFIX}/bin/nomad @${MKDIR} ${STAGEDIR}${PREFIX}/etc/nomad ${INSTALL_DATA} ${WRKSRC}/src/github.com/hashicorp/nomad/dist/client.hcl \ ${STAGEDIR}${PREFIX}/etc/nomad/client.hcl.sample ${INSTALL_DATA} ${WRKSRC}/src/github.com/hashicorp/nomad/dist/server.hcl \ ${STAGEDIR}${PREFIX}/etc/nomad/server.hcl.sample .include .if ${COMPILER_TYPE} == clang BUILD_ENV= CC=clang .endif .include Index: head/sysutils/nomad/distinfo =================================================================== --- head/sysutils/nomad/distinfo (revision 461342) +++ head/sysutils/nomad/distinfo (revision 461343) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510187762 -SHA256 (hashicorp-nomad-v0.7.0_GH0.tar.gz) = f143fa34a0bad8ede1c2880680db52aed6feb7f8fbd92294b73b6e9ccb1b0376 -SIZE (hashicorp-nomad-v0.7.0_GH0.tar.gz) = 22548680 +TIMESTAMP = 1518031284 +SHA256 (hashicorp-nomad-v0.7.1_GH0.tar.gz) = 312b7d89b0d03154b9c84672f013ff0d9c44dda0a73a8187d5509088fe0051c0 +SIZE (hashicorp-nomad-v0.7.1_GH0.tar.gz) = 23161309