mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to 5.5.6
PR: 22825 Submitted by: MAINTAINER
This commit is contained in:
parent
158116f623
commit
56a0548531
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35145
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (fetchmail-5.5.5.tar.gz) = 58e63756f9de6d504a1398164e1638e8
|
||||
MD5 (fetchmail-5.5.6.tar.gz) = bc0dc37225df7b36d2765197058f2824
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user