From ea950a8d7eeb7ad091e727e4a37ef66170e7e071 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 18 Jan 2017 15:44:28 +0000 Subject: [PATCH] Enable the SCDAEMON option by default. Requested by: Dave Horn --- security/gnupg/Makefile | 3 ++- security/gnupg20/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 1951678b7c02..3857588666d7 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.1.17 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG @@ -32,7 +33,7 @@ CONFIGURE_ARGS= --disable-ntbtls --enable-symcryptrun --disable-wks-tools INFO= gnupg OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG -OPTIONS_DEFAULT=GNUTLS +OPTIONS_DEFAULT=GNUTLS SCDAEMON NO_OPTIONS_SORT=yes OPTIONS_SUB= yes diff --git a/security/gnupg20/Makefile b/security/gnupg20/Makefile index 2abe40e5c046..3f8c8abd838d 100644 --- a/security/gnupg20/Makefile +++ b/security/gnupg20/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.30 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG PKGNAMESUFFIX= 20 @@ -32,7 +33,7 @@ CONFIGURE_ARGS= --enable-symcryptrun INFO= gnupg OPTIONS_DEFINE= LDAP SCDAEMON CURL GPGSM KDNS STD_SOCKET NLS DOCS SUID_GPG -OPTIONS_DEFAULT=CURL +OPTIONS_DEFAULT=CURL SCDAEMON NO_OPTIONS_SORT=yes OPTIONS_SUB= yes