git: e68eb05444be - main - devel/gprbuild: modernize and set license
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Dec 2022 21:14:00 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e68eb05444be7307c1c21d4da01f5d4787dc3dd3
commit e68eb05444be7307c1c21d4da01f5d4787dc3dd3
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-12-14 12:39:09 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-12-18 21:13:54 +0000
devel/gprbuild: modernize and set license
---
devel/gprbuild/Makefile | 6 +++---
devel/gprbuild/pkg-descr | 2 --
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/devel/gprbuild/Makefile b/devel/gprbuild/Makefile
index 0d1b625336e4..6ec009a52001 100644
--- a/devel/gprbuild/Makefile
+++ b/devel/gprbuild/Makefile
@@ -1,5 +1,3 @@
-# Created by: John Marino <marino@FreeBSD.org>
-
PORTNAME= gprbuild
PORTVERSION= ${SNAPSHOT}
PORTREVISION= 1
@@ -7,8 +5,10 @@ CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Adacore multi-language software build tool
+WWW= https://www.adacore.com/gems/gem-65
-LICENSE= GPLv3+
+LICENSE= GPLv3+ GPLv3RLE
+LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING3
BUILD_DEPENDS= xmlada>=4.4:textproc/xmlada
diff --git a/devel/gprbuild/pkg-descr b/devel/gprbuild/pkg-descr
index 04cda280a036..4e6df35954e8 100644
--- a/devel/gprbuild/pkg-descr
+++ b/devel/gprbuild/pkg-descr
@@ -6,5 +6,3 @@ Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover
new toolchains and languages it is primarily aimed at projects of all sizes
organized into subsystems and libraries and is particularly well suited for
compiled languages.
-
-WWW: https://www.adacore.com/home/products/gnatpro/toolsuite/gprbuild/