pkgsrc-Changes-HG archive

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

pkgsrc: glib-networking: depend on mozilla-rootcerts and use its...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95d312ebca59
branches:  trunk
changeset: 306494:95d312ebca59
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 17 14:30:00 2018 +0000
description:
glib-networking: depend on mozilla-rootcerts and use its certificates file.

Bump PKGREVISION.

diffstat:

 net/glib-networking/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 07557a2987bb -r 95d312ebca59 net/glib-networking/Makefile
--- a/net/glib-networking/Makefile      Tue Apr 17 13:30:07 2018 +0000
+++ b/net/glib-networking/Makefile      Tue Apr 17 14:30:00 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2018/04/17 13:29:57 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2018/04/17 14:30:00 wiz Exp $
 
 DISTNAME=      glib-networking-2.56.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -11,7 +11,9 @@
 COMMENT=       Network-related giomodules for glib
 LICENSE=       gnu-lgpl-v2
 
-MESON_ARGS+=   -Dca_certificates_path=/etc/openssl/certs/ca-certificates.crt
+DEPENDS=       mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts
+
+MESON_ARGS+=   -Dca_certificates_path=${PREFIX}/share/mozilla-rootcerts/cacert.pem
 USE_TOOLS+=    pkg-config gmake gettext
 
 REPLACE_PYTHON+=       find-ca-certificates



Home | Main Index | Thread Index | Old Index