From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 18:13:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D6EFFFF; Tue, 7 Oct 2014 18:13:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC2DE9E4; Tue, 7 Oct 2014 18:13:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97IDBaf031758; Tue, 7 Oct 2014 18:13:11 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97IDBZU031756; Tue, 7 Oct 2014 18:13:11 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201410071813.s97IDBZU031756@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 7 Oct 2014 18:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370386 - head/multimedia/freevo/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 18:13:12 -0000 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