aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-03-23 08:40:21 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-03-23 08:40:21 +0000
commit7ad87f5bf9a00d543b09f61a9a9ed8f2b3cb3c5f (patch)
treee102c4d77872c8a43be394d3c78fd0415bb4014f /security
parent1f2921fe5a4f6cbad7135bcfcdf37268eb64b46b (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/gnupg-devel/Makefile2
-rw-r--r--security/gnupg-devel/files/patch-common-asshelp.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile
index aa882ce3310d..d8c5fb884937 100644
--- a/security/gnupg-devel/Makefile
+++ b/security/gnupg-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 1.9.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/gnupg
diff --git a/security/gnupg-devel/files/patch-common-asshelp.c b/security/gnupg-devel/files/patch-common-asshelp.c
new file mode 100644
index 000000000000..2476103929d2
--- /dev/null
+++ b/security/gnupg-devel/files/patch-common-asshelp.c
@@ -0,0 +1,11 @@
+--- common/asshelp.c.orig Wed Mar 23 09:28:16 2005
++++ common/asshelp.c Wed Mar 23 09:29:10 2005
+@@ -150,7 +150,7 @@
+ #endif
+ if (opt_lc_messages || (dft_ttyname && dft_lc))
+ {
+- err = send_one_option (ctx, errsource, "display",
++ err = send_one_option (ctx, errsource, "lc-messages",
+ opt_lc_messages ? opt_lc_messages : dft_lc);
+ }
+ #if defined(HAVE_SETLOCALE) && defined(LC_MESSAGES)