Adjust dependencies and use upstream pull request to work with PostgreSQL 15.

OK tb@
This commit is contained in:
jeremy 2022-11-16 03:01:01 +00:00
parent d8c1f4326f
commit 817c98c581
2 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,12 @@ GH_ACCOUNT = pllua
GH_PROJECT = pllua
GH_TAGNAME = REL_${VERSION:S/./_/g}
PKGNAME = postgresql-pllua-${VERSION}
REVISION = 0
# Use upstream pull request for PostgreSQL 15 support
MASTER_SITES0 = https://github.com/pllua/pllua/commit/
PATCH_DIST_STRIP = -p1
PATCHFILES = pllua-pg-15-fix{d0e014cdfd4e9ad801e7d2814584ff4b1892a08c}.patch:0
CATEGORIES = databases
@ -21,8 +27,8 @@ MODULES = lang/lua
MODLUA_VERSION = 5.3
BUILD_DEPENDS = ${RUN_DEPENDS} \
postgresql-client->=14,<15:databases/postgresql,-main
RUN_DEPENDS = postgresql-server->=14,<15:databases/postgresql,-server
postgresql-client->=15,<16:databases/postgresql,-main
RUN_DEPENDS = postgresql-server->=15,<16:databases/postgresql,-server
USE_GMAKE = Yes

View File

@ -1,2 +1,4 @@
SHA256 (pllua-REL_2_0_10.tar.gz) = XUN5S210YOmNCEGUD/ChukHFRfzfstVx3WwsTpqRJNw=
SHA256 (pllua-pg-15-fix.patch) = P+uUdUFx2pvz7+100b1eFLpIqqWuENYV/duTbK/bThk=
SIZE (pllua-REL_2_0_10.tar.gz) = 220676
SIZE (pllua-pg-15-fix.patch) = 33575