Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2017 21:31:52 +0200
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r452070 - in head/databases: py-pyPgSQL rdb rdfdb riak riak2 ruby-mysql
Message-ID:  <20171014193151.GA1735@elch.exwg.net>
In-Reply-To: <201710141631.v9EGVZOn094941@repo.freebsd.org>
References:  <201710141631.v9EGVZOn094941@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
## Baptiste Daroussin (bapt@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171014193151.GA1735>