git: 2bfde3901665 - main - databases/sfcgal: Update to 1.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jan 2022 17:24:37 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bfde3901665064bc03916e0bb46d15f8bb1c29f commit 2bfde3901665064bc03916e0bb46d15f8bb1c29f Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-01-27 16:45:05 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-01-27 17:24:32 +0000 databases/sfcgal: Update to 1.4.1 Changes: - https://gitlab.com/Oslandia/SFCGAL/-/blob/master/NEWS#L1-9 --- databases/postgis30/Makefile | 2 +- databases/postgis31/Makefile | 2 +- databases/postgis32/Makefile | 2 +- databases/sfcgal/Makefile | 5 ++--- databases/sfcgal/distinfo | 6 +++--- databases/sfcgal/pkg-plist | 1 + graphics/gdal/Makefile | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile index 1f99f3e1ea49..aadca34f2ff6 100644 --- a/databases/postgis30/Makefile +++ b/databases/postgis30/Makefile @@ -2,7 +2,7 @@ PORTNAME= postgis PORTVERSION= 3.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 30 diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile index 19a2824d1f84..fc0c263b9249 100644 --- a/databases/postgis31/Makefile +++ b/databases/postgis31/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis PORTVERSION= 3.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 31 diff --git a/databases/postgis32/Makefile b/databases/postgis32/Makefile index c6d16eedd638..601857d2d0f4 100644 --- a/databases/postgis32/Makefile +++ b/databases/postgis32/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 32 diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index 35a4e462d405..173746367ebf 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -2,8 +2,7 @@ PORTNAME= sfcgal DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 -PORTREVISION= 1 +DISTVERSION= 1.4.1 CATEGORIES= databases math graphics MAINTAINER= lbartoletti@FreeBSD.org @@ -21,7 +20,7 @@ USES= cmake compiler:c++14-lang USE_GITLAB= yes GL_ACCOUNT= Oslandia GL_PROJECT= SFCGAL -GL_COMMIT= 815d5097f684dbc48b22041bf2047beab36df0a1 +GL_COMMIT= 2d6a1a89552f14fe2926038b7237686bb9e5472e USE_LDCONFIG= yes PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R} DEBUG_SUFFIX=${WITH_DEBUG:Dd} diff --git a/databases/sfcgal/distinfo b/databases/sfcgal/distinfo index bc1b4fb720ad..f79b429a02e3 100644 --- a/databases/sfcgal/distinfo +++ b/databases/sfcgal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631629768 -SHA256 (Oslandia-SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1_GL0.tar.gz) = ab0e3b327d79edc01f549ed8de9006f8262cf56135bfe2dff7db35cb7a339307 -SIZE (Oslandia-SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1_GL0.tar.gz) = 2418077 +TIMESTAMP = 1643299186 +SHA256 (Oslandia-SFCGAL-2d6a1a89552f14fe2926038b7237686bb9e5472e_GL0.tar.gz) = e643d51a16ea1c36291e8e371ea8096a59997506bda24945cac364e5b3391ede +SIZE (Oslandia-SFCGAL-2d6a1a89552f14fe2926038b7237686bb9e5472e_GL0.tar.gz) = 2423030 diff --git a/databases/sfcgal/pkg-plist b/databases/sfcgal/pkg-plist index 25773cd84127..86bc885719e1 100644 --- a/databases/sfcgal/pkg-plist +++ b/databases/sfcgal/pkg-plist @@ -23,6 +23,7 @@ include/SFCGAL/TriangulatedSurface.h include/SFCGAL/Validity.h include/SFCGAL/algorithm/BoundaryVisitor.h include/SFCGAL/algorithm/ConsistentOrientationBuilder.h +include/SFCGAL/algorithm/alphaShapes.h include/SFCGAL/algorithm/area.h include/SFCGAL/algorithm/collect.h include/SFCGAL/algorithm/collectionExtract.h diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index d7099c73fbf0..54a24062f3ce 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -2,7 +2,7 @@ PORTNAME= gdal PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet