diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-12-08 10:34:23 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-12-08 10:34:23 +0000 |
commit | 2b134cd887971e8ff40057b1b5916fccde65ee5e (patch) | |
tree | b84e60751a5d85b69b3a7f04b83b871c440e9b96 /security/gpgme | |
parent | 54e40d0c34af353c86d3a2f0a8cae13cf60716bb (diff) |
Notes
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 2 | ||||
-rw-r--r-- | security/gpgme/files/patch-src__engine-gpgconf.c | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 6a51a6d66102..a62d31858f68 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme diff --git a/security/gpgme/files/patch-src__engine-gpgconf.c b/security/gpgme/files/patch-src__engine-gpgconf.c new file mode 100644 index 000000000000..d14f81c78f43 --- /dev/null +++ b/security/gpgme/files/patch-src__engine-gpgconf.c @@ -0,0 +1,10 @@ +--- ./src/engine-gpgconf.c.orig 2009-06-15 07:59:37.000000000 -0400 ++++ ./src/engine-gpgconf.c 2009-12-05 03:03:51.000000000 -0500 +@@ -38,7 +38,6 @@ + #include "priv-io.h" + #include "sema.h" + +-#include "assuan.h" + #include "debug.h" + + #include "engine-backend.h" |