mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
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.
This commit is contained in:
parent
a03dc3f428
commit
6df2cfbdbd
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue