summaryrefslogtreecommitdiff
path: root/databases/postgresql15-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/postgresql*-server: fix minor style bugs in maintenance scriptAlexey Dokuchaev2022-09-141-1/+1
| | | | | | | Convert to ASCII and trim EOL whitespace. The scripts are now identical across all PostgreSQL server versions we have in the ports. Verified by: cksum(1)
* postgresql??-server: fix regression in the rc scriptPalle Girgensohn2022-05-231-2/+2
| | | | | | | | | The rc script was converted to use a SUB_LIST variable, but I failed to introduce the variable correctly in the Makefile. [1] The plist for postgresql15-server was incorrect. Fixed this as well. PR: 264097 [1]
* databases/postgresql??-*: add postgresql-15 to the ports treePalle Girgensohn2022-05-1917-0/+526
Introduce PostgreSQL-15 to the ports tree. Make version 15 the master port, and add plist parameter for the postgresql version. Release notes: https://www.postgresql.org/docs/devel/release.html