diff options
author | danilo <danilo@FreeBSD.org> | 2014-07-05 07:53:52 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-07-05 07:53:52 +0800 |
commit | 74a11773f6f7c60798f0dc4170a834ebdb2333b7 (patch) | |
tree | 079fff89bae9b1531d356bad6006e5b07a578574 /security/ykpers | |
parent | f8053ddc80a58687ad2bbce453cdcb97fcba78a6 (diff) | |
download | freebsd-ports-gnome-74a11773f6f7c60798f0dc4170a834ebdb2333b7.tar.gz freebsd-ports-gnome-74a11773f6f7c60798f0dc4170a834ebdb2333b7.tar.zst freebsd-ports-gnome-74a11773f6f7c60798f0dc4170a834ebdb2333b7.zip |
- Update from 1.15.0 to 1.15.1 [1]
- Add libtool to USES
PR: ports/191616
Submitted by: matt@mjslabs.com [1]
Diffstat (limited to 'security/ykpers')
-rw-r--r-- | security/ykpers/Makefile | 8 | ||||
-rw-r--r-- | security/ykpers/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile index 5b8ab236badd..b1dd89da4e5f 100644 --- a/security/ykpers/Makefile +++ b/security/ykpers/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ykpers -PORTVERSION= 1.15.0 +PORTVERSION= 1.15.1 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubikey-personalization/releases/ @@ -14,7 +14,7 @@ LIB_DEPENDS= libyubikey.so:${PORTSDIR}/security/libyubikey GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pkgconfig +USES= libtool pkgconfig PLIST_FILES= bin/ykchalresp \ bin/ykinfo \ @@ -25,9 +25,9 @@ PLIST_FILES= bin/ykchalresp \ include/ykpers-1/ykpers.h \ include/ykpers-1/ykpers-version.h \ include/ykpers-1/ykstatus.h \ - lib/libykpers-1.la \ lib/libykpers-1.so \ - lib/libykpers-1.so.16 \ + lib/libykpers-1.so.1 \ + lib/libykpers-1.so.1.15.1 \ libdata/pkgconfig/ykpers-1.pc \ man/man1/ykchalresp.1.gz \ man/man1/ykinfo.1.gz \ diff --git a/security/ykpers/distinfo b/security/ykpers/distinfo index f9c91ccac694..c035d67f1de9 100644 --- a/security/ykpers/distinfo +++ b/security/ykpers/distinfo @@ -1,2 +1,2 @@ -SHA256 (ykpers-1.15.0.tar.gz) = cd5f4f31422aa4e16d9afbda56e38a887a8376c549ea53b380bfe030e6449ad8 -SIZE (ykpers-1.15.0.tar.gz) = 501021 +SHA256 (ykpers-1.15.1.tar.gz) = 80cd384696007be5d195be7fe646b9bd64bcd65d2fadc29e9c55f6862c87dff5 +SIZE (ykpers-1.15.1.tar.gz) = 500262 |