svn commit: r452070 - in head/databases: py-pyPgSQL rdb rdfdb riak riak2 ruby-mysql

Christoph Moench-Tegeder cmt at burggraben.net
Sat Oct 14 19:31:56 UTC 2017


## Baptiste Daroussin (bapt at FreeBSD.org):

> Log:
>   Mark as broken ports with invalid distfiles or no public distfiles

> Modified:
>   head/databases/py-pyPgSQL/Makefile

This one is mentioned as example client library in
databases/postgresql*-server/files/pkg-message-client.in .

As the defacto standard python/postgresql interface seems to be
psycopg2, I suggest the following:

diff --git a/databases/postgresql10-server/files/pkg-message-client.in b/databases/postgresql10-server/files/pkg-message-client.in
index 3f98190bbd84..0255f5ea747c 100644
--- a/databases/postgresql10-server/files/pkg-message-client.in
+++ b/databases/postgresql10-server/files/pkg-message-client.in
@@ -17,7 +17,7 @@ postgresql-odbc
   method. Not needed to access unix PostgreSQL servers from Win32
   using ODBC. See below.
 
-ruby-postgres, py-PyGreSQL
+ruby-postgres, py-psycopg2
   For client access to PostgreSQL databases using the ruby & python
   languages.
 
diff --git a/databases/postgresql92-server/files/pkg-message-client.in b/databases/postgresql92-server/files/pkg-message-client.in
index 07985360ee1b..764697bf3582 100644
--- a/databases/postgresql92-server/files/pkg-message-client.in
+++ b/databases/postgresql92-server/files/pkg-message-client.in
@@ -17,7 +17,7 @@ postgresql-odbc
   method. Not needed to access unix PostgreSQL servers from Win32
   using ODBC. See below.
 
-ruby-postgres, py-PyGreSQL
+ruby-postgres, py-psycopg2
   For client access to PostgreSQL databases using the ruby & python
   languages.
 
diff --git a/databases/postgresql93-server/files/pkg-message-client.in b/databases/postgresql93-server/files/pkg-message-client.in
index 07985360ee1b..764697bf3582 100644
--- a/databases/postgresql93-server/files/pkg-message-client.in
+++ b/databases/postgresql93-server/files/pkg-message-client.in
@@ -17,7 +17,7 @@ postgresql-odbc
   method. Not needed to access unix PostgreSQL servers from Win32
   using ODBC. See below.
 
-ruby-postgres, py-PyGreSQL
+ruby-postgres, py-psycopg2
   For client access to PostgreSQL databases using the ruby & python
   languages.
 
diff --git a/databases/postgresql94-server/files/pkg-message-client.in b/databases/postgresql94-server/files/pkg-message-client.in
index 07985360ee1b..764697bf3582 100644
--- a/databases/postgresql94-server/files/pkg-message-client.in
+++ b/databases/postgresql94-server/files/pkg-message-client.in
@@ -17,7 +17,7 @@ postgresql-odbc
   method. Not needed to access unix PostgreSQL servers from Win32
   using ODBC. See below.
 
-ruby-postgres, py-PyGreSQL
+ruby-postgres, py-psycopg2
   For client access to PostgreSQL databases using the ruby & python
   languages.
 
diff --git a/databases/postgresql95-server/files/pkg-message-client.in b/databases/postgresql95-server/files/pkg-message-client.in
index 07985360ee1b..764697bf3582 100644
--- a/databases/postgresql95-server/files/pkg-message-client.in
+++ b/databases/postgresql95-server/files/pkg-message-client.in
@@ -17,7 +17,7 @@ postgresql-odbc
   method. Not needed to access unix PostgreSQL servers from Win32
   using ODBC. See below.
 
-ruby-postgres, py-PyGreSQL
+ruby-postgres, py-psycopg2
   For client access to PostgreSQL databases using the ruby & python
   languages.
 
diff --git a/databases/postgresql96-server/files/pkg-message-client.in b/databases/postgresql96-server/files/pkg-message-client.in
index 3f98190bbd84..0255f5ea747c 100644
--- a/databases/postgresql96-server/files/pkg-message-client.in
+++ b/databases/postgresql96-server/files/pkg-message-client.in
@@ -17,7 +17,7 @@ postgresql-odbc
   method. Not needed to access unix PostgreSQL servers from Win32
   using ODBC. See below.
 
-ruby-postgres, py-PyGreSQL
+ruby-postgres, py-psycopg2
   For client access to PostgreSQL databases using the ruby & python
   languages.
 

Regards,
Christoph

-- 
Spare Space


More information about the svn-ports-all mailing list