svn commit: r461570 - head/devel/bhyve-vm-goagent

Marcelo Araujo araujo at FreeBSD.org
Mon Feb 12 09:51:41 UTC 2018


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 at 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
 


More information about the svn-ports-head mailing list