mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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
|
PORTNAME= glib-networking
|
||||||
PORTVERSION= 2.74.0
|
PORTVERSION= 2.74.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
DIST_SUBDIR= gnome
|
DIST_SUBDIR= gnome
|
||||||
|
@ -10,13 +11,11 @@ COMMENT= Network-related giomodules for glib
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
||||||
gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
|
||||||
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
||||||
libp11-kit.so:security/p11-kit \
|
libp11-kit.so:security/p11-kit \
|
||||||
libproxy.so:net/libproxy
|
libproxy.so:net/libproxy
|
||||||
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
||||||
gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
|
||||||
|
|
||||||
PORTSCOUT= limitw:1,even
|
PORTSCOUT= limitw:1,even
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue