Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 09:36:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544043 - head/devel/simgear
Message-ID:  <202008030936.0739aOx5033240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug  3 09:36:24 2020
New Revision: 544043
URL: https://svnweb.freebsd.org/changeset/ports/544043

Log:
  - Fix LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/simgear/Makefile
  head/devel/simgear/pkg-descr

Modified: head/devel/simgear/Makefile
==============================================================================
--- head/devel/simgear/Makefile	Mon Aug  3 09:03:24 2020	(r544042)
+++ head/devel/simgear/Makefile	Mon Aug  3 09:36:24 2020	(r544043)
@@ -8,7 +8,9 @@ MASTER_SITES=	SF/flightgear/release-${PORTVERSION:R}
 MAINTAINER=	martymac@FreeBSD.org
 COMMENT=	Toolkit for 3D games and simulations
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+ LGPL20+
+LICENSE_COMB=	multi
+LICENSE_FILE_LGPL20+ =	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
 RUN_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib

Modified: head/devel/simgear/pkg-descr
==============================================================================
--- head/devel/simgear/pkg-descr	Mon Aug  3 09:03:24 2020	(r544042)
+++ head/devel/simgear/pkg-descr	Mon Aug  3 09:36:24 2020	(r544043)
@@ -5,4 +5,4 @@ applications.
 SimGear is developed by the FlightGear project and also provides the base for
 the FlightGear Flight Simulator.
 
-WWW: http://www.flightgear.org/
+WWW: https://www.flightgear.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008030936.0739aOx5033240>