aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>2001-04-26 18:03:16 +0000
committerEivind Eklund <eivind@FreeBSD.org>2001-04-26 18:03:16 +0000
commit179579e508d570583e9313b0f21e9121c6d270b2 (patch)
tree6b9c87a14e2884661a7f2d16f60400bd5a1d933c /textproc
parentbd4a79c3a63816349996b91320196b6c66d53fe1 (diff)
downloadports-179579e508d570583e9313b0f21e9121c6d270b2.tar.gz
ports-179579e508d570583e9313b0f21e9121c6d270b2.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/cdiff/Makefile2
-rw-r--r--textproc/cdiff/src/cdiff.sh2
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