git: ce562039ef27 - main - devel/soapui: fix EUPL11 var name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Dec 2024 16:40:18 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce562039ef27589dd7d516ccebd3a8208774c9f0 commit ce562039ef27589dd7d516ccebd3a8208774c9f0 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2024-12-18 16:40:16 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2024-12-18 16:40:16 +0000 devel/soapui: fix EUPL11 var name Reported by: mat --- devel/soapui/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/soapui/Makefile b/devel/soapui/Makefile index e45a10c41a6e..b09ce9e76278 100644 --- a/devel/soapui/Makefile +++ b/devel/soapui/Makefile @@ -8,15 +8,14 @@ MAINTAINER= pi@FreeBSD.org COMMENT= Web service, SOA, and SOAP testing tool WWW= https://www.soapui.org -LICENSE= EUPL11 LGPL21 LGPL3 APACHE11 APACHE20 BSD3CLAUSE MPL11 MIT CPL +LICENSE= APACHE11 APACHE20 BSD3CLAUSE CPL EUPL11 LGPL21 LGPL3 MIT MPL11 LICENSE_COMB= multi LICENSE_NAME_CPL= Common Public License V. 1.0 LICENSE_FILE_CPL= ${WRKSRC}/licenses/junit-LICENSE.txt +LICENSE_FILE_EUPL11= ${WRKSRC}/LICENSE.txt LICENSE_PERMS_CPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_FILE_EUPL= ${WRKSRC}/LICENSE.txt - USES= cpe CPE_VENDOR= smartbear USE_JAVA= yes