pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/seahorse-plugins
Module Name: pkgsrc
Committed By: joerg
Date: Sun Sep 10 14:12:44 UTC 2017
Modified Files:
pkgsrc/security/seahorse-plugins: Makefile distinfo
pkgsrc/security/seahorse-plugins/patches: patch-configure
Log Message:
Recognize gpg2.2
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/security/seahorse-plugins/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/seahorse-plugins/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/security/seahorse-plugins/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-plugins/Makefile
diff -u pkgsrc/security/seahorse-plugins/Makefile:1.68 pkgsrc/security/seahorse-plugins/Makefile:1.69
--- pkgsrc/security/seahorse-plugins/Makefile:1.68 Sun Jul 30 22:47:55 2017
+++ pkgsrc/security/seahorse-plugins/Makefile Sun Sep 10 14:12:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2017/07/30 22:47:55 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2017/09/10 14:12:44 joerg Exp $
DISTNAME= seahorse-plugins-2.30.1
PKGREVISION= 50
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-CONFIGURE_ENV+= ac_cv_path_GNUPG=${GPGME_GPG}
+CONFIGURE_ENV+= GNUPG=${GPGME_GPG}
GCONF_SCHEMAS= seahorse-gedit.schemas
GCONF_SCHEMAS+= seahorse-plugins.schemas
Index: pkgsrc/security/seahorse-plugins/distinfo
diff -u pkgsrc/security/seahorse-plugins/distinfo:1.10 pkgsrc/security/seahorse-plugins/distinfo:1.11
--- pkgsrc/security/seahorse-plugins/distinfo:1.10 Wed Nov 4 01:18:09 2015
+++ pkgsrc/security/seahorse-plugins/distinfo Sun Sep 10 14:12:44 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 01:18:09 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/09/10 14:12:44 joerg Exp $
SHA1 (seahorse-plugins-2.30.1.tar.bz2) = d06c638e839024ab623dc001b3c4e43be293ede8
RMD160 (seahorse-plugins-2.30.1.tar.bz2) = a493ccad1d25c7c112f33c30d141a241eaf71048
SHA512 (seahorse-plugins-2.30.1.tar.bz2) = 61ccb3e1c67ce14a248245f8ad4f39d70bb5ef5d3bcf5d44e8593759c9612238010312e8ef9bfdcfff3502a72d35f2c5b7e6b9f52eeafbf7a5abe7f8b06d2895
Size (seahorse-plugins-2.30.1.tar.bz2) = 1304864 bytes
-SHA1 (patch-configure) = d61db6d611ea684562acb873add0434352e1cb0a
+SHA1 (patch-configure) = 1c465d1bd4e29df3ae931450a80201ba11fe14c7
SHA1 (patch-libseahorse_seahorse-notification.c) = ca0a053531f87bcca93a0c8fc9b18494ac10dbf1
Index: pkgsrc/security/seahorse-plugins/patches/patch-configure
diff -u pkgsrc/security/seahorse-plugins/patches/patch-configure:1.1 pkgsrc/security/seahorse-plugins/patches/patch-configure:1.2
--- pkgsrc/security/seahorse-plugins/patches/patch-configure:1.1 Sun Jul 5 12:43:53 2015
+++ pkgsrc/security/seahorse-plugins/patches/patch-configure Sun Sep 10 14:12:44 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.1 2015/07/05 12:43:53 joerg Exp $
+$NetBSD: patch-configure,v 1.2 2017/09/10 14:12:44 joerg Exp $
--- configure.orig 2015-07-05 11:11:37.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