Date: Tue, 7 Oct 2014 18:13:11 +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: r370386 - head/multimedia/freevo/files Message-ID: <201410071813.s97IDBZU031756@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Tue Oct 7 18:13:11 2014 New Revision: 370386 URL: https://svnweb.freebsd.org/changeset/ports/370386 QAT: https://qat.redports.org/buildarchive/r370386/ Log: multimedia/freevo: commit forgotten patches Reported by: antoine Added: head/multimedia/freevo/files/patch-setup.py (contents, props changed) head/multimedia/freevo/files/patch-src-plugins-zoneminder.py (contents, props changed) Added: head/multimedia/freevo/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/freevo/files/patch-setup.py Tue Oct 7 18:13:11 2014 (r370386) @@ -0,0 +1,11 @@ +--- setup.py.orig 2014-10-06 12:36:29 UTC ++++ setup.py +@@ -26,7 +26,7 @@ + ('kaa.imlib2', '\"svn co svn://svn.freevo.org/kaa/trunk/ kaa\"' ), + ('BeautifulSoup', 'http://www.crummy.com/software/BeautifulSoup/' ), + ('pygame', 'http://www.pygame.org'), +- ('Image', 'http://www.pythonware.com/products/pil/'), ++ ('PIL', 'http://www.pythonware.com/products/pil/'), + ('twisted', 'http://www.twistedmatrix.com/'), + ('zope.interface', 'http://www.zope.org/Products/ZopeInterface'), + ('twisted.web.microdom', 'http://www.twistedmatrix.com/'), Added: head/multimedia/freevo/files/patch-src-plugins-zoneminder.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/freevo/files/patch-src-plugins-zoneminder.py Tue Oct 7 18:13:11 2014 (r370386) @@ -0,0 +1,11 @@ +--- src/plugins/zoneminder.py.orig 2014-10-06 12:02:58 UTC ++++ src/plugins/zoneminder.py +@@ -50,7 +50,7 @@ + import pygame + import MySQLdb + import threading +-import ImageFile ++from PIL import ImageFile + + # Freevo + import config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071813.s97IDBZU031756>