From 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 1 Sep 2014 21:25:59 +0000 Subject: Remove non staged ports without pending PR from ma* --- mail/majordomo/files/patch-resend | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 mail/majordomo/files/patch-resend (limited to 'mail/majordomo/files/patch-resend') diff --git a/mail/majordomo/files/patch-resend b/mail/majordomo/files/patch-resend deleted file mode 100644 index 1bf709eed553..000000000000 --- a/mail/majordomo/files/patch-resend +++ /dev/null @@ -1,23 +0,0 @@ ---- ./resend.orig 2013-11-24 18:53:15.076805222 +0400 -+++ ./resend 2013-11-24 18:50:15.000000000 +0400 -@@ -71,8 +71,9 @@ - # getopts.pl was place where it's supposed to be. This changes previous - # behavior which allowed getopts.pl to be in the same place as - # majordomo.cf. --require "getopts.pl"; --&Getopts("C:c:Aa:df:h:I:l:M:p:Rr:s") || die("resend: Getopts() failed: $!"); -+use Getopt::Std; -+ -+getopts("C:c:Aa:df:h:I:l:M:p:Rr:s") || die("resend: Getopts() failed: $!"); - - if (! defined($opt_l)) { - die("resend: must specify '-l list'"); -@@ -105,7 +106,7 @@ - chdir($homedir) || die("Can't chdir(\"$homedir\"): $!"); - - unshift(@INC, $homedir); --require "ctime.pl"; # For logging purposes -+use POSIX qw(ctime); # For logging purposes - require "majordomo.pl"; - require "majordomo_version.pl"; - require "config_parse.pl"; -- cgit v1.2.3