Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 2021 23:39:47 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5282c5c264b - main - databases/py-pgxnclient: Update to 1.3.1
Message-ID:  <202107252339.16PNdl6s067797@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5282c5c264b6ba473e8f76b2257e44297ea2968

commit c5282c5c264b6ba473e8f76b2257e44297ea2968
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-07-25 23:39:36 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-07-25 23:39:36 +0000

    databases/py-pgxnclient: Update to 1.3.1
---
 databases/py-pgxnclient/Makefile  | 7 +++----
 databases/py-pgxnclient/distinfo  | 5 +++--
 databases/py-pgxnclient/pkg-descr | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/databases/py-pgxnclient/Makefile b/databases/py-pgxnclient/Makefile
index c69c733ff501..5a31ae937efa 100644
--- a/databases/py-pgxnclient/Makefile
+++ b/databases/py-pgxnclient/Makefile
@@ -1,8 +1,7 @@
 # Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
 
 PORTNAME=	pgxnclient
-PORTVERSION=	1.2.1
-PORTREVISION=	3
+PORTVERSION=	1.3.1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 
@@ -12,9 +11,9 @@ COMMENT=	Command line tool to interact with the PostgreSQL Extension Network
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		python:3.6+ shebangfix
+USES=		python shebangfix
+USE_PYTHON=	autoplist concurrent distutils optsuffix
 SHEBANG_FILES=	pgxnclient/libexec/pgxn-*
-USE_PYTHON=	distutils autoplist concurrent optsuffix
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/databases/py-pgxnclient/distinfo b/databases/py-pgxnclient/distinfo
index 4fcc424f41dc..e81cec5b5b3f 100644
--- a/databases/py-pgxnclient/distinfo
+++ b/databases/py-pgxnclient/distinfo
@@ -1,2 +1,3 @@
-SHA256 (pgxnclient-1.2.1.tar.gz) = 8e3022bc960aa5d5fc7d4c564786087693a1a99f15e025ad920fc0aa378e1d67
-SIZE (pgxnclient-1.2.1.tar.gz) = 87275
+TIMESTAMP = 1627256012
+SHA256 (pgxnclient-1.3.1.tar.gz) = b1131862bb3e3d0201e2fe4d8140c493d3f0035819d7a3feeaa42d7b72e9ef45
+SIZE (pgxnclient-1.3.1.tar.gz) = 80554
diff --git a/databases/py-pgxnclient/pkg-descr b/databases/py-pgxnclient/pkg-descr
index e41a64255f20..85f02e98e2b5 100644
--- a/databases/py-pgxnclient/pkg-descr
+++ b/databases/py-pgxnclient/pkg-descr
@@ -2,4 +2,4 @@ The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network allowing searching, compiling, installing,
 and removing extensions in PostgreSQL databases.
 
-WWW: http://pgxnclient.projects.pgfoundry.org/
+WWW: https://pgxn.github.io/pgxnclient/



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