aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-07-25 23:39:36 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-07-25 23:39:36 +0000
commitc5282c5c264b6ba473e8f76b2257e44297ea2968 (patch)
tree2f9b9cecadf5ba6ae09149eb28f6684c11879d69
parentfd0d93079cc26f25866826f46da37722b7ccc582 (diff)
downloadports-c5282c5c264b6ba473e8f76b2257e44297ea2968.tar.gz
ports-c5282c5c264b6ba473e8f76b2257e44297ea2968.zip
databases/py-pgxnclient: Update to 1.3.1
-rw-r--r--databases/py-pgxnclient/Makefile7
-rw-r--r--databases/py-pgxnclient/distinfo5
-rw-r--r--databases/py-pgxnclient/pkg-descr2
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/