Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2020 15:58:04 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532134 - in head/archivers/lazperf: . files
Message-ID:  <202004191558.03JFw4Kv062554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lbartoletti
Date: Sun Apr 19 15:58:04 2020
New Revision: 532134
URL: https://svnweb.freebsd.org/changeset/ports/532134

Log:
  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

Deleted:
  head/archivers/lazperf/files/
Modified:
  head/archivers/lazperf/Makefile
  head/archivers/lazperf/distinfo
  head/archivers/lazperf/pkg-descr

Modified: head/archivers/lazperf/Makefile
==============================================================================
--- head/archivers/lazperf/Makefile	Sun Apr 19 15:54:02 2020	(r532133)
+++ head/archivers/lazperf/Makefile	Sun Apr 19 15:58:04 2020	(r532134)
@@ -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
@@ -19,8 +18,5 @@ 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>

Modified: head/archivers/lazperf/distinfo
==============================================================================
--- head/archivers/lazperf/distinfo	Sun Apr 19 15:54:02 2020	(r532133)
+++ head/archivers/lazperf/distinfo	Sun Apr 19 15:58:04 2020	(r532134)
@@ -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

Modified: head/archivers/lazperf/pkg-descr
==============================================================================
--- head/archivers/lazperf/pkg-descr	Sun Apr 19 15:54:02 2020	(r532133)
+++ head/archivers/lazperf/pkg-descr	Sun Apr 19 15:58:04 2020	(r532134)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004191558.03JFw4Kv062554>