summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-30 17:41:57 +0000
committerwiz <wiz>2004-12-30 17:41:57 +0000
commitaf4c569b2ed3ba498c95da55ca140f3dd8753250 (patch)
tree79c7d276b337a4bd24eb45b37af381f3e7e0aa11 /security
parentc146da39b2982adf44fe8ac7d947300f5fa5314e (diff)
downloadpkgsrc-af4c569b2ed3ba498c95da55ca140f3dd8753250.tar.gz
Make the configure script accept gnupg>=1.3 too.
Diffstat (limited to 'security')
-rw-r--r--security/seahorse/distinfo3
-rw-r--r--security/seahorse/patches/patch-ab14
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"