From 179579e508d570583e9313b0f21e9121c6d270b2 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Thu, 26 Apr 2001 18:03:16 +0000 Subject: Update from 1.2 to 1.3: Make cdiff understand long lines etc (actual change: 1 character - less -r to less -R) --- textproc/cdiff/Makefile | 2 +- textproc/cdiff/src/cdiff.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/cdiff') 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 -- cgit v1.2.3