security/libnitrokey: update 3.6-RC1 -> 3.6
- LibremKey and FreeBSD support. Extended API - also add test target PR: 249481 Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer) Reviewed by: daniel.engberg.lists@pyret.net
This commit is contained in:
parent
8266a8c072
commit
71ee890d3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550043
@ -3,8 +3,9 @@
|
||||
|
||||
PORTNAME= libnitrokey
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.6-RC1
|
||||
DISTVERSION= 3.6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://github.com/Nitrokey/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
|
||||
|
||||
MAINTAINER= monwarez@mailoo.org
|
||||
COMMENT= Libnitrokey is a project to communicate with Nitrokey devices
|
||||
@ -17,9 +18,12 @@ LIB_DEPENDS= libhidapi.so:comms/hidapi \
|
||||
|
||||
USES= cmake compiler:c++14-lang pkgconfig
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Nitrokey
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
TEST_TARGET= test
|
||||
OPTIONS_DEFINE= TEST
|
||||
|
||||
TEST_CMAKE_BOOL= COMPILE_OFFLINE_TESTS
|
||||
TEST_BUILD_DEPENDS= ${LOCALBASE}/include/catch2/catch.hpp:devel/catch
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1597945114
|
||||
SHA256 (Nitrokey-libnitrokey-v3.6-RC1_GH0.tar.gz) = 73e97a0be913f1ad5bdc91c24184bb7eb39cab938e652dd541371fc1b52c8b31
|
||||
SIZE (Nitrokey-libnitrokey-v3.6-RC1_GH0.tar.gz) = 97944
|
||||
TIMESTAMP = 1600633570
|
||||
SHA256 (libnitrokey-v3.6.tar.gz) = 4f3382b6193afe69c2001321038fce9490bc28803ed687152a397ccd89146ae6
|
||||
SIZE (libnitrokey-v3.6.tar.gz) = 98039
|
||||
|
@ -19,6 +19,6 @@ include/libnitrokey/stick20_commands.h
|
||||
include/libnitrokey/version.h
|
||||
lib/libnitrokey.so
|
||||
lib/libnitrokey.so.3
|
||||
lib/libnitrokey.so.3.5.0
|
||||
lib/libnitrokey.so.3.6.0
|
||||
lib/udev/rules.d/41-nitrokey.rules
|
||||
libdata/pkgconfig/libnitrokey-1.pc
|
||||
|
Loading…
Reference in New Issue
Block a user