Date: Mon, 16 Apr 2018 00:11:58 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467446 - in head: archivers/laszip math/pdal Message-ID: <201804160011.w3G0BwQj008536@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Mon Apr 16 00:11:58 2018 New Revision: 467446 URL: https://svnweb.freebsd.org/changeset/ports/467446 Log: archivers/laszip: Update to 3.2.2 Project has moved to Github. While here: Remove old tweaks that aren't necessary anymore. Update LICENSE. Changes: https://raw.githubusercontent.com/LASzip/LASzip/3.2.2/ChangeLog Bump PORTREVISION of dependent port (math/pdal) due shlib change. PR: 227501 Submitted by: lbartoletti@tuxfamily.org Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Modified: head/archivers/laszip/Makefile head/archivers/laszip/distinfo head/archivers/laszip/pkg-plist head/math/pdal/Makefile Modified: head/archivers/laszip/Makefile ============================================================================== --- head/archivers/laszip/Makefile Sun Apr 15 23:58:57 2018 (r467445) +++ head/archivers/laszip/Makefile Mon Apr 16 00:11:58 2018 (r467446) @@ -2,22 +2,21 @@ # $FreeBSD$ PORTNAME= laszip -PORTVERSION= 2.1.0 +PORTVERSION= 3.2.2 CATEGORIES= archivers -MASTER_SITES= http://download.osgeo.org/laszip/ MAINTAINER= rhurlin@gwdg.de COMMENT= Library for lossless LAS compression -LICENSE= LGPL3 +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes USES= cmake USE_LDCONFIG= yes -CMAKE_DEFS+= -DCMAKE_USE_PTHREADS:BOOL=ON +USE_GITHUB= yes +GH_PROJECT= LASzip -post-install: - @${LN} -s liblaszip.so.5.0.0 ${STAGEDIR}${PREFIX}/lib/liblaszip.so.5 +GNU_CONFIGURE= yes .include <bsd.port.mk> Modified: head/archivers/laszip/distinfo ============================================================================== --- head/archivers/laszip/distinfo Sun Apr 15 23:58:57 2018 (r467445) +++ head/archivers/laszip/distinfo Mon Apr 16 00:11:58 2018 (r467446) @@ -1,2 +1,3 @@ -SHA256 (laszip-2.1.0.tar.gz) = 9740d5fa081eb0002d502c484494778a3a1771aa5ceeb8493fbd3465ae6db731 -SIZE (laszip-2.1.0.tar.gz) = 660529 +TIMESTAMP = 1523747275 +SHA256 (laszip-LASzip-3.2.2_GH0.tar.gz) = 0b2e5df3b4f464da9331dfc7bd455044a656be0f2251e50be5f087417ad41876 +SIZE (laszip-LASzip-3.2.2_GH0.tar.gz) = 223670 Modified: head/archivers/laszip/pkg-plist ============================================================================== --- head/archivers/laszip/pkg-plist Sun Apr 15 23:58:57 2018 (r467445) +++ head/archivers/laszip/pkg-plist Mon Apr 16 00:11:58 2018 (r467446) @@ -1,9 +1,8 @@ -bin/laszip-config -bin/laszippertest -include/laszip/lasunzipper.hpp -include/laszip/laszip.hpp -include/laszip/laszipexport.hpp -include/laszip/laszipper.hpp +include/laszip/laszip_api_version.h +include/laszip/laszip_api.h +lib/liblaszip_api.so +lib/liblaszip_api.so.8 +lib/liblaszip_api.so.8.0.0 lib/liblaszip.so -lib/liblaszip.so.5 -lib/liblaszip.so.5.0.0 +lib/liblaszip.so.8 +lib/liblaszip.so.8.0.0 Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Sun Apr 15 23:58:57 2018 (r467445) +++ head/math/pdal/Makefile Mon Apr 16 00:11:58 2018 (r467446) @@ -3,7 +3,7 @@ PORTNAME= pdal DISTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804160011.w3G0BwQj008536>