From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 15:58:43 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 F09E466877B; Mon, 27 Sep 2021 15:58:43 +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 4HJ6kW5SQtz3lrK; Mon, 27 Sep 2021 15:58:43 +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 9437A13B36; Mon, 27 Sep 2021 15:58:43 +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 18RFwhjN030533; Mon, 27 Sep 2021 15:58:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RFwhAA030532; Mon, 27 Sep 2021 15:58:43 GMT (envelope-from git) Date: Mon, 27 Sep 2021 15:58:43 GMT Message-Id: <202109271558.18RFwhAA030532@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: 2e3fc4b99b54 - main - graphics/py-pyvips: Fix *_DEPENDS 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: 2e3fc4b99b544406d065ff5421740a91779739b6 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, 27 Sep 2021 15:58:44 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e3fc4b99b544406d065ff5421740a91779739b6 commit 2e3fc4b99b544406d065ff5421740a91779739b6 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 15:37:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 15:55:52 +0000 graphics/py-pyvips: Fix *_DEPENDS - Sort *_DEPENDS - Update WWW - Bump PORTREVISION for dependency change - Take maintainership --- graphics/py-pyvips/Makefile | 16 ++++++++-------- graphics/py-pyvips/pkg-descr | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/graphics/py-pyvips/Makefile b/graphics/py-pyvips/Makefile index b3eb7e6795e1..2357eb9ce9ed 100644 --- a/graphics/py-pyvips/Makefile +++ b/graphics/py-pyvips/Makefile @@ -2,25 +2,25 @@ PORTNAME= pyvips PORTVERSION= 2.1.15 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Binding for the libvips image processing library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} LIB_DEPENDS= libvips.so:graphics/vips +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} -USES= gnome pkgconfig python:3.6+ - +USES= gnome python:3.6+ USE_GNOME= glib20 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include diff --git a/graphics/py-pyvips/pkg-descr b/graphics/py-pyvips/pkg-descr index dd59888cb1ba..0892528cbbfa 100644 --- a/graphics/py-pyvips/pkg-descr +++ b/graphics/py-pyvips/pkg-descr @@ -1,3 +1,3 @@ This module wraps the libvips image processing library. -WWW: https://pypi.org/project/pyvips/ +WWW: https://github.com/libvips/pyvips