Date: Mon, 12 Feb 2018 09:51:40 +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: r461570 - head/devel/bhyve-vm-goagent Message-ID: <201802120951.w1C9peRr032600@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Mon Feb 12 09:51:40 2018 New Revision: 461570 URL: https://svnweb.freebsd.org/changeset/ports/461570 Log: - NO_PACKAGE as it needs to be compiled for a specific FreeBSD arch. - Bump PORTREVISION. Modified: head/devel/bhyve-vm-goagent/Makefile Modified: head/devel/bhyve-vm-goagent/Makefile ============================================================================== --- head/devel/bhyve-vm-goagent/Makefile Mon Feb 12 09:44:01 2018 (r461569) +++ head/devel/bhyve-vm-goagent/Makefile Mon Feb 12 09:51:40 2018 (r461570) @@ -3,13 +3,15 @@ PORTNAME= bhyve-vm-goagent PORTVERSION= 1.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= devel sysutils MAINTAINER= araujo@FreeBSD.org COMMENT= Agent developed in Go that runs inside guest vm LICENSE= BSD2CLAUSE + +NO_PACKAGE= should be recompiled for a particular FreeBSD arch ONLY_FOR_ARCHS= amd64 i386
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802120951.w1C9peRr032600>