git: 0261df216bad - main - databases/sfcgal: Update to 1.4.0
Loïc Bartoletti
lbartoletti at FreeBSD.org
Tue Sep 14 19:45:16 UTC 2021
The branch main has been updated by lbartoletti:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0261df216badba79d859d9a0ae086344ae8c1f61
commit 0261df216badba79d859d9a0ae086344ae8c1f61
Author: Loïc Bartoletti <lbartoletti at FreeBSD.org>
AuthorDate: 2021-09-14 19:24:03 +0000
Commit: Loïc Bartoletti <lbartoletti at FreeBSD.org>
CommitDate: 2021-09-14 19:24:03 +0000
databases/sfcgal: Update to 1.4.0
Changes:
- https://gitlab.com/Oslandia/SFCGAL/-/blob/master/NEWS#L1-5
---
databases/postgis24/Makefile | 2 +-
databases/postgis25/Makefile | 2 +-
databases/postgis30/Makefile | 1 +
databases/postgis31/Makefile | 1 +
databases/sfcgal/Makefile | 5 ++---
databases/sfcgal/distinfo | 6 +++---
databases/sfcgal/pkg-plist | 1 -
graphics/gdal/Makefile | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/databases/postgis24/Makefile b/databases/postgis24/Makefile
index 495499ed8418..2d2d968c1817 100644
--- a/databases/postgis24/Makefile
+++ b/databases/postgis24/Makefile
@@ -2,7 +2,7 @@
PORTNAME= postgis
PORTVERSION= 2.4.9
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 24
diff --git a/databases/postgis25/Makefile b/databases/postgis25/Makefile
index f3f4b4b7fa33..6bbd4a7ec419 100644
--- a/databases/postgis25/Makefile
+++ b/databases/postgis25/Makefile
@@ -2,7 +2,7 @@
PORTNAME= postgis
PORTVERSION= 2.5.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 25
diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile
index 52476219470c..dc7ee4711311 100644
--- a/databases/postgis30/Makefile
+++ b/databases/postgis30/Makefile
@@ -2,6 +2,7 @@
PORTNAME= postgis
PORTVERSION= 3.0.4
+PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 30
diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile
index 759ebde74498..62381dc06b0f 100644
--- a/databases/postgis31/Makefile
+++ b/databases/postgis31/Makefile
@@ -1,5 +1,6 @@
PORTNAME= postgis
PORTVERSION= 3.1.4
+PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 31
diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile
index df6e05c0d89c..e98a2907145e 100644
--- a/databases/sfcgal/Makefile
+++ b/databases/sfcgal/Makefile
@@ -2,8 +2,7 @@
PORTNAME= sfcgal
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.10
-PORTREVISION= 2
+DISTVERSION= 1.4.0
CATEGORIES= databases math graphics
MAINTAINER= lbartoletti at FreeBSD.org
@@ -21,7 +20,7 @@ USES= cmake compiler:c++14-lang
USE_GITLAB= yes
GL_ACCOUNT= Oslandia
GL_PROJECT= SFCGAL
-GL_COMMIT= 8ec8641f0750e0fa78d70ffb5a90c3cab94e03d9
+GL_COMMIT= 815d5097f684dbc48b22041bf2047beab36df0a1
USE_LDCONFIG= yes
PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R}
diff --git a/databases/sfcgal/distinfo b/databases/sfcgal/distinfo
index bf3e8818ba00..bc1b4fb720ad 100644
--- a/databases/sfcgal/distinfo
+++ b/databases/sfcgal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618642307
-SHA256 (Oslandia-SFCGAL-8ec8641f0750e0fa78d70ffb5a90c3cab94e03d9_GL0.tar.gz) = 0793963dbff1f2f641dd587fa9a663426f7a44e8af002336e94f634da6f81b0e
-SIZE (Oslandia-SFCGAL-8ec8641f0750e0fa78d70ffb5a90c3cab94e03d9_GL0.tar.gz) = 2524226
+TIMESTAMP = 1631629768
+SHA256 (Oslandia-SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1_GL0.tar.gz) = ab0e3b327d79edc01f549ed8de9006f8262cf56135bfe2dff7db35cb7a339307
+SIZE (Oslandia-SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1_GL0.tar.gz) = 2418077
diff --git a/databases/sfcgal/pkg-plist b/databases/sfcgal/pkg-plist
index 80c5eee2c2c1..62420bb598d7 100644
--- a/databases/sfcgal/pkg-plist
+++ b/databases/sfcgal/pkg-plist
@@ -61,7 +61,6 @@ include/SFCGAL/detail/ForceValidityVisitor.h
include/SFCGAL/detail/GeometrySet.h
include/SFCGAL/detail/GetPointsVisitor.h
include/SFCGAL/detail/Interval.h
-include/SFCGAL/detail/Point_inside_polyhedron.h
include/SFCGAL/detail/TestGeometry.h
include/SFCGAL/detail/TypeForDimension.h
include/SFCGAL/detail/algorithm/coversPoints.h
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index bcf0c4254783..c89de3907316 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gdal
PORTVERSION= 3.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \
LOCAL/sunpoet
More information about the dev-commits-ports-all
mailing list