--- net/cloud-init/Makefile (revision 552825) +++ net/cloud-init/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= cloud-init PORTVERSION= 20.3 +PORTREVISION= 1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} --- net/cloud-init/files/patch-cloudinit_util.py (nonexistent) +++ net/cloud-init/files/patch-cloudinit_util.py (working copy) @@ -0,0 +1,11 @@ +--- cloudinit/util.py.orig 2020-10-20 15:37:20 UTC ++++ cloudinit/util.py +@@ -1652,7 +1652,7 @@ def mount_cb(device, callback, data=None, mtype=None, + mtypes = ["auto"] + elif platsys.endswith("bsd"): + if mtypes is None: +- mtypes = ['ufs', 'cd9660', 'vfat'] ++ mtypes = ['ufs', 'cd9660', 'msdosfs', 'msdos'] + for index, mtype in enumerate(mtypes): + if mtype == "iso9660": + mtypes[index] = "cd9660"