diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-14 15:29:26 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-14 15:29:26 +0000 |
commit | 460ab8b2f4fb7530998356354f8feb57db910bde (patch) | |
tree | bb9a9fd6d5a7fe8e534f7265cae1b6eba0301aa2 /mail | |
parent | ca7f6d72e396ee27c0fa40c39252dd2ad7d7fc76 (diff) | |
download | FreeBSD-ports-460ab8b2f4fb7530998356354f8feb57db910bde.zip FreeBSD-ports-460ab8b2f4fb7530998356354f8feb57db910bde.tar.gz |
Update to 5.5.6
PR: 22825
Submitted by: MAINTAINER
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 5 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-ad | 13 |
3 files changed, 10 insertions, 10 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 8eba6cb..f66763e 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 ab60595..620b1e6 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 f6fcbd6..6bf0b09 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" |