summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Webmail-Gmail/patches
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-Webmail-Gmail/patches')
-rw-r--r--mail/p5-Mail-Webmail-Gmail/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/p5-Mail-Webmail-Gmail/patches/patch-aa b/mail/p5-Mail-Webmail-Gmail/patches/patch-aa
deleted file mode 100644
index 77497f21812..00000000000
--- a/mail/p5-Mail-Webmail-Gmail/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/08/09 07:59:11 jmmv Exp $
-
---- lib/Mail/Webmail/Gmail.pm.orig 2006-05-08 16:01:16.000000000 +0200
-+++ lib/Mail/Webmail/Gmail.pm
-@@ -108,7 +108,7 @@ sub login {
- }
-
- update_tokens( $self, $res );
-- if ( $res->content() !~ /var url = "(.*?)"/ ) {
-+ if ( $res->content() !~ /var url = ["'](.*?)["']/ ) {
- $self->{_error} = 1;
- $self->{_err_str} .= "Error: Could not login with those credentials - could not find final URL\n";
- $self->{_err_str} .= " Additionally, HTTP error: " . $res->status_line . "\n";