databases/sfcgal: Update to 1.4.1
Changes: - https://gitlab.com/Oslandia/SFCGAL/-/blob/master/NEWS#L1-9
This commit is contained in:
parent
bc31ad9ddc
commit
2bfde39016
7 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue