summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-05-14 18:50:17 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-05-14 18:50:17 +0000
commit1a257fe2a537d282fb96f363cc35f3a2897920f7 (patch)
tree3c1aa36667d88a967e3f0470a56d771bbb21bbb4 /mail
parentUpdate 5.6 to patchlevel 70. (diff)
Update to 5.3.8.
PR: 18446, 18456 Submitted by: Ville Eerola <ve@sci.fi>
Notes
Notes: svn path=/head/; revision=28463
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile2
-rw-r--r--mail/fetchmail/distinfo2
-rw-r--r--mail/fetchmail/files/patch-ad14
-rw-r--r--mail/fetchmail/files/patch-ai21
4 files changed, 18 insertions, 21 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 81f9013fc667..34b0eec60ce6 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -11,7 +11,7 @@
# this Makefile.
PORTNAME= fetchmail
-PORTVERSION= 5.3.0
+PORTVERSION= 5.3.8
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 559ed81b1186..e097456301ab 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1 +1 @@
-MD5 (fetchmail-5.3.0.tar.gz) = a5656aaf9410c1f712bd63fd9e18a5cb
+MD5 (fetchmail-5.3.8.tar.gz) = cb278207934947e121745c55d5477719
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad
index ac4e4498400f..f6fcbd63749f 100644
--- a/mail/fetchmail/files/patch-ad
+++ b/mail/fetchmail/files/patch-ad
@@ -1,7 +1,7 @@
-diff -ruN ../fetchmail-5.3.0.OLD/configure ./configure
---- ../fetchmail-5.3.0.OLD/configure Wed Feb 16 11:27:00 2000
-+++ ./configure Wed Feb 23 23:42:25 2000
-@@ -1595,7 +1595,7 @@
+diff -ru ../fetchmail-5.3.8.old/configure ./configure
+--- ../fetchmail-5.3.8.old/configure Fri Apr 14 09:32:49 2000
++++ ./configure Tue May 9 02:19:31 2000
+@@ -1637,7 +1637,7 @@
if test `uname` = "FreeBSD"
then
echo "Adding -lkvm to standard libraries"
@@ -10,7 +10,7 @@ diff -ruN ../fetchmail-5.3.0.OLD/configure ./configure
fi
# Check for Rhapsody special case: it doesn't like -s
-@@ -5555,7 +5555,7 @@
+@@ -5693,7 +5693,7 @@
then
echo "Configuring kerberosIV for `uname`"
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I/usr/include/kerberosIV"
@@ -19,7 +19,7 @@ diff -ruN ../fetchmail-5.3.0.OLD/configure ./configure
elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no"
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
-@@ -5586,7 +5586,7 @@
+@@ -5724,7 +5724,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib"
@@ -28,7 +28,7 @@ diff -ruN ../fetchmail-5.3.0.OLD/configure ./configure
else
if test "$with_kerberos" != "no"
then
-@@ -5596,7 +5596,7 @@
+@@ -5734,7 +5734,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include"
LDEFLAGS="$LDEFLAGS -L$dir/lib"
diff --git a/mail/fetchmail/files/patch-ai b/mail/fetchmail/files/patch-ai
index 0a2bf5543bc5..5651cb62a83c 100644
--- a/mail/fetchmail/files/patch-ai
+++ b/mail/fetchmail/files/patch-ai
@@ -1,15 +1,12 @@
-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);
+diff -ru ../fetchmail-5.3.8.old/conf.c ./conf.c
+--- ../fetchmail-5.3.8.old/conf.c Mon Mar 6 07:20:17 2000
++++ ./conf.c Tue May 9 02:19:32 2000
+@@ -252,7 +252,7 @@
+ #ifndef INET6_ENABLE
+ numdump("port", ctl->server.port);
+ #else
+- stringdump("port", ctl->server.service);
++ stringdump("service", ctl->server.service);
#endif
numdump("timeout", ctl->server.timeout);
numdump("interval", ctl->server.interval);