Date: Wed, 3 Mar 2021 18:07:29 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567119 - head/security/libfido2 Message-ID: <202103031807.123I7Tqt039748@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Mar 3 18:07:29 2021 New Revision: 567119 URL: https://svnweb.freebsd.org/changeset/ports/567119 Log: Use native HID backend - Bump PORTREVISION for dependency and package change Modified: head/security/libfido2/Makefile Modified: head/security/libfido2/Makefile ============================================================================== --- head/security/libfido2/Makefile Wed Mar 3 18:07:25 2021 (r567118) +++ head/security/libfido2/Makefile Wed Mar 3 18:07:29 2021 (r567119) @@ -3,6 +3,7 @@ PORTNAME= libfido2 PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://developers.yubico.com/libfido2/Releases/ @@ -12,13 +13,11 @@ COMMENT= Provides library functionality for FIDO 2.0 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libcbor.so:devel/libcbor \ - libhidapi.so.0:comms/hidapi +LIB_DEPENDS= libcbor.so:devel/libcbor USES= cmake compiler:c11 pkgconfig ssl CFLAGS+= -D_WITH_GETLINE -CMAKE_ON= USE_HIDAPI PLIST_SUB= PORTVERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103031807.123I7Tqt039748>