Skip site navigation (1)Skip section navigation (2)

CVS log for ports/Tools/scripts/patchtool.py

[BACK] Up to [FreeBSD] / ports / Tools / scripts

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Nov 21 00:40:59 2009 UTC (2 years, 2 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +20 -20 lines
Correct depreciation warning with Python 2.6 and fix several warnings
from the pytchecker.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jan 9 10:21:17 2005 UTC (7 years, 1 month ago) by krion
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Remove traling spaces.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 14 14:39:44 2004 UTC (7 years, 3 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +13 -12 lines
Strip out date/time from +++/--- headers in generated patchfiles, so that they
don't generate extra hunk each time patchfile is updated.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu May 27 08:49:29 2004 UTC (7 years, 8 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
- Remove 'pkg-plist' from required files

Approved by:	sobomax

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 21 00:48:19 2003 UTC (8 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_10_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -2 lines
- pkg-comment is no longer mandatory;
- ignore patchfiles ending with `,v' or '.orig'.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 18 17:46:42 2002 UTC (9 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2 lines
* Change path directory separator character back to _.  The problem is "::"
is it makes patch names longer, and many shells autoexpand it to "\:\:"
which makes them even longer.
* Note that this file uses ts=4.

Approved by:	sobomax

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 17 10:58:57 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 15 21:04:58 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -1 lines
Recognise EXTRA_PATCHES.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 4 14:50:57 2002 UTC (10 years, 1 month ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -2 lines
Ignore patchfiles ending with `.orig' and `.rej'.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 3 20:01:58 2002 UTC (10 years, 1 month ago) by sobomax
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +23 -19 lines
- Use `::' as a combination of symbols to replace `/' in patchfile name;
- don't reset size of corresponding patchfile to zero if no differencies were
  found between original and modified file.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 5 08:13:40 2001 UTC (10 years, 2 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +29 -2 lines
Make the tool working even if there is a symlink in a given path to a port's
file. For example I'm usually keeping all working directories in /tmp using
WRKDIRPREFIX, while for the quick access to a port's files creating a symlink
to this directory in skeleton's dir (i.e. ports/foo/bar/src -->
/tmp/usr/ports/foo/bar/work/bar-0.0) and with this patch the tool correctly
works when I'm specifying `src/foo.c' as an argument.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jul 31 08:50:36 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3 lines
Actually fix the breakage introduced in rev 1.2.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jul 31 07:42:43 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Fix breakage introduced in previous commit.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 31 07:41:01 2001 UTC (10 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Fix a bug that in some rare cases may lead to a patch not being properly
generated.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 19 15:33:33 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_3_0
Add patchtool - a tool to automate generation/updating of patchfiles. This
tool has something in common with update-patches shell script, but has more
features and is more intelligent. See README.patchtool or source code for
details.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options