pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg2 1) Added configuration arg so that PKG...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0667a6077257
branches: trunk
changeset: 535125:0667a6077257
user: shannonjr <shannonjr%pkgsrc.org@localhost>
date: Thu Nov 08 09:56:03 2007 +0000
description:
1) Added configuration arg so that PKG_SYSCONFDIR is honored
2) Added missing PLIST entry
diffstat:
security/gnupg2/Makefile | 5 ++++-
security/gnupg2/PLIST.gpgsm | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (39 lines):
diff -r a900d4d77f6f -r 0667a6077257 security/gnupg2/Makefile
--- a/security/gnupg2/Makefile Thu Nov 08 06:44:43 2007 +0000
+++ b/security/gnupg2/Makefile Thu Nov 08 09:56:03 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2007/11/07 15:24:26 shannonjr Exp $
+# $NetBSD: Makefile,v 1.18 2007/11/08 09:56:03 shannonjr Exp $
#
DISTNAME= gnupg-2.0.7
+PKGREVISION= 1
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
@@ -32,6 +33,8 @@
USE_PKGLOCALEDIR= yes
#LICENSE= GPLv3
+CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-static-rnd=auto
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --with-pth-prefix=${WRKDIR}/pth
diff -r a900d4d77f6f -r 0667a6077257 security/gnupg2/PLIST.gpgsm
--- a/security/gnupg2/PLIST.gpgsm Thu Nov 08 06:44:43 2007 +0000
+++ b/security/gnupg2/PLIST.gpgsm Thu Nov 08 09:56:03 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.gpgsm,v 1.4 2007/06/01 00:12:36 wiz Exp $
+@comment $NetBSD: PLIST.gpgsm,v 1.5 2007/11/08 09:56:03 shannonjr Exp $
bin/gpg-connect-agent
bin/gpg2
bin/gpgconf
@@ -17,6 +17,7 @@
libexec/gpg2keys_finger
libexec/gpg2keys_hkp
libexec/gpg2keys_ldap
+libexec/gpg-check-pattern
man/man1/gpg-agent.1
man/man1/gpg-connect-agent.1
man/man1/gpg-preset-passphrase.1
Home |
Main Index |
Thread Index |
Old Index