diff options
Diffstat (limited to 'net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff')
-rw-r--r-- | net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff b/net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff new file mode 100644 index 000000000000..ce2d0b4109cf --- /dev/null +++ b/net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff @@ -0,0 +1,46 @@ +--- fetchmail-6.1.2/pop2.c.old Thu Mar 22 08:45:35 2001 ++++ fetchmail-6.1.2/pop2.c Thu Nov 28 22:47:51 2002 +@@ -129,8 +129,8 @@ + { + "POP2", /* Post Office Protocol v2 */ + #if INET6_ENABLE +- "pop2", /* standard POP2 port */ +- "pop2", /* ssl POP2 port */ ++ "pop-2", /* standard POP2 port */ ++ "pop-2", /* ssl POP2 port */ + #else /* INET6_ENABLE */ + 109, /* standard POP2 port */ + 109, /* ssl POP2 port - not */ +--- fetchmail-6.1.2/imap.c.old Thu Nov 28 22:52:07 2002 ++++ fetchmail-6.1.2/imap.c Thu Nov 28 22:48:20 2002 +@@ -1012,7 +1012,7 @@ + { + "IMAP", /* Internet Message Access Protocol */ + #if INET6_ENABLE +- "imap", ++ "imap2", + "imaps", + #else /* INET6_ENABLE */ + 143, /* standard IMAP2bis/IMAP4 port */ +--- fetchmail-6.1.2/etrn.c.old Sun Mar 10 22:34:50 2002 ++++ fetchmail-6.1.2/etrn.c Thu Nov 28 22:53:26 2002 +@@ -124,7 +124,7 @@ + "ETRN", /* ESMTP ETRN extension */ + #if INET6_ENABLE + "smtp", /* standard SMTP port */ +- "smtps", /* ssl SMTP port */ ++ "ssmtp", /* ssl SMTP port */ + #else /* INET6_ENABLE */ + 25, /* standard SMTP port */ + 465, /* ssl SMTP port */ +--- fetchmail-6.1.2/pop3.c.old Thu Oct 31 15:41:37 2002 ++++ fetchmail-6.1.2/pop3.c Thu Nov 28 22:47:30 2002 +@@ -817,7 +817,7 @@ + { + "POP3", /* Post Office Protocol v3 */ + #if INET6_ENABLE +- "pop3", /* standard POP3 port */ ++ "pop-3", /* standard POP3 port */ + "pop3s", /* ssl POP3 port */ + #else /* INET6_ENABLE */ + 110, /* standard POP3 port */ |