pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security don't depend on gnupg directly, gpgme/bl3 wil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecf405068979
branches:  trunk
changeset: 569352:ecf405068979
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jan 15 20:11:34 2010 +0000

description:
don't depend on gnupg directly, gpgme/bl3 will do this for us, and it
will deal with gnupg1/gnupg2 correctly
bump PKGREVISION

diffstat:

 security/seahorse-plugins/Makefile |  6 +++---
 security/seahorse/Makefile         |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (57 lines):

diff -r e6cfb869a356 -r ecf405068979 security/seahorse-plugins/Makefile
--- a/security/seahorse-plugins/Makefile        Fri Jan 15 20:08:01 2010 +0000
+++ b/security/seahorse-plugins/Makefile        Fri Jan 15 20:11:34 2010 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2009/11/17 16:05:54 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2010/01/15 20:11:34 drochner Exp $
 
 DISTNAME=      seahorse-plugins-2.28.1
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/seahorse-plugins/2.28/}
 EXTRACT_SUFX=  .tar.bz2
@@ -10,14 +11,13 @@
 COMMENT=       Plugins for the GnuPG front end and bonobo component for GNOME
 LICENSE=       gnu-gpl-v2 AND gnu-fdl-v1.1
 
-DEPENDS+=      gnupg>=1.2.1:../../security/gnupg
-
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
+CONFIGURE_ENV+=                ac_cv_path_GNUPG=${GPGME_GPG}
 
 GCONF_SCHEMAS=         seahorse-gedit.schemas
 GCONF_SCHEMAS+=                seahorse-plugins.schemas
diff -r e6cfb869a356 -r ecf405068979 security/seahorse/Makefile
--- a/security/seahorse/Makefile        Fri Jan 15 20:08:01 2010 +0000
+++ b/security/seahorse/Makefile        Fri Jan 15 20:11:34 2010 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2009/10/24 12:53:55 drochner Exp $
+# $NetBSD: Makefile,v 1.86 2010/01/15 20:11:34 drochner Exp $
 
 DISTNAME=      seahorse-2.28.1
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/seahorse/2.28/}
 EXTRACT_SUFX=  .tar.bz2
@@ -12,8 +13,6 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=              gnupg>=1.2.1:../../security/gnupg
-
 .if exists(/usr/bin/ssh) && exists(/usr/bin/ssh-add) && exists(/usr/bin/ssh-keygen)
 SSH_PATH=/usr/bin/ssh
 SSH_ADD_PATH=/usr/bin/ssh-add
@@ -35,6 +34,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}
 
 PKGCONFIG_OVERRIDE+=   libcryptui/cryptui.pc.in
 GCONF_SCHEMAS=         seahorse.schemas



Home | Main Index | Thread Index | Old Index