From owner-svn-ports-head@freebsd.org Sun Nov 22 11:33:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E093A35276; Sun, 22 Nov 2015 11:33:58 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C245107B; Sun, 22 Nov 2015 11:33:58 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAMBXv8b091597; Sun, 22 Nov 2015 11:33:57 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAMBXvvX091596; Sun, 22 Nov 2015 11:33:57 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201511221133.tAMBXvvX091596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 22 Nov 2015 11:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402225 - head/textproc/gnugrep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2015 11:33:58 -0000 Author: johans Date: Sun Nov 22 11:33:57 2015 New Revision: 402225 URL: https://svnweb.freebsd.org/changeset/ports/402225 Log: - Make sure installed egrep/fgrep run correct GNU grep rather than base grep - Bump PORTREVISION Modified: head/textproc/gnugrep/Makefile Modified: head/textproc/gnugrep/Makefile ============================================================================== --- head/textproc/gnugrep/Makefile Sun Nov 22 10:26:23 2015 (r402224) +++ head/textproc/gnugrep/Makefile Sun Nov 22 11:33:57 2015 (r402225) @@ -3,6 +3,7 @@ PORTNAME= grep PORTVERSION= 2.22 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu @@ -43,6 +44,7 @@ PCRE_CONFIGURE_OFF= --disable-perl-regex .include post-patch: + @${REINPLACE_CMD} 's:@grep@:${LOCALBASE}/bin/&:' ${WRKSRC}/src/egrep.sh .if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} '/install-exec-local:/s/install-exec-localcharset//' \ ${WRKSRC}/lib/Makefile.in