diff options
author | novel <novel@FreeBSD.org> | 2011-09-28 06:46:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-09-28 06:46:40 +0800 |
commit | 2937d67523c0a1e946c303e4e3aa9e814128b7d1 (patch) | |
tree | 9e39447bf9f18280ea274fcde0853da67bd5fcd4 /security/p11-kit | |
parent | 5832abd85bcc2aeaf23e0dda4268c614425a9bc2 (diff) | |
download | freebsd-ports-gnome-2937d67523c0a1e946c303e4e3aa9e814128b7d1.tar.gz freebsd-ports-gnome-2937d67523c0a1e946c303e4e3aa9e814128b7d1.tar.zst freebsd-ports-gnome-2937d67523c0a1e946c303e4e3aa9e814128b7d1.zip |
Update to 0.7.
Diffstat (limited to 'security/p11-kit')
-rw-r--r-- | security/p11-kit/Makefile | 2 | ||||
-rw-r--r-- | security/p11-kit/distinfo | 4 | ||||
-rw-r--r-- | security/p11-kit/files/patch-p11-kit-modules.c | 16 |
3 files changed, 3 insertions, 19 deletions
diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index 0459c9e0379a..fcf1cc337678 100644 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= p11-kit -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ diff --git a/security/p11-kit/distinfo b/security/p11-kit/distinfo index 10e09ac72b31..3eec8182d6fb 100644 --- a/security/p11-kit/distinfo +++ b/security/p11-kit/distinfo @@ -1,2 +1,2 @@ -SHA256 (p11-kit-0.6.tar.gz) = ac0f55ff8d4df2b791260ae00b0e33ed20b46caaebe1a411426643d1417188bc -SIZE (p11-kit-0.6.tar.gz) = 519899 +SHA256 (p11-kit-0.7.tar.gz) = 965220495d9db38a1f5f8a50812f19f04cd2091f394f5516952de478d83448ee +SIZE (p11-kit-0.7.tar.gz) = 521602 diff --git a/security/p11-kit/files/patch-p11-kit-modules.c b/security/p11-kit/files/patch-p11-kit-modules.c deleted file mode 100644 index 1b02a4221e8a..000000000000 --- a/security/p11-kit/files/patch-p11-kit-modules.c +++ /dev/null @@ -1,16 +0,0 @@ ---- p11-kit/modules.c.orig 2011-09-15 18:15:24.000000000 -0700 -+++ p11-kit/modules.c 2011-09-15 18:16:27.000000000 -0700 -@@ -50,11 +50,12 @@ - #include <dirent.h> - #include <dlfcn.h> - #include <errno.h> -+#include <limits.h> - #include <pthread.h> - #include <stdarg.h> - #include <stddef.h> --#include <stdlib.h> - #include <stdio.h> -+#include <stdlib.h> - #include <string.h> - #include <unistd.h> - |