From owner-svn-ports-all@freebsd.org Thu Mar 16 13:35:47 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 B29DBD0F447; Thu, 16 Mar 2017 13:35:47 +0000 (UTC) (envelope-from wg@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 7FAD811C9; Thu, 16 Mar 2017 13:35:47 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2GDZk6k057323; Thu, 16 Mar 2017 13:35:46 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2GDZk0C057322; Thu, 16 Mar 2017 13:35:46 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201703161335.v2GDZk0C057322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 16 Mar 2017 13:35:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436278 - 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: Thu, 16 Mar 2017 13:35:47 -0000 Author: wg Date: Thu Mar 16 13:35:46 2017 New Revision: 436278 URL: https://svnweb.freebsd.org/changeset/ports/436278 Log: sysutils/nomad: go is not a run dependency Approved by: maintainer Modified: head/sysutils/nomad/Makefile Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Thu Mar 16 13:17:26 2017 (r436277) +++ head/sysutils/nomad/Makefile Thu Mar 16 13:35:46 2017 (r436278) @@ -2,6 +2,7 @@ PORTNAME= nomad PORTVERSION= 0.5.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -11,7 +12,6 @@ COMMENT= Cluster manager and scheduler LICENSE= MPL BUILD_DEPENDS= go>=1.7:lang/go -RUN_DEPENDS= go>=1.7:lang/go ONLY_FOR_ARCHS= amd64