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,20 +1,19 @@ # Created by: Li-Wen Hsu PORTNAME= pgxnclient -PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTVERSION= 1.3.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org 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 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 @@ -1,5 +1,5 @@ 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/