- Update from 1.10 to 1.11
- Update MASTER_SITES - Convert LICENSE from BSD to BSD2CLAUSE - Add STATIC as option PR: ports/185260 Submitted by: Matt Stofko <matt@mjslabs.com> (maintainer)
This commit is contained in:
parent
a4fca2c78f
commit
240c436590
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338404
@ -1,14 +1,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libyubikey
|
||||
PORTVERSION= 1.10
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITES= http://opensource.yubico.com/yubico-c/releases/
|
||||
|
||||
MAINTAINER= matt@mjslabs.com
|
||||
COMMENT= Library for decrypting and parsing YubiKey One-Time Passwords
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
@ -17,14 +17,19 @@ PLIST_FILES= bin/modhex \
|
||||
bin/ykgenerate \
|
||||
bin/ykparse \
|
||||
include/yubikey.h \
|
||||
lib/libyubikey.a \
|
||||
lib/libyubikey.la \
|
||||
lib/libyubikey.so \
|
||||
lib/libyubikey.so.1
|
||||
lib/libyubikey.so.1 \
|
||||
man/man1/modhex.1.gz \
|
||||
man/man1/ykgenerate.1.gz \
|
||||
man/man1/ykparse.1.gz
|
||||
|
||||
PROJECTHOST= yubico-c
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
OPTIONS_DEFINE= STATIC
|
||||
|
||||
STATIC_CONFIGURE_ENABLE= static
|
||||
STATIC_PLIST_FILES= lib/libyubikey.a
|
||||
|
||||
regression-test: build
|
||||
@(cd ${WRKSRC}; ${MAKE} check)
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libyubikey-1.10.tar.gz) = 8cabfe4a547550bcf6eea1fa830fd78bfdef35d1368de5455a29cfdfa30bc00a
|
||||
SIZE (libyubikey-1.10.tar.gz) = 330630
|
||||
SHA256 (libyubikey-1.11.tar.gz) = 8953c33a94739b40ee79e56df6b76a355e19549f7819218b053955ab7126f5a6
|
||||
SIZE (libyubikey-1.11.tar.gz) = 344900
|
||||
|
Loading…
Reference in New Issue
Block a user