pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/seahorse Make the configure script accept gnu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/24721b39fb41
branches: trunk
changeset: 486610:24721b39fb41
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Dec 30 17:41:57 2004 +0000
description:
Make the configure script accept gnupg>=1.3 too.
diffstat:
security/seahorse/distinfo | 3 ++-
security/seahorse/patches/patch-ab | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 0635f9894af2 -r 24721b39fb41 security/seahorse/distinfo
--- a/security/seahorse/distinfo Thu Dec 30 17:25:19 2004 +0000
+++ b/security/seahorse/distinfo Thu Dec 30 17:41:57 2004 +0000
@@ -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 -r 0635f9894af2 -r 24721b39fb41 security/seahorse/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/seahorse/patches/patch-ab Thu Dec 30 17:41:57 2004 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index