View | Details | Raw Unified | Return to bug 181689
Collapse All | Expand All

(-)www/trac-watchlist/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	watchlist
4
PORTNAME=	watchlist
5
PORTVERSION=	1.0.${SVN_REV}
5
PORTVERSION=	1.0.${SVN_REV}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www devel python
7
CATEGORIES=	www devel python
8
MASTER_SITES=	http://distfiles.cse.tw/ \
8
MASTER_SITES=	http://distfiles.cse.tw/ \
9
		http://trac-hacks.org/changeset/${SVN_REV}/watchlistplugin?old_path=/&format=zip&filename=/
9
		http://trac-hacks.org/changeset/${SVN_REV}/watchlistplugin?old_path=/&format=zip&filename=/
(-)www/trac-watchlist/files/patch-trachwatchlist_plugin.py (+11 lines)
Line 0 Link Here
1
--- tracwatchlist/plugin.py.orig	2013-08-30 19:07:32.000000000 +0800
2
+++ tracwatchlist/plugin.py	2013-08-30 19:08:43.000000000 +0800
3
@@ -527,7 +527,7 @@
4
                     self.set_notify(req, realm, res)
5
                 db.commit()
6
             if redirectback and len(new_res) == 1:
7
-                req.redirect(req.href(realm,new_res[0]))
8
+                req.redirect(req.href(realm,list(new_res)[0]))
9
             action = 'view'
10
 
11
         elif action == "unwatch":

Return to bug 181689