pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/seahorse Deal with newer GPG.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/548ac4a9f5bf
branches:  trunk
changeset: 368003:548ac4a9f5bf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Sep 09 22:48:09 2017 +0000

description:
Deal with newer GPG.

diffstat:

 security/seahorse/Makefile                |  4 ++--
 security/seahorse/distinfo                |  4 ++--
 security/seahorse/patches/patch-configure |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 345b5f3761ab -r 548ac4a9f5bf security/seahorse/Makefile
--- a/security/seahorse/Makefile        Sat Sep 09 22:47:35 2017 +0000
+++ b/security/seahorse/Makefile        Sat Sep 09 22:48:09 2017 +0000
@@ -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_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 -r 345b5f3761ab -r 548ac4a9f5bf security/seahorse/distinfo
--- a/security/seahorse/distinfo        Sat Sep 09 22:47:35 2017 +0000
+++ b/security/seahorse/distinfo        Sat Sep 09 22:48:09 2017 +0000
@@ -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 @@
 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 -r 345b5f3761ab -r 548ac4a9f5bf security/seahorse/patches/patch-configure
--- a/security/seahorse/patches/patch-configure Sat Sep 09 22:47:35 2017 +0000
+++ b/security/seahorse/patches/patch-configure Sat Sep 09 22:48:09 2017 +0000
@@ -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 @@
  
        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.



Home | Main Index | Thread Index | Old Index