aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-09-14 19:24:03 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-09-14 19:24:03 +0000
commit0261df216badba79d859d9a0ae086344ae8c1f61 (patch)
tree1240f8f5e9e5139508980bd9ff576f04d16168fb
parent3e31cff62e9e6d241f9a93df7fd289352ac8ef16 (diff)
databases/sfcgal: Update to 1.4.0
-rw-r--r--databases/postgis24/Makefile2
-rw-r--r--databases/postgis25/Makefile2
-rw-r--r--databases/postgis30/Makefile1
-rw-r--r--databases/postgis31/Makefile1
-rw-r--r--databases/sfcgal/Makefile5
-rw-r--r--databases/sfcgal/distinfo6
-rw-r--r--databases/sfcgal/pkg-plist1
-rw-r--r--graphics/gdal/Makefile2
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@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