diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 2001-04-26 18:03:16 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 2001-04-26 18:03:16 +0000 |
commit | 179579e508d570583e9313b0f21e9121c6d270b2 (patch) | |
tree | 6b9c87a14e2884661a7f2d16f60400bd5a1d933c | |
parent | bd4a79c3a63816349996b91320196b6c66d53fe1 (diff) | |
download | ports-179579e508d570583e9313b0f21e9121c6d270b2.tar.gz ports-179579e508d570583e9313b0f21e9121c6d270b2.zip |
Notes
-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 |