From owner-svn-ports-all@freebsd.org Sat Mar 18 13:06:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD087D1269A; Sat, 18 Mar 2017 13:06:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 625E21D61; Sat, 18 Mar 2017 13:06:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ID6gJg036893; Sat, 18 Mar 2017 13:06:42 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ID6g7i036890; Sat, 18 Mar 2017 13:06:42 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201703181306.v2ID6g7i036890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 18 Mar 2017 13:06:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436404 - head/sysutils/nomad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2017 13:06:43 -0000 Author: wen Date: Sat Mar 18 13:06:42 2017 New Revision: 436404 URL: https://svnweb.freebsd.org/changeset/ports/436404 Log: - Update to 0.5.5 PR: 217840 Submitted by: jhixson@gmail.com(maintainer) Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo head/sysutils/nomad/pkg-descr Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Sat Mar 18 12:37:40 2017 (r436403) +++ head/sysutils/nomad/Makefile Sat Mar 18 13:06:42 2017 (r436404) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= nomad -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.5.5 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -11,7 +10,7 @@ COMMENT= Cluster manager and scheduler LICENSE= MPL -BUILD_DEPENDS= go>=1.7:lang/go +BUILD_DEPENDS= go>=1.8:lang/go ONLY_FOR_ARCHS= amd64 @@ -20,14 +19,18 @@ USES= compiler USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/hashicorp/nomad -GH_TUPLE= kardianos:govendor:v1.0.8:govendor/src/github.com/kardianos/govendor \ - mitchellh:gox:v0.3.0:gox/src/github.com/mitchellh/gox \ - golang:tools:8b84dae:tools/src/golang.org/x/tools \ +GH_TUPLE= armon:go-radix:4239b77:go_radix/src/github.com/armon/go-radix \ axw:gocov:c77561c:gocov/src/github.com/axw/gocov \ + bgentry:speakeasy:675b82c:speakeasy/src/github.com/bgentry/speakeasy \ + golang:tools:8b84dae:tools/src/golang.org/x/tools \ + kardianos:govendor:v1.0.8:govendor/src/github.com/kardianos/govendor \ matm:gocov-html:v1.1:gocov_html/src/gopkg.in/matm/v1/gocov-html \ + mattn:go-isatty:57fdcb9:go_isatty/src/github.com/mattn/go-isatty \ + mitchellh:gox:v0.3.0:gox/src/github.com/mitchellh/gox \ + mitchellh:cli:8d6d9ab:gox/src/github.com/mitchellh/cli \ + sean-:seed:e2103e2:seed/src/github.com/sean-/seed \ ugorji:go:faddd61:go/src/github.com/ugorji/go - USE_RC_SUBR= nomad USERS= nomad @@ -38,7 +41,7 @@ STRIP= do-build: @cd ${WRKSRC}/src/github.com/hashicorp/nomad; \ ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ - -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/nomad + -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/nomad do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/nomad/bin/nomad ${STAGEDIR}${PREFIX}/bin/nomad @@ -51,7 +54,7 @@ do-install: .include .if ${COMPILER_TYPE} == clang -BUILD_ENV= CC=clang +BUILD_ENV= CC=clang .endif .include Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Sat Mar 18 12:37:40 2017 (r436403) +++ head/sysutils/nomad/distinfo Sat Mar 18 13:06:42 2017 (r436404) @@ -1,15 +1,23 @@ -TIMESTAMP = 1486944099 -SHA256 (hashicorp-nomad-v0.5.4_GH0.tar.gz) = 5571ee16b24dc4f13971cb3dfaecc67ad5e9db6efb644a409e79187a95564276 -SIZE (hashicorp-nomad-v0.5.4_GH0.tar.gz) = 17839018 -SHA256 (kardianos-govendor-v1.0.8_GH0.tar.gz) = 7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7 -SIZE (kardianos-govendor-v1.0.8_GH0.tar.gz) = 114321 -SHA256 (mitchellh-gox-v0.3.0_GH0.tar.gz) = 29dc6b689f670a5444cc54cd9111549ccb01501901bc9197d0e1325a35157802 -SIZE (mitchellh-gox-v0.3.0_GH0.tar.gz) = 13735 -SHA256 (golang-tools-8b84dae_GH0.tar.gz) = ec2ab2f9ef0f6df7fbc12faba1fcd42768d9f50ff0f595d4201deaa2f9414d0f -SIZE (golang-tools-8b84dae_GH0.tar.gz) = 2192701 +TIMESTAMP = 1489666475 +SHA256 (hashicorp-nomad-v0.5.5_GH0.tar.gz) = 250c2bbd06ebfb03a8fe747455855af02e3f318724ba01762ab609e4ae600097 +SIZE (hashicorp-nomad-v0.5.5_GH0.tar.gz) = 18162631 +SHA256 (armon-go-radix-4239b77_GH0.tar.gz) = 7aca5d599d3014f98c01f9c59f638f031d7c3779a491f861d0fe9d7ac8840e61 +SIZE (armon-go-radix-4239b77_GH0.tar.gz) = 5481 SHA256 (axw-gocov-c77561c_GH0.tar.gz) = 47451bdf1a1704f3c08dc66b24572ead4f76b5bd21f802ed0ec7a3e049ebf3f9 SIZE (axw-gocov-c77561c_GH0.tar.gz) = 12516 +SHA256 (bgentry-speakeasy-675b82c_GH0.tar.gz) = ea517216afd5b4948796f71bdb2f6268f9af042fd431da392759d174cbc88987 +SIZE (bgentry-speakeasy-675b82c_GH0.tar.gz) = 6931 +SHA256 (golang-tools-8b84dae_GH0.tar.gz) = ec2ab2f9ef0f6df7fbc12faba1fcd42768d9f50ff0f595d4201deaa2f9414d0f +SIZE (golang-tools-8b84dae_GH0.tar.gz) = 2192701 +SHA256 (kardianos-govendor-v1.0.8_GH0.tar.gz) = 7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7 +SIZE (kardianos-govendor-v1.0.8_GH0.tar.gz) = 114321 SHA256 (matm-gocov-html-v1.1_GH0.tar.gz) = 0a0bc1168671c17c57eb3a0fd759c625d154bdd420aefac6e10e42d0116dff98 SIZE (matm-gocov-html-v1.1_GH0.tar.gz) = 125858 +SHA256 (mattn-go-isatty-57fdcb9_GH0.tar.gz) = 62c41e875d19eb4dcc9369c877bced2c9037dd219aa0efd6d3afb92fe485b67a +SIZE (mattn-go-isatty-57fdcb9_GH0.tar.gz) = 3317 +SHA256 (mitchellh-cli-8d6d9ab_GH0.tar.gz) = b9fe9923d91da6830243888245727717e5ddf249ff748291efb3c6fa403b61be +SIZE (mitchellh-cli-8d6d9ab_GH0.tar.gz) = 17091 +SHA256 (sean--seed-e2103e2_GH0.tar.gz) = 867dd9069332577b834ee8d7ece3db15178059473ad0c52a7d4c51b868db21e1 +SIZE (sean--seed-e2103e2_GH0.tar.gz) = 3421 SHA256 (ugorji-go-faddd61_GH0.tar.gz) = f86b83ac7113121a99d6db8a5f1035ab877a62519257b2976ee98120be26cf40 SIZE (ugorji-go-faddd61_GH0.tar.gz) = 168810 Modified: head/sysutils/nomad/pkg-descr ============================================================================== --- head/sysutils/nomad/pkg-descr Sat Mar 18 12:37:40 2017 (r436403) +++ head/sysutils/nomad/pkg-descr Sat Mar 18 13:06:42 2017 (r436404) @@ -3,4 +3,4 @@ to deploy applications across an infrast containerized, or standalone application workloads across a fleet of servers to maximize resource utilization. -https://www.nomadproject.io/ +WWW: http://www.nomadproject.io/