svn commit: r523959 - head/devel/liblas12

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jan 24 09:30:26 UTC 2020


Author: amdmi3
Date: Fri Jan 24 09:30:25 2020
New Revision: 523959
URL: https://svnweb.freebsd.org/changeset/ports/523959

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

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

Modified: head/devel/liblas12/Makefile
==============================================================================
--- head/devel/liblas12/Makefile	Fri Jan 24 09:26:31 2020	(r523958)
+++ head/devel/liblas12/Makefile	Fri Jan 24 09:30:25 2020	(r523959)
@@ -9,7 +9,9 @@ CATEGORIES=	devel
 MAINTAINER=	rhurlin at gwdg.de
 COMMENT=	Library For Reading And Writing LAS-Format Data
 
-LICENSE=	BSD2CLAUSE
+LICENSE=	BSD3CLAUSE BSL MIT
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		autoreconf dos2unix gmake libtool
 GNU_CONFIGURE=	yes

Modified: head/devel/liblas12/pkg-descr
==============================================================================
--- head/devel/liblas12/pkg-descr	Fri Jan 24 09:26:31 2020	(r523958)
+++ head/devel/liblas12/pkg-descr	Fri Jan 24 09:30:25 2020	(r523959)
@@ -3,4 +3,4 @@ libLAS is a BSD library for reading and writing ASPRS 
 and the LAS format is a sequential binary format used to store data from
 sensors and as intermediate processing storage by some applications.
 
-WWW: http://liblas.org/
+WWW: https://liblas.org/


More information about the svn-ports-head mailing list