git: 29fe6915356f - main - databases/py-psycopg2: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:35:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=29fe6915356faec1cbfc1ce4e129a7b64f4ccb42 commit 29fe6915356faec1cbfc1ce4e129a7b64f4ccb42 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:15:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:13 +0000 databases/py-psycopg2: Update WWW and clean up pkg-descr --- databases/py-psycopg2/Makefile | 3 ++- databases/py-psycopg2/pkg-descr | 2 -- 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