diff options
Diffstat (limited to 'databases')
21 files changed, 47 insertions, 25 deletions
diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index b4eeef18d80e..9a8fc4370856 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -1,7 +1,7 @@ -DISTVERSION?= 12.17 +DISTVERSION?= 12.18 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 4 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql12-server/distinfo b/databases/postgresql12-server/distinfo index b8e619812155..3c9545cf422b 100644 --- a/databases/postgresql12-server/distinfo +++ b/databases/postgresql12-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699348855 -SHA256 (postgresql/postgresql-12.17.tar.bz2) = 93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6 -SIZE (postgresql/postgresql-12.17.tar.bz2) = 21181616 +TIMESTAMP = 1707301238 +SHA256 (postgresql/postgresql-12.18.tar.bz2) = 4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a +SIZE (postgresql/postgresql-12.18.tar.bz2) = 21208935 diff --git a/databases/postgresql12-server/pkg-plist-plperl b/databases/postgresql12-server/pkg-plist-plperl index 93081938fd08..1917659bd9e2 100644 --- a/databases/postgresql12-server/pkg-plist-plperl +++ b/databases/postgresql12-server/pkg-plist-plperl @@ -1,5 +1,6 @@ include/postgresql/server/plperl.h include/postgresql/server/plperl_helpers.h +include/postgresql/server/plperl_system.h include/postgresql/server/ppport.h %%DATADIR%%/extension/plperlu--1.0.sql %%DATADIR%%/extension/plperl.control diff --git a/databases/postgresql12-server/pkg-plist-plpython b/databases/postgresql12-server/pkg-plist-plpython index 8ecdbbea15a3..120047bc6e0d 100644 --- a/databases/postgresql12-server/pkg-plist-plpython +++ b/databases/postgresql12-server/pkg-plist-plpython @@ -11,6 +11,7 @@ include/postgresql/server/plpy_subxactobject.h include/postgresql/server/plpy_typeio.h include/postgresql/server/plpy_util.h include/postgresql/server/plpython.h +include/postgresql/server/plpython_system.h lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk %%DOCSDIR%%/README-plpython %%PYTHON2%%lib/postgresql/plpython2.so diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile index 4dbb622c7dc0..7270ba17d2b6 100644 --- a/databases/postgresql13-server/Makefile +++ b/databases/postgresql13-server/Makefile @@ -1,7 +1,7 @@ -DISTVERSION?= 13.13 +DISTVERSION?= 13.14 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 4 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql13-server/distinfo b/databases/postgresql13-server/distinfo index 2f8361552e7d..80076e8078ef 100644 --- a/databases/postgresql13-server/distinfo +++ b/databases/postgresql13-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699348856 -SHA256 (postgresql/postgresql-13.13.tar.bz2) = 8af69c2599047a2ad246567d68ec4131aef116954d8c3e469e9789080b37a474 -SIZE (postgresql/postgresql-13.13.tar.bz2) = 21563452 +TIMESTAMP = 1707301284 +SHA256 (postgresql/postgresql-13.14.tar.bz2) = b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed +SIZE (postgresql/postgresql-13.14.tar.bz2) = 21584146 diff --git a/databases/postgresql13-server/pkg-plist-plperl b/databases/postgresql13-server/pkg-plist-plperl index 865e061d1efc..d2b1c7fd3143 100644 --- a/databases/postgresql13-server/pkg-plist-plperl +++ b/databases/postgresql13-server/pkg-plist-plperl @@ -1,5 +1,6 @@ include/postgresql/server/plperl.h include/postgresql/server/plperl_helpers.h +include/postgresql/server/plperl_system.h include/postgresql/server/ppport.h %%DATADIR%%/extension/plperlu--1.0.sql %%DATADIR%%/extension/plperl.control diff --git a/databases/postgresql13-server/pkg-plist-plpython b/databases/postgresql13-server/pkg-plist-plpython index c7e8217d6332..6ae61647b4c7 100644 --- a/databases/postgresql13-server/pkg-plist-plpython +++ b/databases/postgresql13-server/pkg-plist-plpython @@ -11,6 +11,7 @@ include/postgresql/server/plpy_subxactobject.h include/postgresql/server/plpy_typeio.h include/postgresql/server/plpy_util.h include/postgresql/server/plpython.h +include/postgresql/server/plpython_system.h lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk %%DOCSDIR%%/README-plpython %%PYTHON2%%lib/postgresql/plpython2.so diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index 6339cff9b431..a4599c1bb31c 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,7 +1,7 @@ -DISTVERSION?= 14.10 +DISTVERSION?= 14.11 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 4 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql14-server/distinfo b/databases/postgresql14-server/distinfo index 8362998bebfa..6d31689b1b7b 100644 --- a/databases/postgresql14-server/distinfo +++ b/databases/postgresql14-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699348833 -SHA256 (postgresql/postgresql-14.10.tar.bz2) = c99431c48e9d470b0d0ab946eb2141a3cd19130c2fb4dc4b3284a7774ecc8399 -SIZE (postgresql/postgresql-14.10.tar.bz2) = 22298652 +TIMESTAMP = 1707301184 +SHA256 (postgresql/postgresql-14.11.tar.bz2) = a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8 +SIZE (postgresql/postgresql-14.11.tar.bz2) = 22354758 diff --git a/databases/postgresql14-server/pkg-plist-plperl b/databases/postgresql14-server/pkg-plist-plperl index 865e061d1efc..d2b1c7fd3143 100644 --- a/databases/postgresql14-server/pkg-plist-plperl +++ b/databases/postgresql14-server/pkg-plist-plperl @@ -1,5 +1,6 @@ include/postgresql/server/plperl.h include/postgresql/server/plperl_helpers.h +include/postgresql/server/plperl_system.h include/postgresql/server/ppport.h %%DATADIR%%/extension/plperlu--1.0.sql %%DATADIR%%/extension/plperl.control diff --git a/databases/postgresql14-server/pkg-plist-plpython b/databases/postgresql14-server/pkg-plist-plpython index c7e8217d6332..6ae61647b4c7 100644 --- a/databases/postgresql14-server/pkg-plist-plpython +++ b/databases/postgresql14-server/pkg-plist-plpython @@ -11,6 +11,7 @@ include/postgresql/server/plpy_subxactobject.h include/postgresql/server/plpy_typeio.h include/postgresql/server/plpy_util.h include/postgresql/server/plpython.h +include/postgresql/server/plpython_system.h lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk %%DOCSDIR%%/README-plpython %%PYTHON2%%lib/postgresql/plpython2.so diff --git a/databases/postgresql15-server/Makefile b/databases/postgresql15-server/Makefile index a984c109a57b..73cdb6c2b2da 100644 --- a/databases/postgresql15-server/Makefile +++ b/databases/postgresql15-server/Makefile @@ -1,7 +1,7 @@ -DISTVERSION?= 15.5 +DISTVERSION?= 15.6 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 4 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql15-server/distinfo b/databases/postgresql15-server/distinfo index 0501a34076e9..b23b22c9acc4 100644 --- a/databases/postgresql15-server/distinfo +++ b/databases/postgresql15-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699348858 -SHA256 (postgresql/postgresql-15.5.tar.bz2) = 8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6 -SIZE (postgresql/postgresql-15.5.tar.bz2) = 23091780 +TIMESTAMP = 1707301241 +SHA256 (postgresql/postgresql-15.6.tar.bz2) = 8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb +SIZE (postgresql/postgresql-15.6.tar.bz2) = 23093967 diff --git a/databases/postgresql15-server/pkg-plist-plperl b/databases/postgresql15-server/pkg-plist-plperl index 865e061d1efc..d2b1c7fd3143 100644 --- a/databases/postgresql15-server/pkg-plist-plperl +++ b/databases/postgresql15-server/pkg-plist-plperl @@ -1,5 +1,6 @@ include/postgresql/server/plperl.h include/postgresql/server/plperl_helpers.h +include/postgresql/server/plperl_system.h include/postgresql/server/ppport.h %%DATADIR%%/extension/plperlu--1.0.sql %%DATADIR%%/extension/plperl.control diff --git a/databases/postgresql15-server/pkg-plist-plpython b/databases/postgresql15-server/pkg-plist-plpython index 127072f6e5cd..23631de669b7 100644 --- a/databases/postgresql15-server/pkg-plist-plpython +++ b/databases/postgresql15-server/pkg-plist-plpython @@ -11,6 +11,7 @@ include/postgresql/server/plpy_subxactobject.h include/postgresql/server/plpy_typeio.h include/postgresql/server/plpy_util.h include/postgresql/server/plpython.h +include/postgresql/server/plpython_system.h %%DOCSDIR%%/README-plpython %%PYTHON2%%lib/postgresql/plpython2.so %%PYTHON3%%lib/postgresql/plpython3.so diff --git a/databases/postgresql16-server/Makefile b/databases/postgresql16-server/Makefile index 171582090a1f..bb6e623c3449 100644 --- a/databases/postgresql16-server/Makefile +++ b/databases/postgresql16-server/Makefile @@ -1,8 +1,8 @@ PORTNAME?= postgresql -DISTVERSION?= 16.1 +DISTVERSION?= 16.2 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 5 +PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} diff --git a/databases/postgresql16-server/distinfo b/databases/postgresql16-server/distinfo index a3e9d5e6944b..bb2283ecf3ea 100644 --- a/databases/postgresql16-server/distinfo +++ b/databases/postgresql16-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699348859 -SHA256 (postgresql/postgresql-16.1.tar.bz2) = ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec -SIZE (postgresql/postgresql-16.1.tar.bz2) = 24605482 +TIMESTAMP = 1707301242 +SHA256 (postgresql/postgresql-16.2.tar.bz2) = 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952 +SIZE (postgresql/postgresql-16.2.tar.bz2) = 24711703 diff --git a/databases/postgresql16-server/pkg-plist-plperl b/databases/postgresql16-server/pkg-plist-plperl index 5d58348976e4..67112b25bfb0 100644 --- a/databases/postgresql16-server/pkg-plist-plperl +++ b/databases/postgresql16-server/pkg-plist-plperl @@ -1,5 +1,6 @@ include/postgresql/server/plperl.h include/postgresql/server/ppport.h +include/postgresql/server/plperl_system.h %%DATADIR%%/extension/plperlu--1.0.sql %%DATADIR%%/extension/plperl.control %%DATADIR%%/extension/plperl--1.0.sql diff --git a/databases/postgresql16-server/pkg-plist-plpython b/databases/postgresql16-server/pkg-plist-plpython index 127072f6e5cd..23631de669b7 100644 --- a/databases/postgresql16-server/pkg-plist-plpython +++ b/databases/postgresql16-server/pkg-plist-plpython @@ -11,6 +11,7 @@ include/postgresql/server/plpy_subxactobject.h include/postgresql/server/plpy_typeio.h include/postgresql/server/plpy_util.h include/postgresql/server/plpython.h +include/postgresql/server/plpython_system.h %%DOCSDIR%%/README-plpython %%PYTHON2%%lib/postgresql/plpython2.so %%PYTHON3%%lib/postgresql/plpython3.so diff --git a/databases/postgresql16-server/pkg-plist-server b/databases/postgresql16-server/pkg-plist-server index 15e097d66a86..7e434ac68e7b 100644 --- a/databases/postgresql16-server/pkg-plist-server +++ b/databases/postgresql16-server/pkg-plist-server @@ -1038,6 +1038,18 @@ lib/postgresql/utf8_and_win.so %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/initdb-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_archivecleanup-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_basebackup-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_checksums-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_controldata-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_ctl-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_resetwal-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_rewind-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_test_fsync-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_test_timing-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_upgrade-%%PG_VERSION%%.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_waldump-%%PG_VERSION%%.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/plpgsql-%%PG_VERSION%%.mo %%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan %%TZDATA%%%%DATADIR%%/timezone/Africa/Accra |