pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/seahorse



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Sep  9 22:48:09 UTC 2017

Modified Files:
        pkgsrc/security/seahorse: Makefile distinfo
        pkgsrc/security/seahorse/patches: patch-configure

Log Message:
Deal with newer GPG.


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/security/seahorse/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/seahorse/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/seahorse/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/seahorse/Makefile
diff -u pkgsrc/security/seahorse/Makefile:1.140 pkgsrc/security/seahorse/Makefile:1.141
--- pkgsrc/security/seahorse/Makefile:1.140     Sun Jul 30 22:47:55 2017
+++ pkgsrc/security/seahorse/Makefile   Sat Sep  9 22:48:09 2017
@@ -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

Index: pkgsrc/security/seahorse/distinfo
diff -u pkgsrc/security/seahorse/distinfo:1.38 pkgsrc/security/seahorse/distinfo:1.39
--- pkgsrc/security/seahorse/distinfo:1.38      Wed Nov  4 01:18:09 2015
+++ pkgsrc/security/seahorse/distinfo   Sat Sep  9 22:48:09 2017
@@ -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) = b75d9
 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

Index: pkgsrc/security/seahorse/patches/patch-configure
diff -u pkgsrc/security/seahorse/patches/patch-configure:1.1 pkgsrc/security/seahorse/patches/patch-configure:1.2
--- pkgsrc/security/seahorse/patches/patch-configure:1.1        Sun Jul  5 10:04:22 2015
+++ pkgsrc/security/seahorse/patches/patch-configure    Sat Sep  9 22:48:09 2017
@@ -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/0
  
        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