svn commit: r422812 - head/net/go-nats

Jimmy Olgeni olgeni at FreeBSD.org
Tue Sep 27 09:24:01 UTC 2016


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


More information about the svn-ports-head mailing list