git: d850e5df29fa - main - devel/libada: update the licenses

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 21:33:23 UTC
The branch main has been updated by osa:

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

commit d850e5df29fae06dc7ca145aa649641e8d0cf23a
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2024-08-04 21:32:51 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2024-08-04 21:33:18 +0000

    devel/libada: update the licenses
    
    The ada parser from the ada-url project is dual licensed product.
    Update the Makefile accordingly.
---
 devel/libada/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/devel/libada/Makefile b/devel/libada/Makefile
index fc5f570e9b37..d44697193792 100644
--- a/devel/libada/Makefile
+++ b/devel/libada/Makefile
@@ -1,15 +1,17 @@
 PORTNAME=	libada
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel www
 
 MAINTAINER=	osa@FreeBSD.org
 COMMENT=	WHATWG-compliant and fast URL parser
 WWW=		https://ada-url.com/
 
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE-APACHE
+LICENSE=	APACHE20 MIT
+LICENSE_COMB=	dual
+LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
+LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
 USES=		cmake localbase:ldflags
 USE_LDCONFIG=	yes