pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gpgme this gpgme wants gpgrt_calloc etc that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/610ade4419ab
branches:  trunk
changeset: 313848:610ade4419ab
user:      spz <spz%pkgsrc.org@localhost>
date:      Thu Oct 11 17:49:26 2018 +0000

description:
this gpgme wants gpgrt_calloc etc that are introduced with libgpg-error 1.28

diffstat:

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

diffs (17 lines):

diff -r 47f57bb4ef07 -r 610ade4419ab security/gpgme/Makefile
--- a/security/gpgme/Makefile   Thu Oct 11 15:24:58 2018 +0000
+++ b/security/gpgme/Makefile   Thu Oct 11 17:49:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2018/07/04 13:40:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.90 2018/10/11 17:49:26 spz Exp $
 
 DISTNAME=      gpgme-1.11.1
 CATEGORIES=    security
@@ -33,6 +33,6 @@
 .include "../../mk/pthread.buildlink3.mk"
 BUILDLINK_API_DEPENDS.libassuan+=      libassuan>=2.0.2
 .include "../../security/libassuan2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.17
+BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.28
 .include "../../security/libgpg-error/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index