summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-01-31 23:58:12 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-01-31 23:58:12 +0000
commit547027d19d5d6b7659689f64133f7e9300b2e63c (patch)
treeed162b83d1da850b5e6e00257d4ae15f7ab7ba5d /mail/fetchmail
parentActivate indexme (diff)
upgrade to 5.2.4
PR: 16488 Submitted by: John Reynolds <jjreynold@home.com>
Notes
Notes: svn path=/head/; revision=25371
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/fetchmail/distinfo2
-rw-r--r--mail/fetchmail/files/patch-ad12
3 files changed, 9 insertions, 9 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 11e6476e5f13..d64259546441 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: fetchmail
-# Version required: 5.2.3
+# Version required: 5.2.4
# Date created: 26 Oct 1996
# Whom: Ville Eerola <ve@sci.fi>
#
@@ -11,7 +11,7 @@
# does not need Python, so there is no RUN_DEPENDS for Python in
# this Makefile.
-DISTNAME= fetchmail-5.2.3
+DISTNAME= fetchmail-5.2.4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 68cfee465520..28d31eea3514 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1 +1 @@
-MD5 (fetchmail-5.2.3.tar.gz) = ad21b1ac6a062bd8b8236c1e33299bf3
+MD5 (fetchmail-5.2.4.tar.gz) = b2a4f31cc279f77e0e418ecce54c4b91
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad
index 4aa131f9fff4..c83e9dff9513 100644
--- a/mail/fetchmail/files/patch-ad
+++ b/mail/fetchmail/files/patch-ad
@@ -1,5 +1,5 @@
---- configure.orig Tue Jan 4 15:59:12 2000
-+++ configure Wed Jan 12 08:56:41 2000
+--- configure.orig Sun Jan 16 10:07:09 2000
++++ configure Sun Jan 30 21:03:36 2000
@@ -1595,7 +1595,7 @@
if test `uname` = "FreeBSD"
then
@@ -9,16 +9,16 @@
fi
# Check for Rhapsody special case: it doesn't like -s
-@@ -5553,7 +5553,7 @@
+@@ -5555,7 +5555,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"
+ elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no"
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
-@@ -5584,7 +5584,7 @@
+@@ -5586,7 +5586,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib"
@@ -27,7 +27,7 @@
else
if test "$with_kerberos" != "no"
then
-@@ -5594,7 +5594,7 @@
+@@ -5596,7 +5596,7 @@
then
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include"
LDEFLAGS="$LDEFLAGS -L$dir/lib"