databases/postgresql15-server: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-02-13 11:40:19 +01:00
parent b9253b1739
commit dd0e30c423
4 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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