From fdfeafd02f8597dbed27a433e35c188b41196950 Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 9 Apr 2003 15:01:18 +0000 Subject: [PATCH] Update to version 0.108. Newer diffutils' (>=2.8, as seen in pkgsrc and -current) diff had seen the regexp syntax of its -I and -F options changed from Emacs syntax to grep syntax. Hence fix pkgdiff's diff invocation so diffs on configure scripts are kept to a minimum. --- pkgtools/pkgdiff/Makefile | 4 ++-- pkgtools/pkgdiff/files/pkgdiff | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile index 7e1ef7c14e3d..e45b3c87a194 100644 --- a/pkgtools/pkgdiff/Makefile +++ b/pkgtools/pkgdiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2003/03/29 12:42:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.33 2003/04/09 15:01:18 seb Exp $ # -DISTNAME= pkgdiff-0.107 +DISTNAME= pkgdiff-0.108 WRKSRC= ${WRKDIR} CATEGORIES= pkgtools devel MASTER_SITES= # empty diff --git a/pkgtools/pkgdiff/files/pkgdiff b/pkgtools/pkgdiff/files/pkgdiff index 58ae22226be5..848a1d19dc06 100755 --- a/pkgtools/pkgdiff/files/pkgdiff +++ b/pkgtools/pkgdiff/files/pkgdiff @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: pkgdiff,v 1.9 2002/12/30 18:27:54 sommerfeld Exp $ +# $NetBSD: pkgdiff,v 1.10 2003/04/09 15:01:18 seb Exp $ # # Usage: pkgdiff newfile # pkgdiff oldfile newfile @@ -30,7 +30,7 @@ fi dodiff() { case x"`basename $new`" in xconfigure) - @DIFF@ -I '\(echo .*as_me:[0-9]+:\|echo .*configure:[0-9]+:\|line [0-9]+ \"configure\)' $* + @DIFF@ -I '\(echo .*as_me:[0-9][0-9]*:\|echo .*configure:[0-9][0-9]*:\|line [0-9][0-9]* "configure\)' $* ;; *) @DIFF@ $*