Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2016 17:08:30 +0800
From:      Vanilla Hsu <vanilla@fatpipi.com>
To:        Jimmy Olgeni <olgeni@freebsd.org>
Cc:        "ports-committers@freebsd.org" <ports-committers@freebsd.org>,  "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>,  "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r422811 - in head/net: . go-nats
Message-ID:  <CAB_qb69_Nq-e56%2BjNpq8=ek5QMYsp0M0LjS7xz5x%2BB84rSOVvg@mail.gmail.com>
In-Reply-To: <201609270901.u8R91NOY018640@repo.freebsd.org>
References:  <201609270901.u8R91NOY018640@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
2016-09-27 17:01 GMT+08:00 Jimmy Olgeni <olgeni@freebsd.org>:
>
> Added: head/net/go-nats/Makefile
> ============================================================
> ==================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/net/go-nats/Makefile   Tue Sep 27 09:01:23 2016        (r422811)
> @@ -0,0 +1,23 @@
> +# $FreeBSD$
> +
> +PORTNAME=      nats
> +DISTVERSIONPREFIX=     v
> +DISTVERSION=   1.2.0
> +CATEGORIES=    net
> +PKGNAMEPREFIX= go-
> +
> +MAINTAINER=    olgeni@FreeBSD.org
> +COMMENT=       Go client for NATS
> +
> +LICENSE=       MIT
> +
> +BUILD_DEPENDS= go-nuid>=0:devel/go-nuid
> +RUN_DEPENDS=   go-nuid>=0:devel/go-nuid
>
Maybe remove this?

go build static binary, so don't need RUN_DEPENDS on other go package.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAB_qb69_Nq-e56%2BjNpq8=ek5QMYsp0M0LjS7xz5x%2BB84rSOVvg>