diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-30 17:41:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-30 17:41:57 +0000 |
commit | 0711a9c2f3b1c07df9cc834728c929cb6863cb40 (patch) | |
tree | 79c7d276b337a4bd24eb45b37af381f3e7e0aa11 | |
parent | ea0f520b79b79b9de34859520f22c0efcabab5d8 (diff) | |
download | pkgsrc-0711a9c2f3b1c07df9cc834728c929cb6863cb40.tar.gz |
Make the configure script accept gnupg>=1.3 too.
-rw-r--r-- | security/seahorse/distinfo | 3 | ||||
-rw-r--r-- | security/seahorse/patches/patch-ab | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index a19de23bdc6..5a64e67ca3c 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.8 2004/11/07 13:19:24 jmmv Exp $ +$NetBSD: distinfo,v 1.9 2004/12/30 17:41:57 wiz Exp $ SHA1 (seahorse-0.7.5.tar.bz2) = e7535125c524d264594f7d82943d27e4472ae6d3 Size (seahorse-0.7.5.tar.bz2) = 937238 bytes SHA1 (patch-aa) = 5e1448b0de81f36b135d4952ea4d9141d5ff4326 +SHA1 (patch-ab) = 43d6b53d07e970a817d58cda70428b44c0236356 diff --git a/security/seahorse/patches/patch-ab b/security/seahorse/patches/patch-ab new file mode 100644 index 00000000000..f2327634692 --- /dev/null +++ b/security/seahorse/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.3 2004/12/30 17:41:58 wiz Exp $ + +--- configure.orig 2004-11-02 18:13:19.000000000 +0100 ++++ configure +@@ -19342,6 +19342,9 @@ echo $ECHO_N "checking for GnuPG >= $min + sed 's/^gpg (GnuPG) \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'` + + if test "$major" -eq "$req_major"; then ++ if test "$minor" -gt "$req_minor"; then ++ ok="yes" ++ fi + if test "$minor" -eq "$req_minor"; then + if test "$micro" -ge "$req_micro"; then + ok="yes" |