diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-05 12:43:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-05 12:43:53 +0000 |
commit | a6f47093b6a67c71f052a0661189803ee3575253 (patch) | |
tree | 518e34f6b5e35a009e6f8768ecf990e2218c2d1e /security | |
parent | 6abe50d66506341c08e04a35345b3a43b2302c0b (diff) | |
download | pkgsrc-a6f47093b6a67c71f052a0661189803ee3575253.tar.gz |
Allow gnupg 2.1 here too.
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse-plugins/distinfo | 3 | ||||
-rw-r--r-- | security/seahorse-plugins/patches/patch-configure | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/security/seahorse-plugins/distinfo b/security/seahorse-plugins/distinfo index 06ac4a1bf14..ac9356cc49b 100644 --- a/security/seahorse-plugins/distinfo +++ b/security/seahorse-plugins/distinfo @@ -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 diff --git a/security/seahorse-plugins/patches/patch-configure b/security/seahorse-plugins/patches/patch-configure new file mode 100644 index 00000000000..087b1145f09 --- /dev/null +++ b/security/seahorse-plugins/patches/patch-configure @@ -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. |