Date: Sat, 2 Sep 2017 12:29:17 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449133 - head/sysutils/nomad Message-ID: <201709021229.v82CTHcj087329@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Sep 2 12:29:17 2017 New Revision: 449133 URL: https://svnweb.freebsd.org/changeset/ports/449133 Log: Update to upstream version 0.6.1 While on it: - Pet portlint - Fix LICENSE PR: 221886 Submitted by: jhixson@gmail.com (maintainer) Reviewed by: riggs Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Sat Sep 2 12:22:51 2017 (r449132) +++ head/sysutils/nomad/Makefile Sat Sep 2 12:29:17 2017 (r449133) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= nomad -PORTVERSION= 0.5.6 +PORTVERSION= 0.6.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= jhixson@gmail.com COMMENT= Cluster manager and scheduler -LICENSE= MPL +LICENSE= MPL20 -BUILD_DEPENDS= go>=1.8:lang/go - ONLY_FOR_ARCHS= amd64 + +BUILD_DEPENDS= go>=1.8:lang/go USES= compiler Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Sat Sep 2 12:22:51 2017 (r449132) +++ head/sysutils/nomad/distinfo Sat Sep 2 12:29:17 2017 (r449133) @@ -1,6 +1,6 @@ -TIMESTAMP = 1492544786 -SHA256 (hashicorp-nomad-v0.5.6_GH0.tar.gz) = e5f223d6309b7eecd8c3269f4c375ffedf0db8e5a9230b4b287d2de63c461616 -SIZE (hashicorp-nomad-v0.5.6_GH0.tar.gz) = 17675007 +TIMESTAMP = 1503965415 +SHA256 (hashicorp-nomad-v0.6.1_GH0.tar.gz) = 0c81b4f74c034db96f12386115ac5e549113a80a80fb34b7edc31b139ef6bf17 +SIZE (hashicorp-nomad-v0.6.1_GH0.tar.gz) = 17232937 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709021229.v82CTHcj087329>