summaryrefslogtreecommitdiff
path: root/textproc/freegrep
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-30 09:34:09 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-30 09:34:09 +0000
commit701cbd39d1fa7cff85f6dc4cd457f53732d1d1db (patch)
treeef393f260a8524247c65f123d9b10f1ac8c53898 /textproc/freegrep
parentChange MAINTAINER. (diff)
Update to 0.1.6.
PR: 19588 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=30013
Diffstat (limited to 'textproc/freegrep')
-rw-r--r--textproc/freegrep/Makefile8
-rw-r--r--textproc/freegrep/distinfo2
-rw-r--r--textproc/freegrep/files/patch-aa34
3 files changed, 23 insertions, 21 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile
index d7961c99c3e3..950a3e557493 100644
--- a/textproc/freegrep/Makefile
+++ b/textproc/freegrep/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= freegrep
-PORTVERSION= 0.15
+PORTVERSION= 0.16
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/grep/ \
http://www.wam.umd.edu/~howardjp/software/grep/ \
@@ -15,11 +15,11 @@ DISTNAME= grep-${PORTVERSION}
MAINTAINER= howardjp@wam.umd.edu
-MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
-
LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty
+MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
+
post-extract:
- @(cd ${WRKSRC}; rm -f .depend)
+ @(cd ${WRKSRC}; ${RM} -f .depend)
.include <bsd.port.mk>
diff --git a/textproc/freegrep/distinfo b/textproc/freegrep/distinfo
index d88de72b454b..31b776abaffc 100644
--- a/textproc/freegrep/distinfo
+++ b/textproc/freegrep/distinfo
@@ -1 +1 @@
-MD5 (grep-0.15.tar.gz) = bf23580b815418ccadd80459b13d0d4f
+MD5 (grep-0.16.tar.gz) = 403623b26c42159c49216b5eca98b717
diff --git a/textproc/freegrep/files/patch-aa b/textproc/freegrep/files/patch-aa
index 71750dc5f162..b90122ecf5fb 100644
--- a/textproc/freegrep/files/patch-aa
+++ b/textproc/freegrep/files/patch-aa
@@ -1,16 +1,18 @@
-*** 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
+--- Makefile.orig Fri Nov 5 17:28:02 1999
++++ Makefile Fri Jun 30 12:24:05 2000
+@@ -9,8 +9,13 @@
+ grep.1 fgrep.1 \
+ grep.1 zgrep.1
+
+-CFLAGS+= -I/usr/local/include -Wall -pedantic
++DESTDIR= ${PREFIX}
++BINDIR= /bin
++MANDIR= /man/man
++NOMANCOMPRESS= 1
+
+-LDADD= -lz -L/usr/local/lib/ -liberty
++CFLAGS+= -I${LOCALBASE}/include -Wall -pedantic
++
++LDADD= -lz -L${LOCALBASE}/lib -liberty
+
+ .include <bsd.prog.mk>