pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/glib-networking



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 10 22:53:35 UTC 2020

Modified Files:
        pkgsrc/net/glib-networking: options.mk

Log Message:
glib-networking: bump gnutls dependency for 2.64


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/glib-networking/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/net/glib-networking/options.mk
diff -u pkgsrc/net/glib-networking/options.mk:1.1 pkgsrc/net/glib-networking/options.mk:1.2
--- pkgsrc/net/glib-networking/options.mk:1.1   Wed Jun 12 22:04:40 2019
+++ pkgsrc/net/glib-networking/options.mk       Tue Mar 10 22:53:35 2020
@@ -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 @@ PLIST_VARS+=  gnutls openssl
 ###
 .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