summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-01-21 02:57:57 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-01-21 02:57:57 +0000
commit7cc14f6ef8ccf5d5bf81b68afe4ef7205346640a (patch)
treef9e3b57bf5c7487a29bbcb5f7127abccd4eeffee
parentUpdate to 0.41 (diff)
Update to 0.7.4.
Notes
Notes: svn path=/head/; revision=53430
-rw-r--r--mail/mboxgrep/Makefile2
-rw-r--r--mail/mboxgrep/distinfo2
-rw-r--r--mail/mboxgrep/files/patch-Makefile.in14
3 files changed, 2 insertions, 16 deletions
diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile
index c8b1f1b5b49a..abbb2c0fc78a 100644
--- a/mail/mboxgrep/Makefile
+++ b/mail/mboxgrep/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mboxgrep
-PORTVERSION= 0.7.0
+PORTVERSION= 0.7.4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/mail/mboxgrep/distinfo b/mail/mboxgrep/distinfo
index e4988cf97692..19adab6ac274 100644
--- a/mail/mboxgrep/distinfo
+++ b/mail/mboxgrep/distinfo
@@ -1 +1 @@
-MD5 (mboxgrep-0.7.0.tar.gz) = 7259f9ed9be88666e3386fbd8db9db28
+MD5 (mboxgrep-0.7.4.tar.gz) = ab3e7352be92cf2a27d5d76cd8bb60e0
diff --git a/mail/mboxgrep/files/patch-Makefile.in b/mail/mboxgrep/files/patch-Makefile.in
deleted file mode 100644
index 892bf9545cf5..000000000000
--- a/mail/mboxgrep/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/Makefile.in.orig Fri Oct 26 15:08:54 2001
-+++ src/Makefile.in Sun Oct 28 10:46:33 2001
-@@ -19,9 +19,9 @@
-
- CC = @CC@
- OBJS = info.o main.o mh.o scan.o maildir.o mbox.o misc.o \
-- wrap.o
-+ wrap.o getopt.o getopt1.o
- SRCS = info.c main.c mh.c scan.c maildir.c mbox.c misc.c \
-- wrap.c
-+ wrap.c getopt.c getopt1.c
- TARGET = mboxgrep
- CFLAGS = @CFLAGS@
- LIBS = @LIBS@