diff options
author | danilo <danilo@FreeBSD.org> | 2014-07-05 07:55:42 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-07-05 07:55:42 +0800 |
commit | 57b4628d622c714b604a5d9f6b8835c4c8f46135 (patch) | |
tree | 93f4767abe378731ad7d4e349865aee13d9a5f95 /security | |
parent | 685c2736f767ee1b77cc2a7105a52e0a36c80e62 (diff) | |
download | freebsd-ports-gnome-57b4628d622c714b604a5d9f6b8835c4c8f46135.tar.gz freebsd-ports-gnome-57b4628d622c714b604a5d9f6b8835c4c8f46135.tar.zst freebsd-ports-gnome-57b4628d622c714b604a5d9f6b8835c4c8f46135.zip |
- Update from 1.11 to 1.12 [1]
- Add libtool to USES
PR: ports/191618
Submitted by: matt@mjslabs.com [1]
Diffstat (limited to 'security')
-rw-r--r-- | security/libyubikey/Makefile | 7 | ||||
-rw-r--r-- | security/libyubikey/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/libyubikey/Makefile b/security/libyubikey/Makefile index e9866ac64543..9ee8cfdd0cbb 100644 --- a/security/libyubikey/Makefile +++ b/security/libyubikey/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libyubikey -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= security devel MASTER_SITES= http://opensource.yubico.com/yubico-c/releases/ @@ -12,14 +12,15 @@ LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes USE_LDCONFIG= yes +USES= libtool PLIST_FILES= bin/modhex \ bin/ykgenerate \ bin/ykparse \ include/yubikey.h \ - lib/libyubikey.la \ lib/libyubikey.so \ - lib/libyubikey.so.1 \ + lib/libyubikey.so.0 \ + lib/libyubikey.so.0.1.6 \ man/man1/modhex.1.gz \ man/man1/ykgenerate.1.gz \ man/man1/ykparse.1.gz diff --git a/security/libyubikey/distinfo b/security/libyubikey/distinfo index 7a6055eea710..08e33d2b2bc8 100644 --- a/security/libyubikey/distinfo +++ b/security/libyubikey/distinfo @@ -1,2 +1,2 @@ -SHA256 (libyubikey-1.11.tar.gz) = 8953c33a94739b40ee79e56df6b76a355e19549f7819218b053955ab7126f5a6 -SIZE (libyubikey-1.11.tar.gz) = 344900 +SHA256 (libyubikey-1.12.tar.gz) = b95387f791dad4d2544282299800f016736c363838e1e732f199bf90eba717b8 +SIZE (libyubikey-1.12.tar.gz) = 346729 |