Date: Thu, 25 Jul 2024 16:41:16 GMT From: =?utf-8?Q?Lo=C3=AFc?= Bartoletti <lbartoletti@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cd58d2b8cba3 - main - databases/sfcgal: Update to 1.5.2 Message-ID: <202407251641.46PGfGpM045433@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=cd58d2b8cba3da049fbf559008780bc73032b2e3 commit cd58d2b8cba3da049fbf559008780bc73032b2e3 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2024-07-25 16:40:56 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2024-07-25 16:41:11 +0000 databases/sfcgal: Update to 1.5.2 --- databases/postgis31/Makefile | 2 +- databases/postgis32/Makefile | 2 +- databases/postgis33/Makefile | 2 +- databases/postgis34/Makefile | 2 +- databases/sfcgal/Makefile | 9 ++++----- databases/sfcgal/distinfo | 10 +++++----- 6 files changed, 13 insertions(+), 14 deletions(-) diff --git a/databases/postgis31/Makefile b/databases/postgis31/Makefile index 2d2f8dbad6b4..90ec1de4166a 100644 --- a/databases/postgis31/Makefile +++ b/databases/postgis31/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis PORTVERSION= 3.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 31 diff --git a/databases/postgis32/Makefile b/databases/postgis32/Makefile index c6d023a2e94a..7b3894096aed 100644 --- a/databases/postgis32/Makefile +++ b/databases/postgis32/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 32 diff --git a/databases/postgis33/Makefile b/databases/postgis33/Makefile index d3005b4132b9..3ad5420cd2a0 100644 --- a/databases/postgis33/Makefile +++ b/databases/postgis33/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 33 diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile index 63d43ef15ca0..85cae8ea5d4d 100644 --- a/databases/postgis34/Makefile +++ b/databases/postgis34/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgis DISTVERSION= 3.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ PKGNAMESUFFIX= 34 diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index 802f30aecfb8..c89467dcb721 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -1,11 +1,10 @@ PORTNAME= sfcgal DISTVERSIONPREFIX= v -DISTVERSION= 1.5.1 -PORTREVISION= 1 +DISTVERSION= 1.5.2 CATEGORIES= databases math graphics -MASTER_SITES= https://github.com/CGAL/cgal/releases/download/v5.6/:source1 -DISTFILES= CGAL-5.6.tar.xz:source1 +MASTER_SITES= https://github.com/CGAL/cgal/releases/download/v5.6.1/:source1 +DISTFILES= CGAL-5.6.1.tar.xz:source1 MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Wrapper library around CGAL for PostGIS @@ -26,6 +25,6 @@ USE_LDCONFIG= yes PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R} DEBUG_SUFFIX=${WITH_DEBUG:Dd} -CMAKE_ARGS+= -DCGAL_DIR=${WRKDIR}/CGAL-5.6 +CMAKE_ARGS+= -DCGAL_DIR=${WRKDIR}/CGAL-5.6.1 .include <bsd.port.mk> diff --git a/databases/sfcgal/distinfo b/databases/sfcgal/distinfo index a595a5c08f63..996cb98a8e5a 100644 --- a/databases/sfcgal/distinfo +++ b/databases/sfcgal/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1703228116 -SHA256 (CGAL-5.6.tar.xz) = dcab9b08a50a06a7cc2cc69a8a12200f8d8f391b9b8013ae476965c10b45161f -SIZE (CGAL-5.6.tar.xz) = 24874364 -SHA256 (SFCGAL-v1.5.1.tar.bz2) = 79f3296f956d1a51885e1fe9d9d16bc305b0556323867856ce4e8e5d3184301c -SIZE (SFCGAL-v1.5.1.tar.bz2) = 2322830 +TIMESTAMP = 1721922538 +SHA256 (CGAL-5.6.1.tar.xz) = cdb15e7ee31e0663589d3107a79988a37b7b1719df3d24f2058545d1bcdd5837 +SIZE (CGAL-5.6.1.tar.xz) = 24893904 +SHA256 (SFCGAL-v1.5.2.tar.bz2) = ed5baf4802eb44a07f098b2f0be8571f3e89079cef6f5c8f9a276aa96b9b5936 +SIZE (SFCGAL-v1.5.2.tar.bz2) = 2505610
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407251641.46PGfGpM045433>