svn commit: r526356 - head/devel/liblas

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 17 09:31:27 UTC 2020


Author: amdmi3
Date: Mon Feb 17 09:31:26 2020
New Revision: 526356
URL: https://svnweb.freebsd.org/changeset/ports/526356

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

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

Modified: head/devel/liblas/Makefile
==============================================================================
--- head/devel/liblas/Makefile	Mon Feb 17 09:17:52 2020	(r526355)
+++ head/devel/liblas/Makefile	Mon Feb 17 09:31:26 2020	(r526356)
@@ -9,7 +9,9 @@ CATEGORIES=	devel
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Library For Reading And Writing LAS-Format Data
 
-LICENSE=	BSD2CLAUSE
+LICENSE=	BSD3CLAUSE BSL MIT
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libgeotiff.so:graphics/libgeotiff

Modified: head/devel/liblas/pkg-descr
==============================================================================
--- head/devel/liblas/pkg-descr	Mon Feb 17 09:17:52 2020	(r526355)
+++ head/devel/liblas/pkg-descr	Mon Feb 17 09:31:26 2020	(r526356)
@@ -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-all mailing list