Date: Sat, 28 May 2016 20:06:47 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416065 - head/x11-toolkits/py-kivy Message-ID: <201605282006.u4SK6lMs072041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat May 28 20:06:46 2016 New Revision: 416065 URL: https://svnweb.freebsd.org/changeset/ports/416065 Log: x11/toolkits/py-kivy: replace dependency graphics/py-imaging by graphics/py-pillow, the former has been expired. PR: 209736 Submitted by: myself Approved by: maintainer (dbn) Modified: head/x11-toolkits/py-kivy/Makefile Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Sat May 28 20:01:16 2016 (r416064) +++ head/x11-toolkits/py-kivy/Makefile Sat May 28 20:06:46 2016 (r416065) @@ -60,8 +60,8 @@ GSTREAMER_LIB_DEPENDS= libgstreamer-1.0. GSTREAMER_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygst.py:multimedia/py-gstreamer GSTREAMER_USES= pkgconfig OPENCV_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cv.py:graphics/py-opencv -PIL_DESC= Text and window rendering support via PIL -PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>0:graphics/py-imaging +PIL_DESC= Text and window rendering support via Pillow +PIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow PYGAME_DESC= Window, text and image rendering support via PyGame PYGAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>0:graphics/py-pyglet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605282006.u4SK6lMs072041>