summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-14 15:29:26 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-14 15:29:26 +0000
commit56a0548531bec1d4e7bc174a32bfa2b9d09dc2d0 (patch)
treebb1e67d360b9f680db875d18f83e978c0352a150 /mail
parentFix delete files from the complete directory. (diff)
Update to 5.5.6
PR: 22825 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=35145
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile5
-rw-r--r--mail/fetchmail/distinfo2
-rw-r--r--mail/fetchmail/files/patch-ad13
3 files changed, 10 insertions, 10 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 8eba6cbb1679..f66763e0a42c 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -10,9 +10,10 @@
# want fetchmailconf to work, define WITH_X11
PORTNAME= fetchmail
-PORTVERSION= 5.5.5
+PORTVERSION= 5.5.6
CATEGORIES= mail ipv6
-MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
+MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
+ ftp://ftp.ccil.org/pub/esr/fetchmail/
MAINTAINER= ve@sci.fi
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index ab60595e9876..620b1e61476e 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1 +1 @@
-MD5 (fetchmail-5.5.5.tar.gz) = 58e63756f9de6d504a1398164e1638e8
+MD5 (fetchmail-5.5.6.tar.gz) = bc0dc37225df7b36d2765197058f2824
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad
index f6fcbd63749f..6bf0b09ddb5e 100644
--- a/mail/fetchmail/files/patch-ad
+++ b/mail/fetchmail/files/patch-ad
@@ -1,6 +1,5 @@
-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
+--- ../fetchmail-5.5.6/configure Sun Nov 5 01:49:32 2000
++++ ./configure Sun Nov 12 18:58:13 2000
@@ -1637,7 +1637,7 @@
if test `uname` = "FreeBSD"
then
@@ -10,16 +9,16 @@ diff -ru ../fetchmail-5.3.8.old/configure ./configure
fi
# Check for Rhapsody special case: it doesn't like -s
-@@ -5693,7 +5693,7 @@
+@@ -5690,7 +5690,7 @@
then
echo "Configuring kerberosIV for `uname`"
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I/usr/include/kerberosIV"
- LIBS="$LIBS -lkrb -ldes"
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
- elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no"
+ elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no" -a "$with_kerberos5" != "no"
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
-@@ -5724,7 +5724,7 @@
+@@ -5721,7 +5721,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib"
@@ -28,7 +27,7 @@ diff -ru ../fetchmail-5.3.8.old/configure ./configure
else
if test "$with_kerberos" != "no"
then
-@@ -5734,7 +5734,7 @@
+@@ -5731,7 +5731,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include"
LDEFLAGS="$LDEFLAGS -L$dir/lib"