Date: Fri, 5 Nov 1999 12:32:03 -0500 (EST) From: James Howard <howardjp@byzantine.student.umd.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14727: [PATCH] Update to textproc/freegrep Message-ID: <199911051732.MAA07213@byzantine.student.umd.edu>
next in thread | raw e-mail | index | archive | help
>Number: 14727 >Category: ports >Synopsis: [PATCH] Update to textproc/freegrep >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 5 09:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #55: Wed Oct 27 19:59:09 EDT 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: I updated freegrep to make it compatible with the latest version of GNU grep committed last week. This is an update to the port. Thanks :) >How-To-Repeat: N/A >Fix: diff -ur freegrep.orig/Makefile freegrep/Makefile --- freegrep.orig/Makefile Fri Nov 5 12:12:34 1999 +++ freegrep/Makefile Fri Nov 5 12:19:11 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: grep -# Version required: 0.13 +# Version required: 0.14 # Date created: 8 June 1999 # Whom: Sheldon Hearn <sheldonh@freebsd.org> # # $FreeBSD: ports/textproc/freegrep/Makefile,v 1.11 1999/10/16 03:32:10 cpiazza Exp $ # -DISTNAME= grep-0.13 -PKGNAME= freegrep-0.13 +DISTNAME= grep-0.14 +PKGNAME= freegrep-0.14 CATEGORIES= textproc MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/grep/ \ http://www.wam.umd.edu/~howardjp/software/grep/ \ @@ -16,6 +16,8 @@ MAINTAINER= howardjp@wam.umd.edu MAN1= grep.1 egrep.1 fgrep.1 zgrep.1 + +BUILD_DEPENDS= ${PREFIX}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty post-extract: @(cd ${WRKSRC}; rm -f .depend) diff -ur freegrep.orig/files/md5 freegrep/files/md5 --- freegrep.orig/files/md5 Fri Nov 5 12:12:34 1999 +++ freegrep/files/md5 Fri Nov 5 12:25:46 1999 @@ -1 +1 @@ -MD5 (grep-0.13.tar.gz) = e99c4c071fd5124863eb6462f1bed453 +MD5 (grep-0.14.tar.gz) = 2bd3be4eeb564e6d173bd3472d1c29ae >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911051732.MAA07213>