Skip to content

Commit

Permalink
postgresql12: version bump to 12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkiwahlstedt committed Sep 16, 2021
1 parent e341409 commit 9ee81ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions databases/postgresql12-doc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortSystem 1.0
name postgresql12-doc
conflicts postgresql96-doc postgresql10-doc postgresql11-doc \
postgresql13-doc
version 12.7
version 12.8
categories databases
platforms darwin
maintainers {jwa @jyrkiwahlstedt}
Expand All @@ -22,9 +22,9 @@ master_sites postgresql:source/v${version}
distname postgresql-${version}
set rname postgresql12

checksums rmd160 7a8e2a19b372076498782ae7f8285826d5f5fdc7 \
sha256 8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995 \
size 20819005
checksums rmd160 10e70f2d366d6d52e6b33a8685f2e3721705ffcc \
sha256 e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a \
size 20849478

use_bzip2 yes
dist_subdir ${rname}
Expand Down
2 changes: 1 addition & 1 deletion databases/postgresql12-server/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name postgresql12-server
version 12.7
version 12.8
categories databases
platforms darwin
maintainers {jwa @jyrkiwahlstedt}
Expand Down
8 changes: 4 additions & 4 deletions databases/postgresql12/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PortGroup muniversal 1.0

#remember to update the -doc and -server as well
name postgresql12
version 12.7
version 12.8
revision 0

categories databases
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 7a8e2a19b372076498782ae7f8285826d5f5fdc7 \
sha256 8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995 \
size 20819005
checksums rmd160 10e70f2d366d6d52e6b33a8685f2e3721705ffcc \
sha256 e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a \
size 20849478

use_bzip2 yes

Expand Down
2 changes: 2 additions & 0 deletions databases/postgresql12/files/postgresql12
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lib/postgresql12/bin/dropuser
lib/postgresql12/bin/ecpg
lib/postgresql12/bin/initdb
lib/postgresql12/bin/oid2name
-
lib/postgresql12/bin/pg_archivecleanup
lib/postgresql12/bin/pg_basebackup
lib/postgresql12/bin/pg_checksums
Expand All @@ -28,6 +29,7 @@ lib/postgresql12/bin/pg_standby
lib/postgresql12/bin/pg_test_fsync
lib/postgresql12/bin/pg_test_timing
lib/postgresql12/bin/pg_upgrade
-
lib/postgresql12/bin/pg_waldump
-
lib/postgresql12/bin/pgbench
Expand Down

0 comments on commit 9ee81ae

Please sign in to comment.