Date: Mon, 6 Oct 2014 16:28:09 +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: r370191 - head/multimedia/plexhometheater Message-ID: <201410061628.s96GS9WJ072404@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Mon Oct 6 16:28:08 2014 New Revision: 370191 URL: https://svnweb.freebsd.org/changeset/ports/370191 QAT: https://qat.redports.org/buildarchive/r370191/ Log: multimedia/plexhometheater: switch from py-imaging to py-pillow With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/multimedia/plexhometheater/Makefile Modified: head/multimedia/plexhometheater/Makefile ============================================================================== --- head/multimedia/plexhometheater/Makefile Mon Oct 6 16:22:32 2014 (r370190) +++ head/multimedia/plexhometheater/Makefile Mon Oct 6 16:28:08 2014 (r370191) @@ -2,7 +2,7 @@ PORTNAME= plexhometheater PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com @@ -60,7 +60,7 @@ LIB_DEPENDS= libass.so:${PORTSDIR}/multi 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 USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410061628.s96GS9WJ072404>