summaryrefslogtreecommitdiff
path: root/databases/sfcgal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sfcgal/Makefile')
-rw-r--r--databases/sfcgal/Makefile9
1 files changed, 4 insertions, 5 deletions
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>