Skip to content

postgresql: version updates #28382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions databases/postgresql14/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PortGroup muniversal 1.0

#remember to update the -doc and -server as well
name postgresql14
version 14.17
revision 1
version 14.18
revision 0

categories databases
maintainers {gmail.com:davidgilman1 @dgilman} \
Expand All @@ -27,9 +27,9 @@ master_sites http://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org
postgresql:source/v${version}/
distname postgresql-${version}

checksums rmd160 58f979d80e63ad5b340570619634489ba8b7f3d2 \
sha256 6ce0ccd6403bf7f0f2eddd333e2ee9ba02edfa977c66660ed9b4b1057e7630a1 \
size 22488812
checksums rmd160 2f8fb562333968c53c677d99671fba5ca57149e0 \
sha256 83ab29d6bfc3dc58b2ed3c664114fdfbeb6a0450c4b8d7fa69aee91e3ca14f8e \
size 22503241

use_bzip2 yes

Expand All @@ -43,9 +43,6 @@ platform darwin powerpc {
patchfiles-append patch-icu.diff
}

# https://www.postgresql.org/message-id/flat/E1tziZ6-002AW9-2C%40gemulon.postgresql.org
patchfiles-append patch-strchrnul.diff

depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt path:lib/pkgconfig/icu-uc.pc:icu path:lib/libgssapi_krb5.dylib:kerberos5
depends_build port:bison port:pkgconfig
depends_run port:postgresql_select-14
Expand Down
187 changes: 0 additions & 187 deletions databases/postgresql14/files/patch-strchrnul.diff

This file was deleted.

13 changes: 5 additions & 8 deletions databases/postgresql15/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PortGroup muniversal 1.0

#remember to update the -doc and -server as well
name postgresql15
version 15.12
revision 1
version 15.13
revision 0

categories databases
maintainers {gmail.com:davidgilman1 @dgilman} \
Expand All @@ -27,18 +27,15 @@ master_sites http://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org
postgresql:source/v${version}/
distname postgresql-${version}

checksums rmd160 f3b4728a7f40ce24c9c5c6e15e198200c0975f8d \
sha256 3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7 \
size 23170228
checksums rmd160 fd01093d6114c6840572e781e351a4b1d2ae7313 \
sha256 4f62e133d22ea08a0401b0840920e26698644d01a80c34341fb732dd0a90ca5d \
size 23190593

use_bzip2 yes

# do not build man or html files (use postgresqlXY-doc instead)
patchfiles-append patch-no_doc.diff

# https://www.postgresql.org/message-id/flat/E1tziZ6-002AW9-2C%40gemulon.postgresql.org
patchfiles-append patch-strchrnul.diff

# https://trac.macports.org/ticket/66060
# https://trac.macports.org/ticket/67365
# https://postgrespro.ru/list/thread-id/2551610
Expand Down
Loading