svn commit: r436278 - head/sysutils/nomad

William Grzybowski wg at FreeBSD.org
Thu Mar 16 13:35:47 UTC 2017


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
 


More information about the svn-ports-all mailing list