pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-GnuPG-Interface



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  9 10:22:47 UTC 2018

Modified Files:
        pkgsrc/security/p5-GnuPG-Interface: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/p5-GnuPG-Interface/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-GnuPG-Interface/options.mk
diff -u pkgsrc/security/p5-GnuPG-Interface/options.mk:1.4 pkgsrc/security/p5-GnuPG-Interface/options.mk:1.5
--- pkgsrc/security/p5-GnuPG-Interface/options.mk:1.4   Tue Aug 29 12:23:24 2017
+++ pkgsrc/security/p5-GnuPG-Interface/options.mk       Tue Jan  9 10:22:47 2018
@@ -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 @@ PKG_SUGGESTED_OPTIONS=          gnupg1
 .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