git: 6df2cfbdbd50 - main - net/glib-networking: Remove ca_root_nss dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Feb 2023 14:04:55 UTC
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=6df2cfbdbd5079fbc0b198d85da2bcde5fa8315d commit 6df2cfbdbd5079fbc0b198d85da2bcde5fa8315d Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2023-02-01 12:10:32 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2023-02-03 14:01:55 +0000 net/glib-networking: Remove ca_root_nss dependency Support for it has been removed in version 2.56.1. The GnuTLS certificate store is used instead. --- net/glib-networking/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index f75dc24bcc71..d932dc698a7f 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -1,5 +1,6 @@ PORTNAME= glib-networking PORTVERSION= 2.74.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -10,13 +11,11 @@ COMMENT= Network-related giomodules for glib LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas +BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libgnutls.so:security/gnutls \ libp11-kit.so:security/p11-kit \ libproxy.so:net/libproxy -RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas +RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even