Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2017 13:35:46 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436278 - head/sysutils/nomad
Message-ID:  <201703161335.v2GDZk0C057322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703161335.v2GDZk0C057322>