From owner-svn-ports-head@freebsd.org Thu Jul 14 17:55:27 2016 Return-Path: Delivered-To: svn-ports-head@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 63103B99D16; Thu, 14 Jul 2016 17:55:27 +0000 (UTC) (envelope-from kmoore@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 1296D13E5; Thu, 14 Jul 2016 17:55:26 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6EHtQ9p019068; Thu, 14 Jul 2016 17:55:26 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6EHtQ01019066; Thu, 14 Jul 2016 17:55:26 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201607141755.u6EHtQ01019066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Thu, 14 Jul 2016 17:55:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418549 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2016 17:55:27 -0000 Author: kmoore Date: Thu Jul 14 17:55:25 2016 New Revision: 418549 URL: https://svnweb.freebsd.org/changeset/ports/418549 Log: - Fix fetching distfiles - Cleanup some formatting Approved by: Maintainer Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Thu Jul 14 17:28:34 2016 (r418548) +++ head/sysutils/nomad/Makefile Thu Jul 14 17:55:25 2016 (r418549) @@ -3,7 +3,7 @@ PORTNAME= nomad PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= john@pcbsd.org @@ -19,15 +19,12 @@ ONLY_FOR_ARCHS= amd64 USES= compiler USE_GITHUB= yes - GH_ACCOUNT= hashicorp:DEFAULT kardianos:govendor mitchellh:gox \ - golang:tools axw:gocov matm:gocov_html ugorji:go - -GH_PROJECT= nomad:nomad govendor:govendor gox:gox tools:tools gocov:gocov \ - gocov-html:gocov_html go:go - -GH_TAGNAME= v0.4.0 36255b7:govendor 6e9ee79:gox 0d2bde8:tools \ - f5b2b5c:gocov b729399:gocov_html b94837a:go + golang:tools axw:gocov matm:gocov_html ugorji:go +GH_PROJECT= govendor:govendor gox:gox tools:tools gocov:gocov \ + gocov-html:gocov_html go:go +GH_TAGNAME= 36255b7:govendor 6e9ee79:gox 0d2bde8:tools \ + f5b2b5c:gocov b729399:gocov_html b94837a:go USE_RC_SUBR= nomad Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Thu Jul 14 17:28:34 2016 (r418548) +++ head/sysutils/nomad/distinfo Thu Jul 14 17:55:25 2016 (r418549) @@ -12,5 +12,3 @@ SHA256 (matm-gocov-html-b729399_GH0.tar. SIZE (matm-gocov-html-b729399_GH0.tar.gz) = 125862 SHA256 (ugorji-go-b94837a_GH0.tar.gz) = 51138e1177780f2b0204dbd03c6e40356bf493375652d880fb2c68f8e5daced8 SIZE (ugorji-go-b94837a_GH0.tar.gz) = 167304 -SHA256 (hashicorp-nomad-v0.4.0_GH0.tar.gz) = b9098781812b93a77ffdfadecd0d3fc8fd5f73dce4b48cd76495b0124bd8cfe5 -SIZE (hashicorp-nomad-v0.4.0_GH0.tar.gz) = 14668057