Allow gnupg 2.1 here too.
This commit is contained in:
parent
4f838e2b10
commit
e1d42c178f
2 changed files with 15 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.8 2013/08/14 08:30:06 obache Exp $
|
||||
$NetBSD: distinfo,v 1.9 2015/07/05 12:43:53 joerg Exp $
|
||||
|
||||
SHA1 (seahorse-plugins-2.30.1.tar.bz2) = d06c638e839024ab623dc001b3c4e43be293ede8
|
||||
RMD160 (seahorse-plugins-2.30.1.tar.bz2) = a493ccad1d25c7c112f33c30d141a241eaf71048
|
||||
Size (seahorse-plugins-2.30.1.tar.bz2) = 1304864 bytes
|
||||
SHA1 (patch-configure) = d61db6d611ea684562acb873add0434352e1cb0a
|
||||
SHA1 (patch-libseahorse_seahorse-notification.c) = ca0a053531f87bcca93a0c8fc9b18494ac10dbf1
|
||||
|
|
13
security/seahorse-plugins/patches/patch-configure
Normal file
13
security/seahorse-plugins/patches/patch-configure
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-configure,v 1.1 2015/07/05 12:43:53 joerg Exp $
|
||||
|
||||
--- configure.orig 2015-07-05 11:11:37.000000000 +0000
|
||||
+++ configure
|
||||
@@ -15965,7 +15965,7 @@ fi
|
||||
|
||||
|
||||
if test "$DO_CHECK" = "yes"; then
|
||||
- accepted_versions="1.2 1.4 2.0"
|
||||
+ accepted_versions="1.2 1.4 2.0 2.1"
|
||||
for ac_prog in gpg gpg2
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
Loading…
Reference in a new issue