pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg2 gnupg2: fix libgpg-error dependency pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52251acaa6d9
branches:  trunk
changeset: 309373:52251acaa6d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 17 07:47:30 2018 +0000

description:
gnupg2: fix libgpg-error dependency pattern.

Reported by Oskar on pkgsrc-users.

diffstat:

 security/gnupg2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 97cbe9a6ae68 -r 52251acaa6d9 security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Sun Jun 17 07:24:23 2018 +0000
+++ b/security/gnupg2/Makefile  Sun Jun 17 07:47:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2018/06/09 18:08:34 leot Exp $
+# $NetBSD: Makefile,v 1.91 2018/06/17 07:47:30 wiz Exp $
 
 DISTNAME=      gnupg-2.2.8
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -41,7 +41,7 @@
 .include "../../security/libgcrypt/buildlink3.mk"
 BUILDLINK_API_DEPENDS.sqlite3+=                sqlite3>=3.7.15
 .include "../../databases/sqlite3/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.24
+BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.28
 .include "../../security/libgpg-error/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libassuan+=      libassuan>=2.5.1
 .include "../../security/libassuan2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index