diff options
author | ale <ale@FreeBSD.org> | 2015-06-15 13:53:07 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2015-06-15 13:53:07 +0800 |
commit | 7843e3ce60db8318e48952dcb2ef05926a6131a2 (patch) | |
tree | 4c0e69b709330dec4868e0a435daace6a60f1234 /security/oath-toolkit | |
parent | 20a2e56f1fb2970193b4a980bc839a239b1c7e94 (diff) | |
download | freebsd-ports-gnome-7843e3ce60db8318e48952dcb2ef05926a6131a2.tar.gz freebsd-ports-gnome-7843e3ce60db8318e48952dcb2ef05926a6131a2.tar.zst freebsd-ports-gnome-7843e3ce60db8318e48952dcb2ef05926a6131a2.zip |
Update to 2.6.0 release.
Diffstat (limited to 'security/oath-toolkit')
-rw-r--r-- | security/oath-toolkit/Makefile | 3 | ||||
-rw-r--r-- | security/oath-toolkit/distinfo | 4 | ||||
-rw-r--r-- | security/oath-toolkit/pkg-plist | 7 |
3 files changed, 6 insertions, 8 deletions
diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index 67131b61afeb..452cdf86582c 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= oath-toolkit -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= security MASTER_SITES= SAVANNAH diff --git a/security/oath-toolkit/distinfo b/security/oath-toolkit/distinfo index 6a37a9234ee4..ab6a55c0351d 100644 --- a/security/oath-toolkit/distinfo +++ b/security/oath-toolkit/distinfo @@ -1,2 +1,2 @@ -SHA256 (oath-toolkit-2.4.1.tar.gz) = 9bfa42cbc100eb6c43d2bf83e3badc51d9e6f4950a92e07513ae586d0c5e9b24 -SIZE (oath-toolkit-2.4.1.tar.gz) = 4136649 +SHA256 (oath-toolkit-2.6.0.tar.gz) = 2346cb8a2fc75ea56934cb9867463001665772308f2d9e7fe487159d38960926 +SIZE (oath-toolkit-2.6.0.tar.gz) = 4235568 diff --git a/security/oath-toolkit/pkg-plist b/security/oath-toolkit/pkg-plist index 3e5d9d48b963..e31111626b5c 100644 --- a/security/oath-toolkit/pkg-plist +++ b/security/oath-toolkit/pkg-plist @@ -36,9 +36,12 @@ man/man3/oath_init.3.gz man/man3/oath_strerror.3.gz man/man3/oath_strerror_name.3.gz man/man3/oath_totp_generate.3.gz +man/man3/oath_totp_generate2.3.gz man/man3/oath_totp_validate.3.gz man/man3/oath_totp_validate2.3.gz +man/man3/oath_totp_validate4.3.gz man/man3/oath_totp_validate2_callback.3.gz +man/man3/oath_totp_validate4_callback.3.gz man/man3/oath_totp_validate3.3.gz man/man3/oath_totp_validate3_callback.3.gz man/man3/oath_totp_validate_callback.3.gz @@ -154,7 +157,3 @@ man/man3/oath_totp_validate_callback.3.gz %%PSKC%%share/xml/pskc/pskc-schema.xsd %%PSKC%%share/xml/pskc/xenc-schema.xsd %%PSKC%%share/xml/pskc/xmldsig-core-schema.xsd -@dirrm include/liboath -%%PSKC%%@dirrm include/pskc -@dirrmtry lib/security -%%PSKC%%@dirrm share/xml/pskc |