diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-12-07 23:14:23 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-12-07 23:14:23 +0800 |
commit | eb027758c13ba5ff81f0ce847f84d0e003869754 (patch) | |
tree | db5c649a38b7b9d3d00cf21ec64fbc65e5272ca6 /mail/grepmail | |
parent | 2cc9fd21e2a4b7d507638586d07f334fd3810253 (diff) | |
download | freebsd-ports-gnome-eb027758c13ba5ff81f0ce847f84d0e003869754.tar.gz freebsd-ports-gnome-eb027758c13ba5ff81f0ce847f84d0e003869754.tar.zst freebsd-ports-gnome-eb027758c13ba5ff81f0ce847f84d0e003869754.zip |
Update port to 4.60
Diffstat (limited to 'mail/grepmail')
-rw-r--r-- | mail/grepmail/Makefile | 2 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 2 | ||||
-rw-r--r-- | mail/grepmail/files/patch-ab | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index e4a9d5a494ff..7a3153469730 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grepmail -PORTVERSION= 4.50 +PORTVERSION= 4.60 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index ec3c6b1a8ea5..b2cd83b6b68b 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1 +1 @@ -MD5 (grepmail-4.50.tar.gz) = 6d4df00c1b52a276d1d8955ba1ecefa1 +MD5 (grepmail-4.60.tar.gz) = 5f420466dd392d9e28e6d93903c54064 diff --git a/mail/grepmail/files/patch-ab b/mail/grepmail/files/patch-ab index 9441e1885db0..38c15ea6b6af 100644 --- a/mail/grepmail/files/patch-ab +++ b/mail/grepmail/files/patch-ab @@ -1,9 +1,9 @@ ---- Makefile.PL.orig Mon Nov 6 17:56:27 2000 -+++ Makefile.PL Fri Nov 17 18:03:03 2000 -@@ -27,7 +27,7 @@ - module was written to help speed up grepmail's mailbox processing. It - can speed things up by 10-20% (y/n) +--- Makefile.PL.orig Mon Sep 10 10:10:40 2001 ++++ Makefile.PL Fri Dec 7 10:12:22 2001 +@@ -54,7 +54,7 @@ + can speed things up by 10-20% EOF + print "=> [y] "; - my $response = <STDIN>; + my $response = "n"; |