Date: Sun, 6 Jun 2021 06:28:05 GMT From: =?utf-8?B?TG/Dr2MgQmFydG9sZXR0aQ==?= <lbartoletti@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 949f413c79a6 - main - archivers/lazperf: Update to 2.0.0 Message-ID: <202106060628.1566S5Xj009258@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=949f413c79a66ab3782ba0c161196af5e8356fac commit 949f413c79a66ab3782ba0c161196af5e8356fac Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2021-06-06 06:11:28 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2021-06-06 06:11:28 +0000 archivers/lazperf: Update to 2.0.0 Changes: - https://github.com/hobu/laz-perf/releases/tag/2.0.0 --- archivers/lazperf/Makefile | 3 +-- archivers/lazperf/distinfo | 6 +++--- archivers/lazperf/pkg-plist | 32 +++++++++----------------------- 3 files changed, 13 insertions(+), 28 deletions(-) diff --git a/archivers/lazperf/Makefile b/archivers/lazperf/Makefile index f72845ff288a..db3758d05571 100644 --- a/archivers/lazperf/Makefile +++ b/archivers/lazperf/Makefile @@ -1,7 +1,7 @@ # Created by: lbartoletti <lbartoletti@FreeBSD.org> PORTNAME= lazperf -DISTVERSION= 1.5.0 +DISTVERSION= 2.0.0 CATEGORIES= archivers databases geography MAINTAINER= lbartoletti@FreeBSD.org @@ -16,6 +16,5 @@ GH_ACCOUNT= hobu GH_PROJECT= laz-perf CMAKE_OFF= WITH_TESTS -NO_ARCH= yes .include <bsd.port.mk> diff --git a/archivers/lazperf/distinfo b/archivers/lazperf/distinfo index 544891955f06..21adcaa8d999 100644 --- a/archivers/lazperf/distinfo +++ b/archivers/lazperf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603473044 -SHA256 (hobu-laz-perf-1.5.0_GH0.tar.gz) = 75f007e18ddc8cec8c21c641c2c25ce668bcd67f0ee8cf4ebad1c740a4e21b70 -SIZE (hobu-laz-perf-1.5.0_GH0.tar.gz) = 3476337 +TIMESTAMP = 1622957308 +SHA256 (hobu-laz-perf-2.0.0_GH0.tar.gz) = 0b088e17b7ed96333fc4d791fb78d021e37a63c97fe85dff59b19a0098df6462 +SIZE (hobu-laz-perf-2.0.0_GH0.tar.gz) = 4968421 diff --git a/archivers/lazperf/pkg-plist b/archivers/lazperf/pkg-plist index de303b7e6d42..9ab1964dffe4 100644 --- a/archivers/lazperf/pkg-plist +++ b/archivers/lazperf/pkg-plist @@ -1,23 +1,9 @@ -include/laz-perf/common/common.hpp -include/laz-perf/common/types.hpp -include/laz-perf/compressor.hpp -include/laz-perf/decoder.hpp -include/laz-perf/decompressor.hpp -include/laz-perf/detail/field_extrabytes.hpp -include/laz-perf/detail/field_gpstime.hpp -include/laz-perf/detail/field_point10.hpp -include/laz-perf/detail/field_rgb.hpp -include/laz-perf/detail/field_xyz.hpp -include/laz-perf/encoder.hpp -include/laz-perf/excepts.hpp -include/laz-perf/factory.hpp -include/laz-perf/formats.hpp -include/laz-perf/io.hpp -include/laz-perf/las.hpp -include/laz-perf/main.cpp -include/laz-perf/model.hpp -include/laz-perf/portable_endian.hpp -include/laz-perf/streams.hpp -include/laz-perf/util.hpp -lib/cmake/lazperf/lazperf-config.cmake -lib/cmake/lazperf/lazperf-configVersion.cmake +include/lazperf/filestream.hpp +include/lazperf/io.hpp +include/lazperf/lazperf.hpp +include/lazperf/vlr.hpp +lib/cmake/LAZPERF/lazperf-config-version.cmake +lib/cmake/LAZPERF/lazperf-config.cmake +lib/cmake/LAZPERF/lazperf-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LAZPERF/lazperf-targets.cmake +lib/liblazperf.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106060628.1566S5Xj009258>