pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-GMail-IMAPD/patches Remove unregistered patch ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9cab85568528
branches: trunk
changeset: 547209:9cab85568528
user: he <he%pkgsrc.org@localhost>
date: Sun Sep 14 11:56:51 2008 +0000
description:
Remove unregistered patch (overlooked removal?)
diffstat:
mail/p5-GMail-IMAPD/patches/patch-aa | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diffs (17 lines):
diff -r c69e81e830f1 -r 9cab85568528 mail/p5-GMail-IMAPD/patches/patch-aa
--- a/mail/p5-GMail-IMAPD/patches/patch-aa Sun Sep 14 11:27:51 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/08/09 08:03:33 jmmv Exp $
-
---- lib/GMail/IMAPD/Gmail.pm.orig 2006-01-20 07:01:58.000000000 +0100
-+++ lib/GMail/IMAPD/Gmail.pm
-@@ -105,7 +105,7 @@ sub login {
-
- if ( $res->is_success() ) {
- update_tokens( $self, $res );
-- if ( $res->content() =~ /var url = "(.*?)";/ ) {
-+ if ( $res->content() =~ /var url = ["'](.*?)["'];/ ) {
- $req = HTTP::Request->new( GET => "$SSL_MAIL_URL/$1" );
- $req->header( 'Cookie' => $self->{_cookie} );
- $res = $self->{_ua}->request( $req );
Home |
Main Index |
Thread Index |
Old Index