View | Details | Raw Unified | Return to bug 160535
Collapse All | Expand All

(-)security/gnupg/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	gnupg
8
PORTNAME=	gnupg
9
PORTVERSION=	2.0.18
9
PORTVERSION=	2.0.18
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_GNUPG}
12
MASTER_SITES=	${MASTER_SITE_GNUPG}
12
MASTER_SITE_SUBDIR=	gnupg
13
MASTER_SITE_SUBDIR=	gnupg
(-)security/gnupg/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2011-09-07 09:26:46.000000000 +1000
2
+++ configure	2011-09-07 09:29:32.000000000 +1000
3
@@ -9384,7 +9384,7 @@
4
 
5
            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6
 /* end confdefs.h.  */
7
-include <curl/curl.h>
8
+#include <curl/curl.h>
9
 int
10
 main ()
11
 {

Return to bug 160535