diff options
author | danilo <danilo@FreeBSD.org> | 2014-07-05 07:54:55 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-07-05 07:54:55 +0800 |
commit | 44c03f0b2b113fde7d11ed2947fb92e99c048b15 (patch) | |
tree | 562e7b25e886fb0786ad32ac0d3be08fe6708732 /security | |
parent | 74a11773f6f7c60798f0dc4170a834ebdb2333b7 (diff) | |
download | freebsd-ports-gnome-44c03f0b2b113fde7d11ed2947fb92e99c048b15.tar.gz freebsd-ports-gnome-44c03f0b2b113fde7d11ed2947fb92e99c048b15.tar.zst freebsd-ports-gnome-44c03f0b2b113fde7d11ed2947fb92e99c048b15.zip |
- Update from 2.14 to 2.16 [1]
- Add libtool to USES
PR: ports/191617
Submitted by: matt@mjslabs.com [1]
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_yubico/Makefile | 9 | ||||
-rw-r--r-- | security/pam_yubico/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/pam_yubico/Makefile b/security/pam_yubico/Makefile index 6fb2349ca200..a479eb02bbbe 100644 --- a/security/pam_yubico/Makefile +++ b/security/pam_yubico/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pam_yubico -PORTVERSION= 2.14 -PORTREVISION= 2 +PORTVERSION= 2.16 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/ @@ -15,10 +14,10 @@ LIB_DEPENDS= libykclient.so:${PORTSDIR}/security/ykclient \ libyubikey.so:${PORTSDIR}/security/libyubikey GNU_CONFIGURE= yes -USES= pkgconfig +USES= libtool pkgconfig -PLIST_FILES= lib/security/pam_yubico.la \ - lib/security/pam_yubico.so +PLIST_FILES= lib/security/pam_yubico.so \ + man/man8/pam_yubico.8.gz PLIST_DIRS= lib/security SUB_FILES= pkg-message PORTDOCS= * diff --git a/security/pam_yubico/distinfo b/security/pam_yubico/distinfo index 156df563aa11..3505ad187ca2 100644 --- a/security/pam_yubico/distinfo +++ b/security/pam_yubico/distinfo @@ -1,2 +1,2 @@ -SHA256 (pam_yubico-2.14.tar.gz) = 77bf0bce4cf7aedcfe5e65d8ee4a5f191c0346a809952f87080bfe71ea3b0c32 -SIZE (pam_yubico-2.14.tar.gz) = 380023 +SHA256 (pam_yubico-2.16.tar.gz) = b6dfbbba8bb9ad8d4b66c72396e7762d0cd91b2d5bd8ac433c79286c166722f6 +SIZE (pam_yubico-2.16.tar.gz) = 388153 |