summaryrefslogtreecommitdiff
path: root/databases/postgresql14-plpython
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-05 18:18:38 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-05 18:23:43 +0800
commita626924cf25a85f7554c10b63dcf61f36d948016 (patch)
treed4fdbc1fb82ff4ea564c96a375b112ab6f846b2c /databases/postgresql14-plpython
parentMk/Uses/meson.mk: Add MESON_{TRUE,FALSE,ENABLED,DISABLED} support (diff)
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
Diffstat (limited to 'databases/postgresql14-plpython')
-rw-r--r--databases/postgresql14-plpython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql14-plpython/Makefile b/databases/postgresql14-plpython/Makefile
index 47c468226bdc..26645c55192b 100644
--- a/databases/postgresql14-plpython/Makefile
+++ b/databases/postgresql14-plpython/Makefile
@@ -1,7 +1,7 @@
PORTNAME= postgresql
CATEGORIES= databases python
# Keep the ?=, it is used as master by the other plpython ports.
-PORTREVISION?= 0
+PORTREVISION?= 1
PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org