aboutsummaryrefslogtreecommitdiff
path: root/security/p11-kit
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2011-09-27 22:46:40 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2011-09-27 22:46:40 +0000
commit37efc66b852b5fc6174819a4263a946920d7342f (patch)
tree41eb867739b06b684f2bbc67da3e56bbafcabe17 /security/p11-kit
parent1efb1595e85437caf645576b66493e1698debb7e (diff)
downloadports-37efc66b852b5fc6174819a4263a946920d7342f.tar.gz
ports-37efc66b852b5fc6174819a4263a946920d7342f.zip
Notes
Diffstat (limited to 'security/p11-kit')
-rw-r--r--security/p11-kit/Makefile2
-rw-r--r--security/p11-kit/distinfo4
-rw-r--r--security/p11-kit/files/patch-p11-kit-modules.c16
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>
-