git: 1f099b76ea83 - 2024Q1 - security/sequoia-sq: fix LICENSE

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Thu, 01 Feb 2024 02:53:16 UTC
The branch 2024Q1 has been updated by vishwin:

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

commit 1f099b76ea8390edb29bde82b272e7856537e313
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-02-01 02:49:37 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-02-01 02:53:11 +0000

    security/sequoia-sq: fix LICENSE
    
    Upstream forgot to update sq's licence upon relicensing all of
    sequoia in October 2021; correct metadata here as well.
    
    https://gitlab.com/sequoia-pgp/sequoia-sq/-/commit/dcea72208a095fd7b99faf365a3e55e2b68f72cf
    (cherry picked from commit bbb3f108a25a668541493671ecd52d5bdb77f24e)
---
 security/sequoia-sq/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/sequoia-sq/Makefile b/security/sequoia-sq/Makefile
index 54178f5c1713..3b7cd575ee6b 100644
--- a/security/sequoia-sq/Makefile
+++ b/security/sequoia-sq/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	sq
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.33.0
+PORTREVISION=	1
 CATEGORIES=	security
 PKGNAMEPREFIX=	sequoia-
 
@@ -8,7 +9,7 @@ MAINTAINER=	vishwin@FreeBSD.org
 COMMENT=	Sequoia-PGP command line tool
 WWW=		https://sequoia-pgp.org/
 
-LICENSE=	GPLv2+
+LICENSE=	LGPL20+
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libnettle.so:security/nettle \