diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-12-08 14:44:32 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-12-08 14:44:32 +0000 |
commit | 147e982d12667c740138fd8da48d49f9a40bf265 (patch) | |
tree | 4bc134c24079065d12bde7121287d88454e7b73b | |
parent | fd7e1ea935614d8e02ecd42294fb8606086de8fc (diff) | |
download | ports-147e982d12667c740138fd8da48d49f9a40bf265.tar.gz ports-147e982d12667c740138fd8da48d49f9a40bf265.zip |
Notes
-rw-r--r-- | security/p11-kit/Makefile | 3 | ||||
-rw-r--r-- | security/p11-kit/distinfo | 4 | ||||
-rw-r--r-- | security/p11-kit/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 2a73a46ba366..257df33bde34 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= p11-kit -PORTVERSION= 0.23.1 -PORTREVISION= 1 +PORTVERSION= 0.23.2 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ diff --git a/security/p11-kit/distinfo b/security/p11-kit/distinfo index 9774f8f36d08..8e7b965c4a3b 100644 --- a/security/p11-kit/distinfo +++ b/security/p11-kit/distinfo @@ -1,2 +1,2 @@ -SHA256 (p11-kit-0.23.1.tar.gz) = e57371669f3b157141b86c429bd9c29741994b2f5ff115fcb8a03e751b0f6ac4 -SIZE (p11-kit-0.23.1.tar.gz) = 992924 +SHA256 (p11-kit-0.23.2.tar.gz) = ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0 +SIZE (p11-kit-0.23.2.tar.gz) = 1022733 diff --git a/security/p11-kit/pkg-descr b/security/p11-kit/pkg-descr index 923f213863dc..93c47a447a31 100644 --- a/security/p11-kit/pkg-descr +++ b/security/p11-kit/pkg-descr @@ -5,4 +5,4 @@ such a way that they're discoverable. Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. -WWW: http://p11-glue.freedesktop.org/p11-kit.html +WWW: http://p11-glue.freedesktop.org/p11-kit.html |