svn commit: r544043 - head/devel/simgear

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 3 09:36:25 UTC 2020


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 at 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/


More information about the svn-ports-head mailing list