summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-09-09 22:48:09 +0000
committerjoerg <joerg@pkgsrc.org>2017-09-09 22:48:09 +0000
commitbdf62c751445695abd611f3985d3cb035e9c7dc0 (patch)
treef46f7a2cbe44d837861ad1075700d9ae886f9efe
parent1d79f6339214ee27a1e0080c4bb32592226f15c6 (diff)
downloadpkgsrc-bdf62c751445695abd611f3985d3cb035e9c7dc0.tar.gz
Deal with newer GPG.
-rw-r--r--security/seahorse/Makefile4
-rw-r--r--security/seahorse/distinfo4
-rw-r--r--security/seahorse/patches/patch-configure4
3 files changed, 6 insertions, 6 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 160a94b08c9..9a9c7f33c52 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2017/07/30 22:47:55 wiz Exp $
+# $NetBSD: Makefile,v 1.141 2017/09/09 22:48:09 joerg Exp $
DISTNAME= seahorse-2.32.0
PKGREVISION= 44
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --disable-nautilus
CONFIGURE_ENV+= SSH_PATH=${SSH_PATH:Q}
CONFIGURE_ENV+= SSH_ADD_PATH=${SSH_ADD_PATH:Q}
CONFIGURE_ENV+= SSH_KEYGEN_PATH=${SSH_KEYGEN_PATH:Q}
-CONFIGURE_ENV+= ac_cv_path_GNUPG=${GPGME_GPG}
+CONFIGURE_ENV+= GNUPG=${GPGME_GPG}
PKGCONFIG_OVERRIDE+= libcryptui/cryptui.pc.in
GCONF_SCHEMAS= seahorse.schemas
diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo
index 523b56458f9..0454c132883 100644
--- a/security/seahorse/distinfo
+++ b/security/seahorse/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.38 2015/11/04 01:18:09 agc Exp $
+$NetBSD: distinfo,v 1.39 2017/09/09 22:48:09 joerg Exp $
SHA1 (seahorse-2.32.0.tar.bz2) = 1469884b67483c876cfe5b986a76495739927a99
RMD160 (seahorse-2.32.0.tar.bz2) = 5599cf02321be038d8aa5bc96174e2cf05c62945
@@ -6,5 +6,5 @@ SHA512 (seahorse-2.32.0.tar.bz2) = b75d94dbce8a00ecec4c230975104b0868f5b51bbcaf1
Size (seahorse-2.32.0.tar.bz2) = 2491230 bytes
SHA1 (patch-ab) = 999c135e1815be5608caacb077dc9b881226dd30
SHA1 (patch-ac) = 3df4e4950bc967c964746e55e3ca2fbffb0cddf2
-SHA1 (patch-configure) = 673efbb3ca5bdc71f4a4f3d4f7974f6a058db224
+SHA1 (patch-configure) = 2fa3a4d2793dd740a41d5503797e2728e7b3934a
SHA1 (patch-libseahorse_seahorse-notification.c) = 05d1f2bc5c0de5e6a108ecf3a582589665e26faf
diff --git a/security/seahorse/patches/patch-configure b/security/seahorse/patches/patch-configure
index 1d2dfe62f1d..ef1fd8c236f 100644
--- a/security/seahorse/patches/patch-configure
+++ b/security/seahorse/patches/patch-configure
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.1 2015/07/05 10:04:22 joerg Exp $
+$NetBSD: patch-configure,v 1.2 2017/09/09 22:48:09 joerg Exp $
--- configure.orig 2015-07-05 09:46:21.000000000 +0000
+++ configure
@@ -7,7 +7,7 @@ $NetBSD: patch-configure,v 1.1 2015/07/05 10:04:22 joerg Exp $
if test "$DO_CHECK" = "yes"; then
- accepted_versions="1.2 1.4 2.0"
-+ accepted_versions="1.2 1.4 2.0 2.1"
++ accepted_versions="1.2 1.4 2.0 2.1 2.2"
for ac_prog in gpg gpg2
do
# Extract the first word of "$ac_prog", so it can be a program name with args.