From 71636583abec316e0bbceeea5f7a4d2d7d54e42a Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Wed, 25 Jun 2025 13:47:34 +0200 Subject: [PATCH] devel/log4shib: Adjust the license Although it is stated that all Internet2 software is released under the Apache-2.0 license, this specific software is a fork of log4cpp that is released under LGPL-2.1, and LGPL does not permit changing the license to the more permissive Apache-2.0. PR: 261661 Submitted by: Clint Clayton --- devel/log4shib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/log4shib/Makefile b/devel/log4shib/Makefile index 2114e5f1bfb2..2e7b1087a492 100644 --- a/devel/log4shib/Makefile +++ b/devel/log4shib/Makefile @@ -1,5 +1,6 @@ PORTNAME= log4shib DISTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://shibboleth.net/downloads/${PORTNAME}/${DISTVERSION}/ @@ -7,7 +8,7 @@ MAINTAINER= girgen@FreeBSD.org COMMENT= Library of C++ classes for flexible logging WWW= https://spaces.internet2.edu/display/SHIB2/log4shib -LICENSE= APACHE20 +LICENSE= LGPL21 USES= gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes