diff options
author | jedgar <jedgar@FreeBSD.org> | 2003-02-08 09:18:17 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2003-02-08 09:18:17 +0800 |
commit | 16b241c82a72aad5c4bd4f5f1d35b5df2b49a83c (patch) | |
tree | bd0391bb5f5f70906a5e00003c8c0e56c0b9b81d /mail/grepmail | |
parent | e89ee1e041c0ed0dfbd71ba68479ddb863ecdd8b (diff) | |
download | freebsd-ports-graphics-16b241c82a72aad5c4bd4f5f1d35b5df2b49a83c.tar.gz freebsd-ports-graphics-16b241c82a72aad5c4bd4f5f1d35b5df2b49a83c.tar.zst freebsd-ports-graphics-16b241c82a72aad5c4bd4f5f1d35b5df2b49a83c.zip |
Update port to 4.80.
PR: 45728
Submitted by: Maxim Tulyuk <mt@primats.org.ua>
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-aa | 22 |
3 files changed, 13 insertions, 13 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index c5137450fad..66a2f927ac7 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grepmail -PORTVERSION= 4.72 +PORTVERSION= 4.80 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index bb9cbb4ea21..7e5810f9cb0 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1 +1 @@ -MD5 (grepmail-4.72.tar.gz) = 6946f93d62d2e78c87dc81e45b25d57c +MD5 (grepmail-4.80.tar.gz) = 846558ef1fcca841f0b4fd455cf3ac11 diff --git a/mail/grepmail/files/patch-aa b/mail/grepmail/files/patch-aa index 6203cbc866d..c428c224305 100644 --- a/mail/grepmail/files/patch-aa +++ b/mail/grepmail/files/patch-aa @@ -1,11 +1,11 @@ ---- grepmail.orig Mon Sep 2 15:41:00 2002 -+++ grepmail Tue Oct 8 16:28:44 2002 -@@ -1,6 +1,6 @@ --#!/usr/bin/perl -w -+#!_PERL_ -w - --eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}' -+eval 'exec _PERL -w -S $0 ${1+"$@"}' - if 0; # not running under some shell - - # grepmail +--- grepmail.orig Thu Oct 10 12:11:23 2002 ++++ grepmail Fri Feb 7 20:16:41 2003 +@@ -366,7 +366,7 @@ + if ($opts{'E'}) + { + # Have to do -Y before -h because the former implies the latter +- for my $option qw(e M S Y) ++ for my $option (qw(e M S Y)) + { + if ($opts{$option}) + { |