openbsd-ports/mail/p5-GetLive/patches/patch-GetLive_pl
merdely c0324c2453 Update to 0.57. This allows GetLive to work again.
Use ${SUBST_CMD}.

"go ahead" @jasper
2008-07-10 14:37:31 +00:00

13 lines
857 B
Plaintext

$OpenBSD: patch-GetLive_pl,v 1.2 2008/07/10 14:37:31 merdely Exp $
--- GetLive.pl.orig Sat Sep 8 14:23:33 2007
+++ GetLive.pl Wed Oct 10 07:59:06 2007
@@ -53,7 +53,7 @@ my $Password = "";
my $Domain = 'hotmail.com';
my $CurlCommand = 'curl -k';
my $Verbosity = 1; # 0:Silent; 1:Normal; 2:Verbose; 10:debug; 100:heavy debug
-my $MailProcessor = '/usr/bin/procmail'; # Any program taking mbox formatted at stdin will do.
+my $MailProcessor = '${LOCALBASE}/bin/procmail'; # Any program taking mbox formatted at stdin will do.
my $DownloadedIdsFile = ""; # Local file with Ids of already downloaded messages.
my $RetryLimit = 2;
my $MarkRead = "No"; # No,Yes : But never when downloaded before !