From bde500a3f7cf00b9c196f3393e21c440b318b03f Mon Sep 17 00:00:00 2001
From: kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Mon, 5 Jul 2010 11:34:49 +0000
Subject: webkit-gtk2 shlib changed its name. Chase all users. also update some
 depend lines to include a version because there is now a webkitgtk-1.0 and
 webkitgtk-3.0. So webkitgtk matches both.

While here reset epiphany back to the 2.30 version.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14295 df743ca5-7f9a-e211-a948-0013205c9059
---
 www/uzbl/files/patch-examples__data__scripts__auth.py | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 www/uzbl/files/patch-examples__data__scripts__auth.py

(limited to 'www/uzbl/files/patch-examples__data__scripts__auth.py')

diff --git a/www/uzbl/files/patch-examples__data__scripts__auth.py b/www/uzbl/files/patch-examples__data__scripts__auth.py
new file mode 100644
index 000000000..acf48c790
--- /dev/null
+++ b/www/uzbl/files/patch-examples__data__scripts__auth.py
@@ -0,0 +1,9 @@
+--- examples/data/scripts/auth.py.orig	2010-04-09 13:34:30.000000000 +0200
++++ examples/data/scripts/auth.py	2010-04-09 13:35:05.000000000 +0200
+@@ -1,4 +1,5 @@
+-#!/usr/bin/python
++#!/usr/bin/env python
++
+ 
+ import gtk
+ import sys
-- 
cgit