From owner-dev-commits-ports-main@freebsd.org Sun Jul 25 23:39:47 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AFD596616CA; Sun, 25 Jul 2021 23:39:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GY0034Dm7z4kN2; Sun, 25 Jul 2021 23:39:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7918149FA; Sun, 25 Jul 2021 23:39:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16PNdluf067798; Sun, 25 Jul 2021 23:39:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16PNdl6s067797; Sun, 25 Jul 2021 23:39:47 GMT (envelope-from git) Date: Sun, 25 Jul 2021 23:39:47 GMT Message-Id: <202107252339.16PNdl6s067797@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: c5282c5c264b - main - databases/py-pgxnclient: Update to 1.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c5282c5c264b6ba473e8f76b2257e44297ea2968 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2021 23:39:47 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5282c5c264b6ba473e8f76b2257e44297ea2968 commit c5282c5c264b6ba473e8f76b2257e44297ea2968 Author: Li-Wen Hsu AuthorDate: 2021-07-25 23:39:36 +0000 Commit: Li-Wen Hsu 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 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 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/