diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-12 03:57:38 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-12 03:57:38 +0000 |
| commit | c6d89716288a5e0e29a9ff09b9a9d114c2b3d9db (patch) | |
| tree | 4eba6dc7641564720a0c0d5a0cd31791551184df /devel/cvsps/files/patch-cvsps.c | |
| parent | - Update to 2.0 (diff) | |
- Update to 2.1
- Pass maintainership to submitter
PR: ports/101719
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=170378
Diffstat (limited to '')
| -rw-r--r-- | devel/cvsps/files/patch-cvsps.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/cvsps/files/patch-cvsps.c b/devel/cvsps/files/patch-cvsps.c new file mode 100644 index 000000000000..9f21b1379f1b --- /dev/null +++ b/devel/cvsps/files/patch-cvsps.c @@ -0,0 +1,12 @@ +--- cvsps.c.orig Wed Aug 9 21:59:54 2006 ++++ cvsps.c Wed Aug 9 22:00:17 2006 +@@ -2551,8 +2551,8 @@ + for (next = ps->members.next; next != &ps->members; next = next->next) + { + PatchSetMember * psm = list_entry(next, PatchSetMember, link); +- rev = psm->pre_rev; + int d1, d2; ++ rev = psm->pre_rev; + + /* the reason this is at all complicated has to do with a + * branch off of a branch. it is possible (and indeed |
