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:           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.

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
 



Home | Main Index | Thread Index | Old Index