Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 19:55:48 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 867083ba9996 - main - security/gnome-keyring: Drop ca_root_nss dependency.
Message-ID:  <202310051955.395JtmJo046473@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/ports/commit/?id=867083ba9996eb2fc8f54e2c2395c1d1d8b6399c

commit 867083ba9996eb2fc8f54e2c2395c1d1d8b6399c
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-10-05 19:51:51 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-10-05 19:51:51 +0000

    security/gnome-keyring: Drop ca_root_nss dependency.
    
    PR:             274281
    Reviewed by:    gnome (vishwin)
    Differential Revision:  https://reviews.freebsd.org/D42093
---
 security/gnome-keyring/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index e7acfb139dcb..5a49c2d15316 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gnome-keyring
 PORTVERSION=	42.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome
@@ -11,8 +11,7 @@ COMMENT=	Program that keeps passwords and other secrets
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
-		docbook-xsl>=0:textproc/docbook-xsl \
+BUILD_DEPENDS=	docbook-xsl>=0:textproc/docbook-xsl \
 		gcr>=3.5.3:security/gcr
 LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libgpg-error.so:security/libgpg-error \
@@ -20,8 +19,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libtasn1.so:security/libtasn1 \
 		libp11-kit.so:security/p11-kit \
 		libgcrypt.so:security/libgcrypt
-RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
-		pinentry-gnome3:security/pinentry-gnome
+RUN_DEPENDS=	pinentry-gnome3:security/pinentry-gnome
 
 PORTSCOUT=	limitw:1,even
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310051955.395JtmJo046473>