From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 17:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DBA1736B for ; Fri, 30 Aug 2013 17:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B84AA235F for ; Fri, 30 Aug 2013 17:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UHK0VM079555 for ; Fri, 30 Aug 2013 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7UHK0bB079544; Fri, 30 Aug 2013 17:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 17:20:00 GMT Resent-Message-Id: <201308301720.r7UHK0bB079544@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E72D41A0 for ; Fri, 30 Aug 2013 17:13:54 +0000 (UTC) (envelope-from gaod@cse.tw) Received: from cse.tw (cse.tw [140.138.145.234]) by mx1.freebsd.org (Postfix) with ESMTP id B44CB2323 for ; Fri, 30 Aug 2013 17:13:54 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id 59D3C187BC23 for ; Sat, 31 Aug 2013 01:13:46 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id r7UHDkqw009832; Sat, 31 Aug 2013 01:13:46 +0800 (CST) (envelope-from gaod) Message-Id: <201308301713.r7UHDkqw009832@cse.tw> Date: Sat, 31 Aug 2013 01:13:46 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181689: [MAINTAINER] www/trac-watchlist: add a bugfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hung-Yi Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 17:20:01 -0000 >Number: 181689 >Category: ports >Synopsis: [MAINTAINER] www/trac-watchlist: add a bugfix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 30 17:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.1-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD cse.tw 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Add a bug fix. >How-To-Repeat: >Fix: --- www_trac-watchlist.diff begins here --- Index: www/trac-watchlist/Makefile =================================================================== --- www/trac-watchlist/Makefile (revision 325633) +++ www/trac-watchlist/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= watchlist PORTVERSION= 1.0.${SVN_REV} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://distfiles.cse.tw/ \ http://trac-hacks.org/changeset/${SVN_REV}/watchlistplugin?old_path=/&format=zip&filename=/ Index: www/trac-watchlist/files/patch-trachwatchlist_plugin.py =================================================================== --- www/trac-watchlist/files/patch-trachwatchlist_plugin.py (revision 0) +++ www/trac-watchlist/files/patch-trachwatchlist_plugin.py (working copy) @@ -0,0 +1,11 @@ +--- tracwatchlist/plugin.py.orig 2013-08-30 19:07:32.000000000 +0800 ++++ tracwatchlist/plugin.py 2013-08-30 19:08:43.000000000 +0800 +@@ -527,7 +527,7 @@ + self.set_notify(req, realm, res) + db.commit() + if redirectback and len(new_res) == 1: +- req.redirect(req.href(realm,new_res[0])) ++ req.redirect(req.href(realm,list(new_res)[0])) + action = 'view' + + elif action == "unwatch": --- www_trac-watchlist.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: