Note that patch was again sent upstream.

distinfo changed (because patch comments are included in hash), but
the package itself did not.
This commit is contained in:
gdt 2015-01-18 14:46:08 +00:00
parent 864b5a5596
commit de58627ddb
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.35 2015/01/18 13:32:00 gdt Exp $
$NetBSD: distinfo,v 1.36 2015/01/18 14:46:08 gdt Exp $
SHA1 (Trac-1.0.3.tar.gz) = 260cde4211044c82bfdb47a433ff1b5b5c224515
RMD160 (Trac-1.0.3.tar.gz) = 054de3aa8a397d85c3aacc049e8e4b90af5eddea
Size (Trac-1.0.3.tar.gz) = 3579519 bytes
SHA1 (patch-tracopt_versioncontrol_git_PyGIT.py) = e0ccdbe2c6a0dc83009460a214763d9d5eccdf04
SHA1 (patch-tracopt_versioncontrol_git_PyGIT.py) = 71c82c57f4d47dee47beb5e270d7fb7c363d0cf6

View file

@ -1,9 +1,10 @@
$NetBSD: patch-tracopt_versioncontrol_git_PyGIT.py,v 1.1 2014/03/11 17:41:44 gdt Exp $
$NetBSD: patch-tracopt_versioncontrol_git_PyGIT.py,v 1.2 2015/01/18 14:46:09 gdt Exp $
The git browser can fail if the git log process has already exited when
trac tries to terminate it (resulting in a python exception).
This patch should be applied upstream; Reported to trac-devel@ on 2014-03-11.
This patch should be applied upstream; Reported to trac-devel@ on
2014-03-11 and on 2015-01-18.
--- tracopt/versioncontrol/git/PyGIT.py.orig 2013-02-01 00:47:41.000000000 +0000
+++ tracopt/versioncontrol/git/PyGIT.py