pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/glib-networking glib-networking: bump gnutls depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/541746cd152d
branches:  trunk
changeset: 424402:541746cd152d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 10 22:53:35 2020 +0000

description:
glib-networking: bump gnutls dependency for 2.64

diffstat:

 net/glib-networking/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bda7c28862e9 -r 541746cd152d net/glib-networking/options.mk
--- a/net/glib-networking/options.mk    Tue Mar 10 22:53:18 2020 +0000
+++ b/net/glib-networking/options.mk    Tue Mar 10 22:53:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2019/06/12 22:04:40 leot Exp $
+# $NetBSD: options.mk,v 1.2 2020/03/10 22:53:35 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.glib-networking
 
@@ -16,7 +16,7 @@
 ###
 .if !empty(PKG_OPTIONS:Mgnutls)
 PLIST.gnutls=  yes
-BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.6.0nb1
+BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.6.5
 .  include "../../security/gnutls/buildlink3.mk"
 MESON_ARGS+=   -Dgnutls=enabled
 MESON_ARGS+=   -Dopenssl=disabled



Home | Main Index | Thread Index | Old Index