git: 53b3bb69113f - main - textproc/xmlada: modernize but keep release 17.0.0

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Wed, 14 Dec 2022 10:37:33 UTC
The branch main has been updated by thierry:

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

commit 53b3bb69113f44f6ea8035d35a4a3cd0d43817d7
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-12-11 22:23:04 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-12-14 10:37:17 +0000

    textproc/xmlada: modernize but keep release 17.0.0
    
    Also change the license.
---
 textproc/xmlada/Makefile  | 5 ++---
 textproc/xmlada/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index 234ab01f9f50..3bf3683022b8 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -1,5 +1,3 @@
-# Created by: John Marino <marino@FreeBSD.org>
-
 PORTNAME=	xmlada
 PORTVERSION=	17.0.0
 PORTREVISION=	2
@@ -7,8 +5,9 @@ CATEGORIES=	textproc
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Adacore XML suite for the Ada language
+WWW=		https://github.com/AdaCore/xmlada
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3RLE
 
 USES=		ada:run
 USE_GITHUB=	yes
diff --git a/textproc/xmlada/pkg-descr b/textproc/xmlada/pkg-descr
index df54bf707663..625cd7d0a2a7 100644
--- a/textproc/xmlada/pkg-descr
+++ b/textproc/xmlada/pkg-descr
@@ -8,5 +8,3 @@ validation of the documents is performed based on those.
 It provides support for a number of standards associated with XML such as
 SAX, DOM, and XML schemas.  Additionally, it includes a module to manipulate
 unicode streams since this is required by the XML standard.
-
-WWW: http://libre.adacore.com/libre/tools/xmlada/