diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-11-18 07:09:33 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-11-18 07:09:33 +0800 |
commit | 09972a2380703f0fb9f63bbbdff036e5d9846f50 (patch) | |
tree | 6c6140717b395eb9b193186c4cf552a5ada4b00a /mail/grepmail | |
parent | 82b104701706b34794445f6b7906b6fa3cd0b220 (diff) | |
download | freebsd-ports-gnome-09972a2380703f0fb9f63bbbdff036e5d9846f50.tar.gz freebsd-ports-gnome-09972a2380703f0fb9f63bbbdff036e5d9846f50.tar.zst freebsd-ports-gnome-09972a2380703f0fb9f63bbbdff036e5d9846f50.zip |
Update port to 4.44
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 | 11 |
3 files changed, 13 insertions, 2 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 48003d8f8242..56b792d3c054 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grepmail -PORTVERSION= 4.43 +PORTVERSION= 4.44 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 3bb3ba9bdaa4..80b1284c94c7 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1 +1 @@ -MD5 (grepmail-4.43.tar.gz) = f8c547b982a0697872986379d85ef8c9 +MD5 (grepmail-4.44.tar.gz) = d4fd90e09a9cf49bad3cfaecc7c43bf2 diff --git a/mail/grepmail/files/patch-ab b/mail/grepmail/files/patch-ab new file mode 100644 index 000000000000..9441e1885db0 --- /dev/null +++ b/mail/grepmail/files/patch-ab @@ -0,0 +1,11 @@ +--- 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) + EOF +- my $response = <STDIN>; ++ my $response = "n"; + + if ($response =~ /^n/i) + { |