pg-pointcloud: add PostgreSQL 17 subport

This commit is contained in:
Nicklas Larsson
2025-07-08 21:52:54 +02:00
committed by Renee Otten
parent 84c104debc
commit dd57220fc4
+2 -2
View File
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0
github.setup pgpointcloud pointcloud 1.2.5 v
revision 3
revision 4
github.tarball_from archive
name pgpointcloud
@@ -45,7 +45,7 @@ configure.args-append \
compiler.cxx_standard 2011
# PostgreSQL subports
set postgresql_suffixes {12 13 14 15 16}
set postgresql_suffixes {12 13 14 15 16 17}
foreach v ${postgresql_suffixes} {
subport pg${v}-${name} {
set p postgresql${v}