aboutsummaryrefslogtreecommitdiff
path: root/mail/grepmail
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2003-02-08 01:18:17 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2003-02-08 01:18:17 +0000
commitf92103a8eb404bfa2c895069c9f481f2acef2598 (patch)
treee1038a92e1a991d97a8b0b890d6c20a0804eb3f6 /mail/grepmail
parentb97da0c710277002c5ee866b46f1bf4ac57dc8c1 (diff)
downloadports-f92103a8eb404bfa2c895069c9f481f2acef2598.tar.gz
ports-f92103a8eb404bfa2c895069c9f481f2acef2598.zip
Update port to 4.80.
PR: 45728 Submitted by: Maxim Tulyuk <mt@primats.org.ua>
Notes
Notes: svn path=/head/; revision=75079
Diffstat (limited to 'mail/grepmail')
-rw-r--r--mail/grepmail/Makefile2
-rw-r--r--mail/grepmail/distinfo2
-rw-r--r--mail/grepmail/files/patch-aa22
3 files changed, 13 insertions, 13 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index c5137450fad6..66a2f927ac7f 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 bb9cbb4ea216..7e5810f9cb02 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 6203cbc866dc..c428c2243056 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})
+ {