diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2022-03-19 20:42:02 +0100 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2022-03-19 20:42:02 +0100 |
commit | c3c1502372cad26671f7550d0e54d2cc77e47b3a (patch) | |
tree | af8ee3347faabdb03a727fee909bb9fcdd32fb1f /emulators/virtualbox-ose-kmod-legacy | |
parent | bf793228193966ff8c5a069c82087262d6c4f057 (diff) | |
download | freebsd-ports-c3c1502372cad26671f7550d0e54d2cc77e47b3a.zip |
emulators/virtualbox-ose-kmod-legacy: Fix kernel panic in DHCP bridge mode
PR: 262656
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index 623b0afc8dbb..06b78180fb46 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -2,7 +2,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.44 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod-legacy |