You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
pg-pointcloud: add PostgreSQL 17 subport
This commit is contained in:
committed by
Renee Otten
parent
84c104debc
commit
dd57220fc4
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user