Skip to content

Commit 4fce054

Browse files
committed
postgresql17: update to 17.5
Changes to be committed: modified: databases/postgresql17-server/Portfile modified: databases/postgresql17/Portfile deleted: databases/postgresql17/files/patch-strchrnul.diff upgraded variant python3 to python313 upgraded variant llvm to version 20
1 parent da2af42 commit 4fce054

File tree

3 files changed

+9
-225
lines changed

3 files changed

+9
-225
lines changed

databases/postgresql17-server/Portfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PortSystem 1.0
44

55
name postgresql17-server
6-
version 17.4
6+
version 17.5
77
revision 0
88
categories databases
99
platforms {darwin any}

databases/postgresql17/Portfile

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ PortGroup muniversal 1.0
77
PortGroup legacysupport 1.1
88

99
name postgresql17
10-
version 17.4
11-
revision 1
10+
version 17.5
11+
revision 0
1212

1313
categories databases
1414
maintainers {gmail.com:davidgilman1 @dgilman} \
@@ -28,9 +28,9 @@ homepage https://www.postgresql.org/
2828
master_sites postgresql:source/v${version}/
2929
distname postgresql-${version}
3030

31-
checksums rmd160 693312ec10edb2c21f565e736fef0c1e0529800b \
32-
sha256 c4605b73fea11963406699f949b966e5d173a7ee0ccaef8938dec0ca8a995fe7 \
33-
size 21519810
31+
checksums rmd160 7d01aace5f4f6acb310e335b732ab15e6f22a22b \
32+
sha256 fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8 \
33+
size 21595174
3434

3535
use_bzip2 yes
3636

@@ -43,9 +43,6 @@ platform darwin powerpc {
4343
patch-fix-ppc-asm.diff
4444
}
4545

46-
# https://www.postgresql.org/message-id/flat/E1tziZ6-002AW9-2C%40gemulon.postgresql.org
47-
patchfiles-append patch-strchrnul.diff
48-
4946
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib \
5047
port:libxml2 port:libxslt \
5148
path:lib/pkgconfig/icu-uc.pc:icu \
@@ -151,9 +148,9 @@ if {!${universal_possible} || ![variant_isset universal]} {
151148
}
152149

153150
variant python3 description {add support for python 3.x} {
154-
depends_lib-append port:python312
151+
depends_lib-append port:python313
155152
configure.args-append --with-python
156-
configure.python ${prefix}/bin/python3.12
153+
configure.python ${prefix}/bin/python3.13
157154
}
158155

159156
variant perl description {add Perl support} {
@@ -168,7 +165,7 @@ variant tcl description {add Tcl support} {
168165
}
169166

170167
variant llvm description {add support for JIT compilation} {
171-
set llvm_ver 19
168+
set llvm_ver 20
172169

173170
foreach clang ${compilers.clang_variants} {
174171
if { [variant_exists ${clang}] && [variant_isset ${clang}] } {

databases/postgresql17/files/patch-strchrnul.diff

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)