Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2016 09:24:00 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422812 - head/net/go-nats
Message-ID:  <201609270924.u8R9O0O1027667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Tue Sep 27 09:24:00 2016
New Revision: 422812
URL: https://svnweb.freebsd.org/changeset/ports/422812

Log:
  Remove unnecessary RUN_DEPENDS in net/go-nats.
  
  Submitted by:	vanilla

Modified:
  head/net/go-nats/Makefile

Modified: head/net/go-nats/Makefile
==============================================================================
--- head/net/go-nats/Makefile	Tue Sep 27 09:01:23 2016	(r422811)
+++ head/net/go-nats/Makefile	Tue Sep 27 09:24:00 2016	(r422812)
@@ -3,6 +3,7 @@
 PORTNAME=	nats
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	net
 PKGNAMEPREFIX=	go-
 
@@ -12,7 +13,6 @@ COMMENT=	Go client for NATS
 LICENSE=	MIT
 
 BUILD_DEPENDS=	go-nuid>=0:devel/go-nuid
-RUN_DEPENDS=	go-nuid>=0:devel/go-nuid
 
 USES=		go
 USE_GITHUB=	yes



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