diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-08 03:51:12 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-08 03:51:12 +0000 |
commit | d6634645cc6d26961851e1921f4ebe3bd7c00e97 (patch) | |
tree | eafa8edc2d91c686c418b0845a1928ad87da1e3c | |
parent | f125d42518d2c624e479280ad0cad4ef5fe268b5 (diff) | |
download | ports-d6634645cc6d26961851e1921f4ebe3bd7c00e97.tar.gz ports-d6634645cc6d26961851e1921f4ebe3bd7c00e97.zip |
Notes
-rw-r--r-- | textproc/freegrep/Makefile | 8 | ||||
-rw-r--r-- | textproc/freegrep/distinfo | 2 | ||||
-rw-r--r-- | textproc/freegrep/files/patch-aa | 29 |
3 files changed, 21 insertions, 18 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile index e43a7a95fb61..a21dba749936 100644 --- a/textproc/freegrep/Makefile +++ b/textproc/freegrep/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: grep -# Version required: 0.14 +# Version required: 0.15 # Date created: 8 June 1999 # Whom: Sheldon Hearn <sheldonh@freebsd.org> # # $FreeBSD$ # -DISTNAME= grep-0.14 -PKGNAME= freegrep-0.14 +DISTNAME= grep-0.15 +PKGNAME= freegrep-0.15 CATEGORIES= textproc MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/grep/ \ http://www.wam.umd.edu/~howardjp/software/grep/ \ @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/grep/ \ MAINTAINER= howardjp@wam.umd.edu -MAN1= grep.1 egrep.1 fgrep.1 zgrep.1 +MAN1= grep.1 egrep.1 fgrep.1 zgrep.1 LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty diff --git a/textproc/freegrep/distinfo b/textproc/freegrep/distinfo index 72394f6f3198..d88de72b454b 100644 --- a/textproc/freegrep/distinfo +++ b/textproc/freegrep/distinfo @@ -1 +1 @@ -MD5 (grep-0.14.tar.gz) = 2bd3be4eeb564e6d173bd3472d1c29ae +MD5 (grep-0.15.tar.gz) = bf23580b815418ccadd80459b13d0d4f diff --git a/textproc/freegrep/files/patch-aa b/textproc/freegrep/files/patch-aa index 304c7b194eff..71750dc5f162 100644 --- a/textproc/freegrep/files/patch-aa +++ b/textproc/freegrep/files/patch-aa @@ -1,13 +1,16 @@ ---- Makefile.orig Mon Jul 5 22:01:43 1999 -+++ Makefile Thu Jul 8 15:07:45 1999 -@@ -1,5 +1,10 @@ - # $Id$ - -+DESTDIR= ${PREFIX} -+BINDIR= /bin -+MANDIR= /man/man -+NOMANCOMPRESS= 1 -+ - PROG= grep - SRCS= binary.c grep.c util.c - LINKS= ${BINDIR}/grep ${BINDIR}/egrep \ +*** grep/Makefile.orig Mon Dec 6 12:27:29 1999 +--- grep/Makefile Mon Dec 6 12:27:47 1999 +*************** +*** 9,14 **** +--- 9,19 ---- + grep.1 fgrep.1 \ + grep.1 zgrep.1 + ++ DESTDIR= ${PREFIX} ++ BINDIR= /bin ++ MANDIR= /man/man ++ NOMANCOMPRESS= 1 ++ + CFLAGS+= ${P} -I/usr/local/include -Wall -pedantic + + LDADD= -lz -L../regex/ -lregex -L/usr/local/lib/ -liberty |