Received: by mail.netbsd.org (Postfix, from userid 605) id D275684E75; Mon, 19 Mar 2018 10:39:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA1CB84E60 for ; Mon, 19 Mar 2018 10:39:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7cMxg6fO9IhZ for ; Mon, 19 Mar 2018 10:39:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 057D384D32 for ; Mon, 19 Mar 2018 10:39:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E514DFB40; Mon, 19 Mar 2018 10:39:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152145596587020" MIME-Version: 1.0 Date: Mon, 19 Mar 2018 10:39:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/glib-networking To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180319103925.E514DFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152145596587020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 19 10:39:25 UTC 2018 Modified Files: pkgsrc/net/glib-networking: Makefile Log Message: glib-networking: update to 2.54.1nb1. Improve path to ca certificates file. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/glib-networking/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152145596587020 Content-Disposition: inline Content-Length: 917 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/glib-networking/Makefile diff -u pkgsrc/net/glib-networking/Makefile:1.30 pkgsrc/net/glib-networking/Makefile:1.31 --- pkgsrc/net/glib-networking/Makefile:1.30 Thu Nov 23 22:36:58 2017 +++ pkgsrc/net/glib-networking/Makefile Mon Mar 19 10:39:25 2018 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2017/11/23 22:36:58 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2018/03/19 10:39:25 wiz Exp $ DISTNAME= glib-networking-2.54.1 +PKGREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -11,7 +12,7 @@ COMMENT= Network-related giomodules for LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt +CONFIGURE_ARGS+= --with-ca-certificates=/etc/openssl/certs/ca-certificates.crt USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake gettext --_----------=_152145596587020--