Index: head/devel/liblas/Makefile =================================================================== --- head/devel/liblas/Makefile (revision 526355) +++ head/devel/liblas/Makefile (revision 526356) @@ -1,27 +1,29 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= liblas PORTVERSION= 1.8.1 PORTREVISION= 19 CATEGORIES= devel MAINTAINER= wen@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 PORTSCOUT= skipv:progress-20071229 USES= cmake compiler:c++11-lang libtool LDFLAGS+= -lpthread GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libLAS GH_PROJECT= ${GH_ACCOUNT} .include Index: head/devel/liblas/pkg-descr =================================================================== --- head/devel/liblas/pkg-descr (revision 526355) +++ head/devel/liblas/pkg-descr (revision 526356) @@ -1,6 +1,6 @@ libLAS is a BSD library for reading and writing ASPRS LAS version 1.0 and 1.1 data. LAS-formatted data is heavily used in LiDAR processing operations, 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/