aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql96-plperl
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2020-05-17 20:37:04 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2020-05-17 20:37:04 +0000
commit751aa87e6ac88bd51b95ae7f646cbe1aea156772 (patch)
tree52579a00ab8aec2f4988b46e16f077eda9c1f5a3 /databases/postgresql96-plperl
parent81c38160be7748626962de779d0183a3771ae5ca (diff)
downloadports-751aa87e6ac88bd51b95ae7f646cbe1aea156772.tar.gz
ports-751aa87e6ac88bd51b95ae7f646cbe1aea156772.zip
The PostgreSQL Global Development Group has released an update to all
supported versions of our database system, including 12.3, 11.8, 10.13, 9.6.18, and 9.5.22. This release fixes one security issue found in the PostgreSQL server and over 75 bugs reported over the last three months. Please plan to update at your earliest convenience. Update the backup warning text. [1] Add plpython and plperl libs for hstore, jsonb and ltree for the versions where they exist. These libs are added to the postgresql??-plpython and -plperl ports, inspired by [2]. PR: 237910 [1], 245246 [2] Submitted by: Francesco [1], Loïc Bartoletti [2]
Notes
Notes: svn path=/head/; revision=535676
Diffstat (limited to 'databases/postgresql96-plperl')
-rw-r--r--databases/postgresql96-plperl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql96-plperl/Makefile b/databases/postgresql96-plperl/Makefile
index d1da538538f2..dd51b6f11143 100644
--- a/databases/postgresql96-plperl/Makefile
+++ b/databases/postgresql96-plperl/Makefile
@@ -3,4 +3,6 @@
WANT_PGSQL_VER= 9.6
+INSTALL_DIRS= src/pl/plperl contrib/hstore_plperl
+
.include "${.CURDIR}/../postgresql12-plperl/Makefile"