diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-02-13 10:36:42 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-02-13 10:36:42 +0000 |
commit | 65d8850cd8f399fddc2f6676260237801b9cf210 (patch) | |
tree | da72accb6c10e8e10ad7780de5496f075fa070f5 /mail/fetchmail | |
parent | bfe4a84724220f53a1f89104820896cf1c13e7fc (diff) |
Notes
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-ad | 24 | ||||
-rw-r--r-- | mail/fetchmail/pkg-plist | 1 |
4 files changed, 15 insertions, 16 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 275576d27c9a..0498385e9545 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.3 +PORTVERSION= 5.6.5 CATEGORIES= mail ipv6 MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -64,7 +64,7 @@ pre-patch: post-install: ${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} cd ${WRKSRC} && ${INSTALL_DATA} \ - sample.rcfile FAQ NOTES FEATURES README COPYING \ + FAQ NOTES FEATURES README COPYING \ fetchmail-FAQ.html fetchmail-features.html \ design-notes.html ${FDOC} ${MV} ${PREFIX}/bin/fetchmailconf ${PREFIX}/libexec/fetchmailconf.bin diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 51c45a7e0475..0236855e3790 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-5.6.3.tar.gz) = b6ca3d32ee59ba39c9323d1cc34579e5 +MD5 (fetchmail-5.6.5.tar.gz) = 84e968c28d6da969ac533ae5e4cf9350 diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad index e302c7a313ba..9d7d8722fb80 100644 --- a/mail/fetchmail/files/patch-ad +++ b/mail/fetchmail/files/patch-ad @@ -1,6 +1,6 @@ ---- configure.old Wed Feb 7 15:26:10 2001 -+++ configure Wed Feb 7 15:27:04 2001 -@@ -1637,7 +1637,7 @@ +--- configure.old Mon Feb 12 13:16:28 2001 ++++ configure Mon Feb 12 13:16:48 2001 +@@ -1639,7 +1639,7 @@ if test `uname` = "FreeBSD" then echo "Adding -lkvm to standard libraries" @@ -9,7 +9,7 @@ fi # Check for Rhapsody special case: it doesn't like -s -@@ -5638,7 +5638,7 @@ +@@ -5654,7 +5654,7 @@ EOF CEFLAGS="$CEFLAGS -I/usr/include/kerberosIV" @@ -17,18 +17,18 @@ + LIBS="$LIBS -lkrb -ldes -lcom_err" elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no" -a "$with_kerberos5" != "no" then - cat >> confdefs.h <<\EOF -@@ -5681,7 +5681,7 @@ + cat >> confdefs.h <<\EOF +@@ -5697,7 +5697,7 @@ - CEFLAGS="$CEFLAGS -I$with_kerberos/include" - LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib" -- LIBS="$LIBS -lkrb -ldes" -+ LIBS="$LIBS -lkrb -ldes -lcom_err" + 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 -@@ -5695,7 +5695,7 @@ - then +@@ -5711,7 +5711,7 @@ + CEFLAGS="$CEFLAGS -I$dir/include" LDEFLAGS="$LDEFLAGS -L$dir/lib" - LIBS="$LIBS -lkrb -ldes" diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist index 85ca5c17c624..7feeccb6409a 100644 --- a/mail/fetchmail/pkg-plist +++ b/mail/fetchmail/pkg-plist @@ -16,7 +16,6 @@ share/doc/fetchmail/README share/doc/fetchmail/design-notes.html share/doc/fetchmail/fetchmail-FAQ.html share/doc/fetchmail/fetchmail-features.html -share/doc/fetchmail/sample.rcfile @dirrm share/doc/fetchmail @unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/* 2>/dev/null || true |