Skip to content

Commit

Permalink
net/glib-networking: Remove ca_root_nss dependency
Browse files Browse the repository at this point in the history
Support for it has been removed in version 2.56.1.  The GnuTLS
certificate store is used instead.
  • Loading branch information
TijlCoosemans committed Feb 3, 2023
1 parent a03dc3f commit 6df2cfb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 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
Expand All @@ -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

Expand Down

0 comments on commit 6df2cfb

Please sign in to comment.