diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/majordomo/files/patch-resend | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'mail/majordomo/files/patch-resend')
-rw-r--r-- | mail/majordomo/files/patch-resend | 23 |
1 files changed, 0 insertions, 23 deletions
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"; |