diff options
| author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-25 21:59:04 +0000 |
|---|---|---|
| committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-25 21:59:04 +0000 |
| commit | 18dac5199ed9e2502aa8f289ac0f10eaa87f7a6e (patch) | |
| tree | 9a15d829e3d396c173610a469e70c7ccd6f9699d /mail/fetchmail/files/patch-ai | |
| parent | d91dc37cd438aada51b09d04d2cac1134e52dc3e (diff) | |
Update to 5.3.0
PR: 16952
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
Diffstat (limited to 'mail/fetchmail/files/patch-ai')
| -rw-r--r-- | mail/fetchmail/files/patch-ai | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/fetchmail/files/patch-ai b/mail/fetchmail/files/patch-ai new file mode 100644 index 000000000000..0a2bf5543bc5 --- /dev/null +++ b/mail/fetchmail/files/patch-ai @@ -0,0 +1,15 @@ +diff -ruN ../fetchmail-5.3.0.OLD/conf.c ./conf.c +--- ../fetchmail-5.3.0.OLD/conf.c Fri Feb 18 01:31:22 2000 ++++ ./conf.c Wed Feb 23 23:48:58 2000 +@@ -249,9 +249,10 @@ + stringdump("via", ctl->server.via); + stringdump("protocol", + using_kpop ? "KPOP" : showproto(ctl->server.protocol)); +- numdump("port", ctl->server.port); + #if INET6_ENABLE + stringdump("service", ctl->server.service); ++#else ++ numdump("port", ctl->server.port); + #endif + numdump("timeout", ctl->server.timeout); + numdump("interval", ctl->server.interval); |
