Index: head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp =================================================================== --- head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp (revision 532133) +++ head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp (nonexistent) @@ -1,16 +0,0 @@ ---- laz-perf/portable_endian.hpp.orig 2018-07-12 13:01:41 UTC -+++ laz-perf/portable_endian.hpp -@@ -43,11 +43,11 @@ - # define __PDP_ENDIAN PDP_ENDIAN - **/ - --#elif defined(__OpenBSD__) -+#elif defined(__FreeBSD__) || defined(__OpenBSD__) - - # include - --#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) -+#elif defined(__NetBSD__) || defined(__DragonFly__) - - # define be16toh betoh16 - # define le16toh letoh16 Property changes on: head/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/archivers/lazperf/Makefile =================================================================== --- head/archivers/lazperf/Makefile (revision 532133) +++ head/archivers/lazperf/Makefile (revision 532134) @@ -1,26 +1,22 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= lazperf -DISTVERSION= 1.3.0 -PORTREVISION= 2 +DISTVERSION= 1.4.4 CATEGORIES= archivers databases geography MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Alternative LAZ implementation for C++ and JavaScript LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= hobu GH_PROJECT= laz-perf CMAKE_OFF= WITH_TESTS NO_ARCH= yes - -post-patch: - @${RM} ${WRKSRC}/laz-perf/portable_endian.hpp.orig .include Index: head/archivers/lazperf/distinfo =================================================================== --- head/archivers/lazperf/distinfo (revision 532133) +++ head/archivers/lazperf/distinfo (revision 532134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536449526 -SHA256 (hobu-laz-perf-1.3.0_GH0.tar.gz) = 9d4273206557e091a4faf7faa4867ecd7da55a116015fcbfb58d30e88570958e -SIZE (hobu-laz-perf-1.3.0_GH0.tar.gz) = 4156023 +TIMESTAMP = 1587188698 +SHA256 (hobu-laz-perf-1.4.4_GH0.tar.gz) = 9154874a1ed2490af1b7508b43ac6021825c2e50b2dff2e13cbef371c9ca664e +SIZE (hobu-laz-perf-1.4.4_GH0.tar.gz) = 3477188 Index: head/archivers/lazperf/pkg-descr =================================================================== --- head/archivers/lazperf/pkg-descr (revision 532133) +++ head/archivers/lazperf/pkg-descr (revision 532134) @@ -1,5 +1,5 @@ Alternative LAZ implementation. It supports compilation and usage in JavaScript, - usage in database contexts such as pgpointcloud and Oracle Point Cloud, and it -executes faster than the LASzip codebase. + usage in database contexts such as pgpointcloud and Oracle Point Cloud, and it + executes faster than the LASzip codebase. WWW: https://github.com/hobu/laz-perf