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 Apr 17 14:30:00 UTC 2018

Modified Files:
        pkgsrc/net/glib-networking: Makefile

Log Message:
glib-networking: depend on mozilla-rootcerts and use its certificates file.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/glib-networking/Makefile

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/Makefile
diff -u pkgsrc/net/glib-networking/Makefile:1.33 pkgsrc/net/glib-networking/Makefile:1.34
--- pkgsrc/net/glib-networking/Makefile:1.33    Tue Apr 17 13:29:57 2018
+++ pkgsrc/net/glib-networking/Makefile Tue Apr 17 14:30:00 2018
@@ -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 @@ HOMEPAGE=     https://www.gnome.org/
 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