aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2011-09-26 14:49:01 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2011-09-26 14:49:01 +0000
commita601d249175db2f15d0ce3a316f269f32c0f8710 (patch)
tree19cca34b82bf2bf39ff70da8f7bb77275f29b790 /security/gnupg
parent644a24e602414aaadbc316c5d4d18cbc88fe9ae2 (diff)
downloadports-a601d249175db2f15d0ce3a316f269f32c0f8710.tar.gz
ports-a601d249175db2f15d0ce3a316f269f32c0f8710.zip
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile1
-rw-r--r--security/gnupg/files/patch-configure11
2 files changed, 12 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index e5a1dbb3bd02..37d65834e339 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 2.0.18
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg
diff --git a/security/gnupg/files/patch-configure b/security/gnupg/files/patch-configure
new file mode 100644
index 000000000000..956a5c212fa0
--- /dev/null
+++ b/security/gnupg/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2011-09-07 09:26:46.000000000 +1000
++++ configure 2011-09-07 09:29:32.000000000 +1000
+@@ -9384,7 +9384,7 @@
+
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+-include <curl/curl.h>
++#include <curl/curl.h>
+ int
+ main ()
+ { \ No newline at end of file