Date: Wed, 31 Jan 2018 03:14:23 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460455 - head/devel/bhyve-vm-goagent Message-ID: <201801310314.w0V3ENmc095498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Wed Jan 31 03:14:22 2018 New Revision: 460455 URL: https://svnweb.freebsd.org/changeset/ports/460455 Log: - Go get needs devel/git. - Bump PORTREVISION. Sponsored by: iXsystems, Inc. Modified: head/devel/bhyve-vm-goagent/Makefile Modified: head/devel/bhyve-vm-goagent/Makefile ============================================================================== --- head/devel/bhyve-vm-goagent/Makefile Wed Jan 31 01:37:41 2018 (r460454) +++ head/devel/bhyve-vm-goagent/Makefile Wed Jan 31 03:14:22 2018 (r460455) @@ -3,6 +3,7 @@ PORTNAME= bhyve-vm-goagent PORTVERSION= 1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel sysutils MAINTAINER= araujo@FreeBSD.org @@ -11,6 +12,8 @@ COMMENT= Agent developed in Go that runs inside guest LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 i386 + +BUILD_DEPENDS= git:devel/git USES= go GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801310314.w0V3ENmc095498>