summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-01-08 03:51:12 +0000
committercpiazza <cpiazza@FreeBSD.org>2000-01-08 03:51:12 +0000
commit9c829c893892b7b758a279f9eb5fe9f322a84dc3 (patch)
treeffb677b2368c351d0811d18355679f7d48bd5f8f /textproc
parent0b680767f27dd11afe988008d78448394720b044 (diff)
downloadFreeBSD-ports-9c829c893892b7b758a279f9eb5fe9f322a84dc3.zip
FreeBSD-ports-9c829c893892b7b758a279f9eb5fe9f322a84dc3.tar.gz
Update to freegrep 0.15
PR: 15321 Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r--textproc/freegrep/Makefile8
-rw-r--r--textproc/freegrep/distinfo2
-rw-r--r--textproc/freegrep/files/patch-aa29
3 files changed, 21 insertions, 18 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile
index e43a7a9..a21dba7 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 72394f6..d88de72 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 304c7b1..71750dc 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
OpenPOWER on IntegriCloud