From owner-dev-commits-ports-all@freebsd.org Mon Jun 14 17:47:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 D8F08661E9D; Mon, 14 Jun 2021 17:47:24 +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 4G3f6N1v3Yz3vsT; Mon, 14 Jun 2021 17:47:24 +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 A96DA19127; Mon, 14 Jun 2021 17:47:23 +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 15EHlN7Z054458; Mon, 14 Jun 2021 17:47:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EHlNoC054455; Mon, 14 Jun 2021 17:47:23 GMT (envelope-from git) Date: Mon, 14 Jun 2021 17:47:23 GMT Message-Id: <202106141747.15EHlNoC054455@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7707cddb2b93 - main - devel/py-pkgconfig: Update to 1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7707cddb2b93997b3d64a331c1cad9bbeea0382f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 17:47:25 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7707cddb2b93997b3d64a331c1cad9bbeea0382f commit 7707cddb2b93997b3d64a331c1cad9bbeea0382f Author: Po-Chuan Hsieh AuthorDate: 2021-06-14 17:40:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-14 17:40:03 +0000 devel/py-pkgconfig: Update to 1.5.4 Changes: https://github.com/matze/pkgconfig/blob/master/README.rst#changelog https://github.com/matze/pkgconfig/commits/master --- devel/py-pkgconfig/Makefile | 4 ++-- devel/py-pkgconfig/distinfo | 6 +++--- devel/py-pkgconfig/pkg-descr | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/devel/py-pkgconfig/Makefile b/devel/py-pkgconfig/Makefile index 993bb3f26269..faa40da1258e 100644 --- a/devel/py-pkgconfig/Makefile +++ b/devel/py-pkgconfig/Makefile @@ -1,7 +1,7 @@ # Created by: Johannes Meixner PORTNAME= pkgconfig -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.4 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -13,7 +13,7 @@ COMMENT= Interface Python with pkg-config LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.3+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-pkgconfig/distinfo b/devel/py-pkgconfig/distinfo index 243e5cd7bed6..4b024a8bd2fb 100644 --- a/devel/py-pkgconfig/distinfo +++ b/devel/py-pkgconfig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613738777 -SHA256 (pkgconfig-1.5.2.tar.gz) = 38d612488f0633755a2e7a8acab6c01d20d63dbc31af75e2a9ac98a6f638ca94 -SIZE (pkgconfig-1.5.2.tar.gz) = 5763 +TIMESTAMP = 1622214088 +SHA256 (pkgconfig-1.5.4.tar.gz) = c34503829fd226822fd93c902b1cf275516908a023a24be0a02ba687f3a00399 +SIZE (pkgconfig-1.5.4.tar.gz) = 6071 diff --git a/devel/py-pkgconfig/pkg-descr b/devel/py-pkgconfig/pkg-descr index 3ed8f1174acc..4457b2710a58 100644 --- a/devel/py-pkgconfig/pkg-descr +++ b/devel/py-pkgconfig/pkg-descr @@ -1,4 +1,3 @@ pkgconfig is a Python module to interface with the pkg-config command line tool. -WWW: https://pypi.org/project/pkgconfig/ WWW: https://github.com/matze/pkgconfig