diff --git a/security/py-yubikey-manager/Makefile b/security/py-yubikey-manager/Makefile index 09ad2ef3e431..c72c03d9fdad 100644 --- a/security/py-yubikey-manager/Makefile +++ b/security/py-yubikey-manager/Makefile @@ -1,6 +1,6 @@ PORTNAME= yubikey-manager PORTVERSION= 4.0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-yubikey-manager/pkg-message b/security/py-yubikey-manager/pkg-message index 4ce046c0daba..850709a66a27 100644 --- a/security/py-yubikey-manager/pkg-message +++ b/security/py-yubikey-manager/pkg-message @@ -4,8 +4,8 @@ In order to use `ykman otp` commands, you need to make sure the uhid(4) driver attaches to the USB device: - # usbconfig ugenX.Y add_quirk UQ_KBD_IGNORE - # usbconfig ugenX.Y reset + # usbconfig -d ugenX.Y add_quirk UQ_KBD_IGNORE + # usbconfig -d ugenX.Y reset The correct device to operate on (ugenX.Y) can be determined using `usbconfig list`.