summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMichael Osipov <michaelo@FreeBSD.org>2025-01-17 10:55:05 +0100
committerMichael Osipov <michaelo@FreeBSD.org>2025-01-20 13:14:02 +0100
commit0eb165a891385d618004882fe24568bc04fac4fc (patch)
tree6286f6e7752a278f71fbc9b8c16858c50f57bbff /databases
parentarchivers/zim-tools: Actually connect it to the build (diff)
databases/postgresql1{3,4,5,6,7}-client: Recommend py-psycopg over py-psycopg2
Upstream Python package maintainers recommend using the psycopg 3.x over psycopg2 for new projects since the latter is in maintenance mode only. Approved by: girgen (pgsql) Differential Revision: https://reviews.freebsd.org/D48493
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql13-client/Makefile2
-rw-r--r--databases/postgresql13-server/files/pkg-message-client.in2
-rw-r--r--databases/postgresql14-client/Makefile2
-rw-r--r--databases/postgresql14-server/files/pkg-message-client.in2
-rw-r--r--databases/postgresql15-client/Makefile2
-rw-r--r--databases/postgresql15-server/files/pkg-message-client.in2
-rw-r--r--databases/postgresql16-client/Makefile2
-rw-r--r--databases/postgresql16-server/files/pkg-message-client.in2
-rw-r--r--databases/postgresql17-client/Makefile3
-rw-r--r--databases/postgresql17-server/files/pkg-message-client.in2
10 files changed, 11 insertions, 10 deletions
diff --git a/databases/postgresql13-client/Makefile b/databases/postgresql13-client/Makefile
index 4d4849b56ebe..41c72b43198c 100644
--- a/databases/postgresql13-client/Makefile
+++ b/databases/postgresql13-client/Makefile
@@ -1,5 +1,5 @@
PORTNAME= postgresql
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= PostgreSQL database (client)
diff --git a/databases/postgresql13-server/files/pkg-message-client.in b/databases/postgresql13-server/files/pkg-message-client.in
index 404124204b7d..e19a03f0c806 100644
--- a/databases/postgresql13-server/files/pkg-message-client.in
+++ b/databases/postgresql13-server/files/pkg-message-client.in
@@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
-ruby-postgres, py-psycopg2
+ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.
diff --git a/databases/postgresql14-client/Makefile b/databases/postgresql14-client/Makefile
index 965e37834a6d..6935b67ef80f 100644
--- a/databases/postgresql14-client/Makefile
+++ b/databases/postgresql14-client/Makefile
@@ -1,5 +1,5 @@
PORTNAME= postgresql
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= PostgreSQL database (client)
diff --git a/databases/postgresql14-server/files/pkg-message-client.in b/databases/postgresql14-server/files/pkg-message-client.in
index 8cc91d484fcb..bb0ecefef696 100644
--- a/databases/postgresql14-server/files/pkg-message-client.in
+++ b/databases/postgresql14-server/files/pkg-message-client.in
@@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
-ruby-postgres, py-psycopg2
+ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.
diff --git a/databases/postgresql15-client/Makefile b/databases/postgresql15-client/Makefile
index dc5fd4c3da8e..e12ab2f37904 100644
--- a/databases/postgresql15-client/Makefile
+++ b/databases/postgresql15-client/Makefile
@@ -1,5 +1,5 @@
PORTNAME= postgresql
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= PostgreSQL database (client)
diff --git a/databases/postgresql15-server/files/pkg-message-client.in b/databases/postgresql15-server/files/pkg-message-client.in
index 8cc91d484fcb..bb0ecefef696 100644
--- a/databases/postgresql15-server/files/pkg-message-client.in
+++ b/databases/postgresql15-server/files/pkg-message-client.in
@@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
-ruby-postgres, py-psycopg2
+ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.
diff --git a/databases/postgresql16-client/Makefile b/databases/postgresql16-client/Makefile
index 7c4351eb7245..bbfa502bc076 100644
--- a/databases/postgresql16-client/Makefile
+++ b/databases/postgresql16-client/Makefile
@@ -1,5 +1,5 @@
PORTNAME= postgresql
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= PostgreSQL database (client)
diff --git a/databases/postgresql16-server/files/pkg-message-client.in b/databases/postgresql16-server/files/pkg-message-client.in
index 8cc91d484fcb..bb0ecefef696 100644
--- a/databases/postgresql16-server/files/pkg-message-client.in
+++ b/databases/postgresql16-server/files/pkg-message-client.in
@@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
-ruby-postgres, py-psycopg2
+ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.
diff --git a/databases/postgresql17-client/Makefile b/databases/postgresql17-client/Makefile
index 81e677c1df2b..1d1b9592277a 100644
--- a/databases/postgresql17-client/Makefile
+++ b/databases/postgresql17-client/Makefile
@@ -1,5 +1,6 @@
PORTNAME= postgresql
-PORTREVISION= 0
+PORTREVISION= 1
+
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql17-server
diff --git a/databases/postgresql17-server/files/pkg-message-client.in b/databases/postgresql17-server/files/pkg-message-client.in
index 8cc91d484fcb..bb0ecefef696 100644
--- a/databases/postgresql17-server/files/pkg-message-client.in
+++ b/databases/postgresql17-server/files/pkg-message-client.in
@@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
-ruby-postgres, py-psycopg2
+ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.