From owner-svn-ports-all@freebsd.org Fri Nov 30 21:22:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DFC61150A24; Fri, 30 Nov 2018 21:22:53 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CEBD7830E; Fri, 30 Nov 2018 21:22:53 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E0CB6463; Fri, 30 Nov 2018 21:22:53 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAULMrQN040977; Fri, 30 Nov 2018 21:22:53 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAULMqH7040976; Fri, 30 Nov 2018 21:22:52 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <201811302122.wAULMqH7040976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Fri, 30 Nov 2018 21:22:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486302 - head/graphics/py-cairocffi X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: head/graphics/py-cairocffi X-SVN-Commit-Revision: 486302 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3CEBD7830E X-Spamd-Result: default: False [0.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.53)[0.534,0]; NEURAL_SPAM_MEDIUM(0.10)[0.096,0]; NEURAL_SPAM_LONG(0.31)[0.307,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2018 21:22:53 -0000 Author: ericbsd Date: Fri Nov 30 21:22:52 2018 New Revision: 486302 URL: https://svnweb.freebsd.org/changeset/ports/486302 Log: graphics/py-cairocffi adding xcffib to RUN_DEPENDS and BUILD_DEPENDS PR has no reply by maintainer PR: 233337 Submitted by: ericbsd Reported by: ericbsd Approved by: mentors (implicit) Modified: head/graphics/py-cairocffi/Makefile Modified: head/graphics/py-cairocffi/Makefile ============================================================================== --- head/graphics/py-cairocffi/Makefile Fri Nov 30 21:19:03 2018 (r486301) +++ head/graphics/py-cairocffi/Makefile Fri Nov 30 21:22:52 2018 (r486302) @@ -3,7 +3,7 @@ PORTNAME= cairocffi PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ COMMENT= Cairo cffi-based cairo bindings for Python LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xcffib>=0.5.0:x11/py-xcffib@${PY_FLAVOR} BUILD_DEPENDS= ${RUN_DEPENDS} USES= python