svn commit: r370191 - head/multimedia/plexhometheater
William Grzybowski
wg at FreeBSD.org
Mon Oct 6 16:28:09 UTC 2014
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 at 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
More information about the svn-ports-head
mailing list