Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2023 19:18:37 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd05cd9d5ee5 - main - security/xmlsec1: Fix duplicated menu item
Message-ID:  <202308301918.37UJIbND025623@gitrepo.freebsd.org>

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

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

commit bd05cd9d5ee51e1d2f74bba7768c2ab7c4007c7c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-08-30 19:16:24 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-08-30 19:18:32 +0000

    security/xmlsec1: Fix duplicated menu item
    
    Remove duplicated entry for GNUTLS
    
    PR:             273108
    Reported by:    Anton Saietskii <vsasjason@gmail.com>
---
 security/xmlsec1/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 426562a23fe8..622d98d27045 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -27,7 +27,7 @@ CONFIGURE_ARGS=	--disable-static
 
 OPTIONS_DEFINE=		DOCS
 OPTIONS_MULTI=		SSL
-OPTIONS_MULTI_SSL=	GNUTLS NSS OPENSSL GNUTLS
+OPTIONS_MULTI_SSL=	GNUTLS NSS OPENSSL
 OPTIONS_DEFAULT=	OPENSSL NSS
 OPTIONS_SUB=		yes
 



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