aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-04-17 15:19:54 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2021-04-17 15:19:54 +0000
commitc8b3d040c3de6e1579dc10fdf83538cf71a2319c (patch)
treeecc93c4ebbce380dd26a828980fc9e715bdee519
parent8625cb0619b2f049ddbb522ed3917ba96cf6deac (diff)
downloadports-c8b3d040c3de6e1579dc10fdf83538cf71a2319c.tar.gz
ports-c8b3d040c3de6e1579dc10fdf83538cf71a2319c.zip
databases/sfcgal: Update to 1.3.10
Bugfix release and prepare to graphics/cgal 5.2
-rw-r--r--databases/postgis24/Makefile2
-rw-r--r--databases/postgis25/Makefile2
-rw-r--r--databases/postgis30/Makefile2
-rw-r--r--databases/postgis31/Makefile2
-rw-r--r--databases/sfcgal/Makefile9
-rw-r--r--databases/sfcgal/distinfo6
-rw-r--r--graphics/gdal/Makefile2
7 files changed, 13 insertions, 12 deletions
diff --git a/databases/postgis24/Makefile b/databases/postgis24/Makefile
index eebfab19c71c..ea306a26cd7b 100644
--- a/databases/postgis24/Makefile
+++ b/databases/postgis24/Makefile
@@ -2,7 +2,7 @@
PORTNAME= postgis
PORTVERSION= 2.4.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 24
diff --git a/databases/postgis25/Makefile b/databases/postgis25/Makefile
index b38264cf2360..e6b6588de4f3 100644
--- a/databases/postgis25/Makefile
+++ b/databases/postgis25/Makefile
@@ -2,7 +2,7 @@
PORTNAME= postgis
PORTVERSION= 2.5.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 25
diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile
index e513cbae2869..80d58b1a5c58 100644
--- a/databases/postgis30/Makefile
+++ b/databases/postgis30/Makefile
@@ -2,7 +2,7 @@
PORTNAME= postgis
PORTVERSION= 3.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 30
diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile
index 7faf35b478d6..b3d822917dcc 100644
--- a/databases/postgis31/Makefile
+++ b/databases/postgis31/Makefile
@@ -1,6 +1,6 @@
PORTNAME= postgis
PORTVERSION= 3.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 31
diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile
index a9c6f866e4b9..fdbb8e2b53cc 100644
--- a/databases/sfcgal/Makefile
+++ b/databases/sfcgal/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sfcgal
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.8
+DISTVERSION= 1.3.10
CATEGORIES= databases math graphics
MAINTAINER= lbartoletti@FreeBSD.org
@@ -17,9 +17,10 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libmpfr.so:math/mpfr
USES= cmake compiler:c++14-lang
-USE_GITHUB= yes
-GH_ACCOUNT= Oslandia
-GH_PROJECT= SFCGAL
+USE_GITLAB= yes
+GL_ACCOUNT= Oslandia
+GL_PROJECT= SFCGAL
+GL_COMMIT= 8ec8641f0750e0fa78d70ffb5a90c3cab94e03d9
USE_LDCONFIG= yes
PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R}
diff --git a/databases/sfcgal/distinfo b/databases/sfcgal/distinfo
index 7ddd35419516..bf3e8818ba00 100644
--- a/databases/sfcgal/distinfo
+++ b/databases/sfcgal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593440266
-SHA256 (Oslandia-SFCGAL-v1.3.8_GH0.tar.gz) = 5154bfc67a5e99d95cb653d70d2b9d9293d3deb3c8f18b938a33d68fec488a6d
-SIZE (Oslandia-SFCGAL-v1.3.8_GH0.tar.gz) = 2480730
+TIMESTAMP = 1618642307
+SHA256 (Oslandia-SFCGAL-8ec8641f0750e0fa78d70ffb5a90c3cab94e03d9_GL0.tar.gz) = 0793963dbff1f2f641dd587fa9a663426f7a44e8af002336e94f634da6f81b0e
+SIZE (Oslandia-SFCGAL-8ec8641f0750e0fa78d70ffb5a90c3cab94e03d9_GL0.tar.gz) = 2524226
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index ebf8f50614a6..dcf8ff2a6cad 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gdal
PORTVERSION= 3.2.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \
LOCAL/sunpoet