diff options
Diffstat (limited to 'databases/postgresql16-server')
-rw-r--r-- | databases/postgresql16-server/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql16-server/distinfo | 6 | ||||
-rw-r--r-- | databases/postgresql16-server/pkg-plist-plperl | 1 | ||||
-rw-r--r-- | databases/postgresql16-server/pkg-plist-plpython | 1 | ||||
-rw-r--r-- | databases/postgresql16-server/pkg-plist-server | 12 |
5 files changed, 19 insertions, 5 deletions
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 |