diff options
author | eivind <eivind@FreeBSD.org> | 2001-04-27 02:03:16 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2001-04-27 02:03:16 +0800 |
commit | c60ba5a206d24b64146b64b74e8ca99f6a04d766 (patch) | |
tree | 657308202d6f74f23917043125535a0aec067f57 /textproc | |
parent | e68ca48b1b91f8f0948545ed1b80ffa99ef4f4f1 (diff) | |
download | freebsd-ports-gnome-c60ba5a206d24b64146b64b74e8ca99f6a04d766.tar.gz freebsd-ports-gnome-c60ba5a206d24b64146b64b74e8ca99f6a04d766.tar.zst freebsd-ports-gnome-c60ba5a206d24b64146b64b74e8ca99f6a04d766.zip |
Update from 1.2 to 1.3: Make cdiff understand long lines etc (actual
change: 1 character - less -r to less -R)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cdiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/cdiff/src/cdiff.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile index 48c96b990290..f519fe08a882 100644 --- a/textproc/cdiff/Makefile +++ b/textproc/cdiff/Makefile @@ -8,7 +8,7 @@ # PORTNAME= cdiff -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= textproc MASTER_SITES= # none DISTFILES= # none diff --git a/textproc/cdiff/src/cdiff.sh b/textproc/cdiff/src/cdiff.sh index 73827e4587ef..097af55fb404 100644 --- a/textproc/cdiff/src/cdiff.sh +++ b/textproc/cdiff/src/cdiff.sh @@ -22,4 +22,4 @@ s/^(\*\*\* \d+,\d+ *\*\*\*.*)$/\033[1m$1\033[m/o; s/^(\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*)$/\033[1m$1\033[m/o; s/^(!.*)$/\033[35m$1\033[m/o; s/^(@@.*$)/\033[1m$1\033[m/o; -' | less -r +' | less -R |