Subject: CVS commit: pkgsrc/www/trac
From: Greg Troxel
Date: 2014-03-11 18:41:45
Message id: 20140311174145.1022296@cvs.netbsd.org

Log Message:
Add patch to avoid exception in git browser.

The underlying issue seems to be a race; if the spawned git log
command finishes before trac kills it, the os.kill() throws an
exception which is not caught.  Simply catch and ignore the exception.
I sent the patch to trac-devel@.

Files:
RevisionActionfile
1.64modifypkgsrc/www/trac/Makefile
1.33modifypkgsrc/www/trac/distinfo
1.1addpkgsrc/www/trac/patches/patch-tracopt_versioncontrol_git_PyGIT.py