From c86c976670fc5fb39dd8713b926f21091444144f Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Thu, 20 May 2021 18:35:19 +0200
Subject: [PATCH] Drop PostgreSQL 9.5

---
 components/database/pgagent/pkg5 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/components/database/pgagent/pkg5 b/components/database/pgagent/pkg5
index 54392cf..ff1b57a 100644
--- a/components/database/pgagent/pkg5
+++ b/components/database/pgagent/pkg5
@@ -1,8 +1,9 @@
 {
     "dependencies": [
         "SUNWcs",
-        "database/postgres-95/library",
+        "database/postgres-96/library",
         "library/graphics/wxwidgets",
+        "shell/ksh93",
         "system/library",
         "system/library/g++-7-runtime",
         "system/library/gcc-7-runtime"

--
Gitblit v1.9.3