git: cee2de980705 - main - sysutils/vm-bhyve{,-devel}: Remove unnecessary dependency to security/ca_root_nss

From: Michael Osipov <michaelo_at_FreeBSD.org>
Date: Thu, 31 Oct 2024 20:44:29 UTC
The branch main has been updated by michaelo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cee2de9807050afd61b92a1f2dbcd2e8fc8346d9

commit cee2de9807050afd61b92a1f2dbcd2e8fc8346d9
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2024-10-17 10:27:17 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2024-10-31 20:44:20 +0000

    sysutils/vm-bhyve{,-devel}: Remove unnecessary dependency to security/ca_root_nss
    
    PR:             282155
    Approved by:    jrm (mentor), driesm, maintainer timeout (two weeks)
---
 sysutils/vm-bhyve-devel/Makefile | 3 +--
 sysutils/vm-bhyve/Makefile       | 4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/sysutils/vm-bhyve-devel/Makefile b/sysutils/vm-bhyve-devel/Makefile
index fb75c5f575ab..d7b6b6f457bf 100644
--- a/sysutils/vm-bhyve-devel/Makefile
+++ b/sysutils/vm-bhyve-devel/Makefile
@@ -2,6 +2,7 @@ PORTNAME=		vm-bhyve
 DISTVERSIONPREFIX=	v
 DISTVERSION=		1.5.0-34
 DISTVERSIONSUFFIX=	-g3214e29
+PORTREVISION=	1
 CATEGORIES=		sysutils
 PKGNAMESUFFIX=		-devel
 
@@ -12,8 +13,6 @@ WWW=		https://github.com/churchers/vm-bhyve
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	churchers
 
diff --git a/sysutils/vm-bhyve/Makefile b/sysutils/vm-bhyve/Makefile
index c9a863ff3c15..adde1e7f44f6 100644
--- a/sysutils/vm-bhyve/Makefile
+++ b/sysutils/vm-bhyve/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	vm-bhyve
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	churchers@gmail.com
@@ -11,8 +11,6 @@ WWW=		https://github.com/churchers/vm-bhyve
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	churchers