Date: Mon, 6 Oct 2014 16:53:35 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370192 - head/multimedia/xbmc Message-ID: <201410061653.s96GrZ1T085786@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Mon Oct 6 16:53:34 2014 New Revision: 370192 URL: https://svnweb.freebsd.org/changeset/ports/370192 QAT: https://qat.redports.org/buildarchive/r370192/ Log: multimedia/xbmc: switch from py-imaging to py-pillow With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/multimedia/xbmc/Makefile Modified: head/multimedia/xbmc/Makefile ============================================================================== --- head/multimedia/xbmc/Makefile Mon Oct 6 16:28:08 2014 (r370191) +++ head/multimedia/xbmc/Makefile Mon Oct 6 16:53:34 2014 (r370192) @@ -2,7 +2,7 @@ PORTNAME= xbmc DISTVERSION= 13.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= http://mirrors.xbmc.org/releases/source/ @@ -49,7 +49,7 @@ LIB_DEPENDS= libass.so:${PORTSDIR}/multi libyajl.so:${PORTSDIR}/devel/yajl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ glxinfo:${PORTSDIR}/graphics/mesa-demos \ - ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ xdpyinfo:${PORTSDIR}/x11/xdpyinfo USES= gmake iconv:wchar_t libtool:build pkgconfig python:2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410061653.s96GrZ1T085786>