pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gpgme Revised to use gpg instead of gpg2 for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5af7e5eaba12
branches:  trunk
changeset: 492952:5af7e5eaba12
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sat Apr 23 12:44:58 2005 +0000

description:
Revised to use gpg instead of gpg2 for OPENPGP when building gpgsm
following GNUPG recomendations: "Note that GnuPG 1.4 and 1.9 are not yet
in sync and thus features and bug fixes done in 1.4 are not available
in 1.9.  *Please keep on using 1.4.x for OpenPGP*; 1.9.x and 1.4.x may
be installed simultaneously."

diffstat:

 security/gpgme/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 7fc27a1bad2c -r 5af7e5eaba12 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Sat Apr 23 12:38:05 2005 +0000
+++ b/security/gpgme/Makefile   Sat Apr 23 12:44:58 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2005/04/11 21:47:12 tv Exp $
+# $NetBSD: Makefile,v 1.33 2005/04/23 12:44:58 shannonjr Exp $
 #
 
 DISTNAME=      gpgme-1.0.2
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gpgme/ \
                ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
@@ -10,6 +11,8 @@
 HOMEPAGE=      http://www.gnupg.org/gpgme.html
 COMMENT=       GnuPG Made Easy
 
+DEPENDS+=              gnupg>=1.2.2:../../security/gnupg
+
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 PTHREAD_OPTS+=         require
@@ -46,9 +49,7 @@
 .if !empty(PKG_OPTIONS:Mgpgsm)
 .  include "../../security/gnupg-devel/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-gpgsm=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpgsm
-CONFIGURE_ARGS+=       --with-gpg=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpg2
 .else
-DEPENDS+=              gnupg>=1.2.2:../../security/gnupg
 CONFIGURE_ARGS+=       --without-gpgsm
 .endif
 



Home | Main Index | Thread Index | Old Index