summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-04-19 15:58:04 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-04-19 15:58:04 +0000
commit81b4bf9a504f74db8afa99995b69c2d55ec1d4b1 (patch)
treeeedc5a0b23d876af2635e766f2f1d7d6e10fbd62
parent7c65f67343f494504603ec87a699ff98f4096d61 (diff)
downloadfreebsd-ports-81b4bf9a504f74db8afa99995b69c2d55ec1d4b1.zip
archivers/lazperf: Update to 1.4.4
- Update to 1.4.4 - remove a whitespace before end of line in pkg-descr (pet portlint) - delete files/patch-laz-perf_portable__endian.hpp patched upstream Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24481
-rw-r--r--archivers/lazperf/Makefile6
-rw-r--r--archivers/lazperf/distinfo6
-rw-r--r--archivers/lazperf/files/patch-laz-perf_portable__endian.hpp16
-rw-r--r--archivers/lazperf/pkg-descr4
4 files changed, 6 insertions, 26 deletions
diff --git a/archivers/lazperf/Makefile b/archivers/lazperf/Makefile
index 766b34eb429d..fb3e7ccc387b 100644
--- a/archivers/lazperf/Makefile
+++ b/archivers/lazperf/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= lazperf
-DISTVERSION= 1.3.0
-PORTREVISION= 2
+DISTVERSION= 1.4.4
CATEGORIES= archivers databases geography
MAINTAINER= lbartoletti@FreeBSD.org
@@ -20,7 +19,4 @@ GH_PROJECT= laz-perf
CMAKE_OFF= WITH_TESTS
NO_ARCH= yes
-post-patch:
- @${RM} ${WRKSRC}/laz-perf/portable_endian.hpp.orig
-
.include <bsd.port.mk>
diff --git a/archivers/lazperf/distinfo b/archivers/lazperf/distinfo
index 48ceeb48c85a..9716fffbb5d1 100644
--- a/archivers/lazperf/distinfo
+++ b/archivers/lazperf/distinfo
@@ -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
diff --git a/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp b/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp
deleted file mode 100644
index 32e0c51f11bb..000000000000
--- a/archivers/lazperf/files/patch-laz-perf_portable__endian.hpp
+++ /dev/null
@@ -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 <sys/endian.h>
-
--#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
-+#elif defined(__NetBSD__) || defined(__DragonFly__)
-
- # define be16toh betoh16
- # define le16toh letoh16
diff --git a/archivers/lazperf/pkg-descr b/archivers/lazperf/pkg-descr
index 0940f061f927..14dee3184e67 100644
--- a/archivers/lazperf/pkg-descr
+++ b/archivers/lazperf/pkg-descr
@@ -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