svn commit: r370386 - head/multimedia/freevo/files
William Grzybowski
wg at FreeBSD.org
Tue Oct 7 18:13:12 UTC 2014
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
More information about the svn-ports-all
mailing list