diff options
author | Simon Frankenberger <simon@fraho.eu> | 2020-04-02 16:43:04 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-04 17:35:47 +0000 |
commit | f068c3eaa72ba6960c6cd3b7b01d2aa197b91bb4 (patch) | |
tree | 09cbd7763c13896c2cb0d68259946c75346c5b08 /main/cvs/cvs-1.12.12-rcs2log-coreutils.patch | |
parent | eeea38c8e334545967285a375bfd9a1fe3d0ab2b (diff) | |
download | aports-f068c3eaa72ba6960c6cd3b7b01d2aa197b91bb4.tar.bz2 aports-f068c3eaa72ba6960c6cd3b7b01d2aa197b91bb4.tar.xz |
main/cvs: upgrade to 1.12.13
Diffstat (limited to 'main/cvs/cvs-1.12.12-rcs2log-coreutils.patch')
-rw-r--r-- | main/cvs/cvs-1.12.12-rcs2log-coreutils.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main/cvs/cvs-1.12.12-rcs2log-coreutils.patch b/main/cvs/cvs-1.12.12-rcs2log-coreutils.patch deleted file mode 100644 index 7dda3f0f17..0000000000 --- a/main/cvs/cvs-1.12.12-rcs2log-coreutils.patch +++ /dev/null @@ -1,14 +0,0 @@ -X-Gentoo-bug: 144114 - -diff -Nuar cvs-1.12.12.orig/contrib/rcs2log.sh cvs-1.12.12/contrib/rcs2log.sh ---- cvs-1.12.12.orig/contrib/rcs2log.sh 2003-02-25 21:32:51.000000000 +0000 -+++ cvs-1.12.12/contrib/rcs2log.sh 2010-12-06 21:14:33.831532212 +0000 -@@ -620,7 +620,7 @@ - # Sort the log entries, first by date+time (in reverse order), - # then by author, then by log entry, and finally by file name and revision - # (just in case). --sort -t"$SOH" +2 -4r +4 +0 | -+sort -t"$SOH" -k 3,4r -k 5 -k 1,2 | - - # Finally, reformat the sorted log entries. - $AWK -F"$SOH" ' |