aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:15:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:13 +0000
commit29fe6915356faec1cbfc1ce4e129a7b64f4ccb42 (patch)
tree9a38f7d0d0fef5409d589fbaf6c2d6891967c9ce
parent4dea0522edb329457fed8b2bc68bcd83a3c704bf (diff)
downloadports-29fe6915356faec1cbfc1ce4e129a7b64f4ccb42.tar.gz
ports-29fe6915356faec1cbfc1ce4e129a7b64f4ccb42.zip
databases/py-psycopg2: Update WWW and clean up pkg-descr
-rw-r--r--databases/py-psycopg2/Makefile3
-rw-r--r--databases/py-psycopg2/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile
index 6d21e875f954..6d9bc14ef7a5 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= High performance Python adapter for PostgreSQL
-WWW= http://initd.org/psycopg/
+WWW= http://initd.org/psycopg/ \
+ https://github.com/psycopg/psycopg2
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/doc/COPYING.LESSER
diff --git a/databases/py-psycopg2/pkg-descr b/databases/py-psycopg2/pkg-descr
index 1903e0c56011..60a21ba272b6 100644
--- a/databases/py-psycopg2/pkg-descr
+++ b/databases/py-psycopg2/pkg-descr
@@ -10,5 +10,3 @@ database. Every time a new cursor is created, a new connection does not need to
be opened; instead one of the unused connections from the pool is used. That
makes psycopg very fast in typical client-server applications that create a
servicing thread every time a client request arrives.
-
-See also: https://github.com/psycopg/psycopg2