Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2021 09:52:24 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: 9cfecc023e09 - main - archivers/lazperf: Bump PORTREVSION on all consumers
Message-ID:  <202106060952.1569qOnW085925@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=9cfecc023e09fdf091f0bfb199c27cb0cc08ad6d

commit 9cfecc023e09fdf091f0bfb199c27cb0cc08ad6d
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2021-06-06 09:33:50 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2021-06-06 09:33:50 +0000

    archivers/lazperf: Bump PORTREVSION on all consumers
    
    Lazperf has changed the name of the includes to :
    ${LOCALBASE}/include/lazperf/lazperf.hpp
    
    Fixes ports that use lazperf.
---
 databases/pointcloud/Makefile | 3 ++-
 graphics/qgis/Makefile        | 3 ++-
 math/pdal/Makefile            | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/databases/pointcloud/Makefile b/databases/pointcloud/Makefile
index e71736a5766b..92da7487ab16 100644
--- a/databases/pointcloud/Makefile
+++ b/databases/pointcloud/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	pointcloud
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases geography
 
@@ -14,7 +15,7 @@ COMMENT=	LIDAR types for PostgreSQL
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-BUILD_DEPENDS=	${LOCALBASE}/include/laz-perf/las.hpp:archivers/lazperf
+BUILD_DEPENDS=	${LOCALBASE}/include/lazperf/lazperf.hpp:archivers/lazperf
 LIB_DEPENDS=	libght.so:devel/libght
 
 USES=		autoreconf compiler:c++0x gmake gnome pgsql
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index e048cc9a013d..12203a7f9eca 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	qgis
 DISTVERSIONPREFIX=	final-
 DISTVERSION=	3_18_3
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -17,7 +18,7 @@ DEPRECATED=	Uses EOL Python 2.7 via www/qt5-webengine
 EXPIRATION_DATE=2021-06-23
 
 BUILD_DEPENDS=	gpsbabel>=1.5.4:astro/gpsbabel \
-		${LOCALBASE}/include/laz-perf/las.hpp:archivers/lazperf \
+	${LOCALBASE}/include/lazperf/lazperf.hpp:archivers/lazperf \
 		opencl>=0:devel/opencl \
 		${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.1:devel/py-dateutil@${PY_FLAVOR} \
diff --git a/math/pdal/Makefile b/math/pdal/Makefile
index f22ddc9ae0e4..c38c39b58b6c 100644
--- a/math/pdal/Makefile
+++ b/math/pdal/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	pdal
 DISTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	math databases graphics
 
 MAINTAINER=	lbartoletti@FreeBSD.org
@@ -58,7 +59,7 @@ ICEBRIDGE_LIB_DEPENDS=	libhdf5.so:science/hdf5 \
 			libsz.so:science/szip
 
 LAZPERF_CMAKE_BOOL=	WITH_LAZPERF
-LAZPERF_BUILD_DEPENDS=	${LOCALBASE}/include/laz-perf/las.hpp:archivers/lazperf
+LAZPERF_BUILD_DEPENDS=	${LOCALBASE}/include/lazperf/lazperf.hpp:archivers/lazperf
 
 MBIO_CMAKE_BOOL=	BUILD_PLUGIN_MBIO
 



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