Tue Apr 17 14:30:00 2018 UTC ()
glib-networking: depend on mozilla-rootcerts and use its certificates file.

Bump PKGREVISION.


(wiz)
diff -r1.33 -r1.34 pkgsrc/net/glib-networking/Makefile

cvs diff -r1.33 -r1.34 pkgsrc/net/glib-networking/Makefile (expand / switch to unified diff)

--- pkgsrc/net/glib-networking/Makefile 2018/04/17 13:29:57 1.33
+++ pkgsrc/net/glib-networking/Makefile 2018/04/17 14:30:00 1.34
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.33 2018/04/17 13:29:57 wiz Exp $ 1# $NetBSD: Makefile,v 1.34 2018/04/17 14:30:00 wiz Exp $
2 2
3DISTNAME= glib-networking-2.56.0 3DISTNAME= glib-networking-2.56.0
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= net gnome 5CATEGORIES= net gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.gnome.org/ 10HOMEPAGE= https://www.gnome.org/
11COMMENT= Network-related giomodules for glib 11COMMENT= Network-related giomodules for glib
12LICENSE= gnu-lgpl-v2 12LICENSE= gnu-lgpl-v2
13 13
14MESON_ARGS+= -Dca_certificates_path=/etc/openssl/certs/ca-certificates.crt 14DEPENDS= mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts
 15
 16MESON_ARGS+= -Dca_certificates_path=${PREFIX}/share/mozilla-rootcerts/cacert.pem
15USE_TOOLS+= pkg-config gmake gettext 17USE_TOOLS+= pkg-config gmake gettext
16 18
17REPLACE_PYTHON+= find-ca-certificates 19REPLACE_PYTHON+= find-ca-certificates
18REPLACE_PYTHON+= meson_post_install.py 20REPLACE_PYTHON+= meson_post_install.py
19 21
20BUILDLINK_API_DEPENDS.glib2+= glib2>=2.56.0 22BUILDLINK_API_DEPENDS.glib2+= glib2>=2.56.0
21.include "../../devel/glib2/modules.mk" 23.include "../../devel/glib2/modules.mk"
22BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1 24BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1
23.include "../../www/libproxy/buildlink3.mk" 25.include "../../www/libproxy/buildlink3.mk"
24BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.6.0nb1 26BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.6.0nb1
25.include "../../security/gnutls/buildlink3.mk" 27.include "../../security/gnutls/buildlink3.mk"
26.include "../../security/p11-kit/buildlink3.mk" 28.include "../../security/p11-kit/buildlink3.mk"
27.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk" 29.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"