1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/multimedia/freevo/files/patch-src-www-htdocs-guidechannel.rpy
Pav Lucistnik 9330dffc5a Port was broken following recent python updates.
- remove dependency on python 2.5 version
- add additional patches needed due to python Twisted library updates
- fix rc.d script

PR:		ports/152965
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
Feature safe:	yes
2011-01-20 13:58:54 +00:00

11 lines
301 B
Plaintext

--- src/www/htdocs/guidechannel.rpy.orig 2009-02-19 12:59:44.000000000 -0500
+++ src/www/htdocs/guidechannel.rpy 2010-12-07 02:58:10.000000000 -0500
@@ -33,7 +33,6 @@
import time
import datetime
-from twisted.web.woven import page
from twisted.web import static
import util.tv_util as tv_util