From a626924cf25a85f7554c10b63dcf61f36d948016 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 5 Nov 2025 18:18:38 +0800 Subject: databases/postgresql{13,14,15,16,17,18}-*: Multiple fixes - Strip shared library and binary executable - Fix stage-qa - Bump PORTREVISION for package change postgresql{13,14,15,16,17,18}-server: - Clean up Makefile: Remove unnecessary ";\" - Sort PLIST: share/locale comes before DATADIR (share/postgresql) postgresql{17,18}-plperl: - Remove duplicate USES=perl5 - Add missing USE_PERL5=run from postgresql{17,18}-plperl build log: ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/postgresql/bool_plperl.so is linked to /usr/local/lib/perl5/5.40/mach/CORE/libperl.so.5.40 from lang/perl5.40 but it is not declared as a dependency PR: 290587 Approved by: girgen --- databases/postgresql13-plperl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql13-plperl/Makefile') diff --git a/databases/postgresql13-plperl/Makefile b/databases/postgresql13-plperl/Makefile index 24f81e37fd45..e9e62865c07b 100644 --- a/databases/postgresql13-plperl/Makefile +++ b/databases/postgresql13-plperl/Makefile @@ -1,6 +1,6 @@ PORTNAME= postgresql # Keep the ?=, this port is used as master by the other plperl. -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases perl5 PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT} -- cgit v1.2.3