summaryrefslogtreecommitdiff
path: root/security/gnupg2
diff options
context:
space:
mode:
authordrochner <drochner>2011-09-12 17:38:33 +0000
committerdrochner <drochner>2011-09-12 17:38:33 +0000
commit15c2da61d0d3d869399f644d25795bd0ac4621b7 (patch)
tree4871ade981567696e305d9a4c33add4d3ff41077 /security/gnupg2
parentf8425083b3b44cb2185400737340efa9f728f3ec (diff)
downloadpkgsrc-15c2da61d0d3d869399f644d25795bd0ac4621b7.tar.gz
fix configure check for libcurl, from John Marshall on the gnupg-devel
mailing list bump PKGREV
Diffstat (limited to 'security/gnupg2')
-rw-r--r--security/gnupg2/Makefile3
-rw-r--r--security/gnupg2/distinfo3
-rw-r--r--security/gnupg2/patches/patch-ap13
3 files changed, 17 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 31d1bee20e1..ad9add84e64 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2011/08/11 10:46:10 adam Exp $
+# $NetBSD: Makefile,v 1.37 2011/09/12 17:38:33 drochner Exp $
DISTNAME= gnupg-2.0.18
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
EXTRACT_SUFX= .tar.bz2
diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo
index a0f6d6cf182..56d1e2fdc52 100644
--- a/security/gnupg2/distinfo
+++ b/security/gnupg2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2011/08/11 10:46:10 adam Exp $
+$NetBSD: distinfo,v 1.24 2011/09/12 17:38:33 drochner Exp $
SHA1 (gnupg-2.0.18.tar.bz2) = 5ec2f718760cc3121970a140aeea004b64545c46
RMD160 (gnupg-2.0.18.tar.bz2) = 15e3de278285a3989563d9a8e2ad133113f1cd91
@@ -8,3 +8,4 @@ SHA1 (patch-ai) = 4445d30150518f71f996e3b368a81523daded2e2
SHA1 (patch-aj) = bfd21504e0d55f99df543912b1cdf2c573de2f98
SHA1 (patch-al) = ef7c698ed102c4e27bbf707ae5d1fce4c2b5d8d4
SHA1 (patch-ao) = 2f91b33271d5e79d48b392cc58978da08ee46e8a
+SHA1 (patch-ap) = 50c6dca1d16a589491bbd91a7267f76e4f90a75c
diff --git a/security/gnupg2/patches/patch-ap b/security/gnupg2/patches/patch-ap
new file mode 100644
index 00000000000..008d47f11d9
--- /dev/null
+++ b/security/gnupg2/patches/patch-ap
@@ -0,0 +1,13 @@
+$NetBSD: patch-ap,v 1.1 2011/09/12 17:38:33 drochner Exp $
+
+--- configure.orig 2011-08-04 14:27:00.000000000 +0000
++++ configure
+@@ -9384,7 +9384,7 @@ else
+
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+-include <curl/curl.h>
++#include <curl/curl.h>
+ int
+ main ()
+ {