Date: Fri, 30 Nov 2018 21:22:52 +0000 (UTC) From: Eric Turgeon <ericbsd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486302 - head/graphics/py-cairocffi Message-ID: <201811302122.wAULMqH7040976@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811302122.wAULMqH7040976>