pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-GnuPG-Interface p5-GnuPG-Interface: Add co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4322644f9d44
branches:  trunk
changeset: 373717:4322644f9d44
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 09 10:22:47 2018 +0000

description:
p5-GnuPG-Interface: Add comment about gnupg2 support patch.

diffstat:

 security/p5-GnuPG-Interface/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 77ec96b1c828 -r 4322644f9d44 security/p5-GnuPG-Interface/options.mk
--- a/security/p5-GnuPG-Interface/options.mk    Tue Jan 09 06:31:13 2018 +0000
+++ b/security/p5-GnuPG-Interface/options.mk    Tue Jan 09 10:22:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2017/08/29 12:23:24 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2018/01/09 10:22:47 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.p5_GnuPG_Interface
 PKG_OPTIONS_REQUIRED_GROUPS=   gnupg
@@ -8,6 +8,8 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgnupg2)
+# patch available at
+# https://github.com/bestpractical/gnupg-interface/pull/1
 DEPENDS+=              gnupg2-[0-9]*:../../security/gnupg2
 .else
 DEPENDS+=              gnupg>=1.4.2:../../security/gnupg



Home | Main Index | Thread Index | Old Index