diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-07-07 11:44:13 -0700 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-07-07 11:44:13 -0700 |
commit | 4186b314540ce02e0f425990c8069970d6838cf6 (patch) | |
tree | 0858a5ca0bca5e8f116d7f943a94765f131169a3 | |
parent | www/firefox: update to 140.0.4 (rc1) (diff) |
sysutils/bhyvemgr: Update to 1.6.0
ChangeLog at: https://github.com/alonsobsd/bhyvemgr/releases/tag/v1.6.0
-rw-r--r-- | sysutils/bhyvemgr/Makefile | 5 | ||||
-rw-r--r-- | sysutils/bhyvemgr/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index 85ad508a22e2..b5330408a166 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v -PORTVERSION= 1.5.3 +PORTVERSION= 1.6.0 CATEGORIES= sysutils PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -29,6 +29,9 @@ FREERDP3_RUN_DEPENDS= freerdp3>0:net/freerdp3 .if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1500000) ONLY_FOR_ARCHS= aarch64 amd64 +.endif + +.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1403000) RUN_DEPENDS+= swtpm>0:sysutils/swtpm .endif diff --git a/sysutils/bhyvemgr/distinfo b/sysutils/bhyvemgr/distinfo index 49454c48ce44..3d78dac45baa 100644 --- a/sysutils/bhyvemgr/distinfo +++ b/sysutils/bhyvemgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748048188 -SHA256 (alonsobsd-bhyvemgr-v1.5.3_GH0.tar.gz) = 4adec8b6b4194abdaecce250719769bf029a8fa17b05ce926b2e1cd7e64e10d8 -SIZE (alonsobsd-bhyvemgr-v1.5.3_GH0.tar.gz) = 256995 +TIMESTAMP = 1751899967 +SHA256 (alonsobsd-bhyvemgr-v1.6.0_GH0.tar.gz) = bcac91497aa055cd81b55ba65df99eda9cbe07ea9c0f7e2566122c2e657d516b +SIZE (alonsobsd-bhyvemgr-v1.6.0_GH0.tar.gz) = 257093 |