diff options
author | danilo <danilo@FreeBSD.org> | 2014-01-02 07:46:59 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-01-02 07:46:59 +0800 |
commit | d5510018356e29e375e19d91ec71bb9aad77e3f4 (patch) | |
tree | 6b0438e0909a9185301034bafe8e45b2cb04315e /security/libyubikey | |
parent | f7a7a2f4ca4c8caea2eab77ca46f97496b691b9b (diff) | |
download | freebsd-ports-gnome-d5510018356e29e375e19d91ec71bb9aad77e3f4.tar.gz freebsd-ports-gnome-d5510018356e29e375e19d91ec71bb9aad77e3f4.tar.zst freebsd-ports-gnome-d5510018356e29e375e19d91ec71bb9aad77e3f4.zip |
- 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)
Diffstat (limited to 'security/libyubikey')
-rw-r--r-- | security/libyubikey/Makefile | 19 | ||||
-rw-r--r-- | security/libyubikey/distinfo | 4 |
2 files changed, 14 insertions, 9 deletions
diff --git a/security/libyubikey/Makefile b/security/libyubikey/Makefile index e9e3c1a47aed..e9866ac64543 100644 --- a/security/libyubikey/Makefile +++ b/security/libyubikey/Makefile @@ -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) diff --git a/security/libyubikey/distinfo b/security/libyubikey/distinfo index 6944eee68102..7a6055eea710 100644 --- a/security/libyubikey/distinfo +++ b/security/libyubikey/distinfo @@ -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 |