From 8191d1f8fb63427ba9b5dfacc9880b8d47d2fbe3 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sat, 10 Feb 2001 08:17:54 +0000 Subject: Update to 5.6.3, skipping the slightly buggy 5.6.2. Also, correct the help message in the fetchmailconf wrapper script - fetchmailconf depends on py-tkinter, not just Python. Submitted by: Jack Twilley - the fetchmailconf inaccuracy Approved by: maintainer --- mail/fetchmail/Makefile | 2 +- mail/fetchmail/distinfo | 2 +- mail/fetchmail/files/fetchmailconf | 6 +++--- mail/fetchmail/files/patch-ad | 24 ++++++++++++------------ 4 files changed, 17 insertions(+), 17 deletions(-) (limited to 'mail/fetchmail') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index eb342df00ac1..275576d27c9a 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 5.6.1 +PORTVERSION= 5.6.3 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 62c3d85b4939..51c45a7e0475 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-5.6.1.tar.gz) = 6e34835e97aa74976083031f53d21fb2 +MD5 (fetchmail-5.6.3.tar.gz) = b6ca3d32ee59ba39c9323d1cc34579e5 diff --git a/mail/fetchmail/files/fetchmailconf b/mail/fetchmail/files/fetchmailconf index 78ba6af9004f..b59c51780987 100644 --- a/mail/fetchmail/files/fetchmailconf +++ b/mail/fetchmail/files/fetchmailconf @@ -11,9 +11,9 @@ if [ -e $PREFIX/bin/python ]; then exec $PREFIX/libexec/fetchmailconf.bin else cat <> confdefs.h <<\EOF +@@ -5681,7 +5681,7 @@ + + CEFLAGS="$CEFLAGS -I$with_kerberos/include" LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib" - LIBS="$LIBS -lkrb -ldes" + LIBS="$LIBS -lkrb -ldes -lcom_err" else if test "$with_kerberos" != "no" then -@@ -5731,7 +5731,7 @@ +@@ -5695,7 +5695,7 @@ then - CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include" + CEFLAGS="$CEFLAGS -I$dir/include" LDEFLAGS="$LDEFLAGS -L$dir/lib" - LIBS="$LIBS -lkrb -ldes" + LIBS="$LIBS -lkrb -ldes -lcom_err" -- cgit v1.2.3