Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:35:51 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 29fe6915356f - main - databases/py-psycopg2: Update WWW and clean up pkg-descr
Message-ID:  <202304051735.335HZpVI086116@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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