summaryrefslogtreecommitdiff
path: root/mail/fetchmail/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>2001-03-10 10:51:03 +0000
committerfrueauf <frueauf@pkgsrc.org>2001-03-10 10:51:03 +0000
commitbe0ed5c819a583342bf19828025271f13f040fe7 (patch)
treebddd94c09210326a28a9d6506b39221f56adc896 /mail/fetchmail/Makefile
parent38bf4fa8c52c6bf957b3a38f02c65caed3fd056a (diff)
downloadpkgsrc-be0ed5c819a583342bf19828025271f13f040fe7.tar.gz
Update fetchmail{conf} to 5.7.2.
fetchmail-5.7.2 (Sun Mar 4 19:05:57 EST 2001), 20167 lines: * NLS build fixed under Linux -- thanks to Nicol<E1>s Lichtmaier. Now builds with NLS by default, unavoidable side effect of fix. * Various cleanups and minor bugfixes in OTP support. * Corrected header error in SSL support. * Updated Spanish translation by Javier Kohen. * Incorporated Red Hat's 5.5.0 Kerberos V patch. * Incorporated Henrique Holschuh's fetchmailconf warning on local names with @. fetchmail-5.7.1 (Sun Mar 4 00:30:04 EST 2001), 20167 lines: * Note: NLS build ability is broken! * FreeBSD port fixes. * Man page polished and updated. * Added --sslproto option from Peter Hedwig. * Fix KPOP support, which got broken in 5.6.8. Closes Debian bug #88288.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r--mail/fetchmail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 52c77af5664..53180b46901 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2001/03/04 03:26:50 assar Exp $
+# $NetBSD: Makefile,v 1.88 2001/03/10 10:51:03 frueauf Exp $
#
-DISTNAME= fetchmail-5.7.0
+DISTNAME= fetchmail-5.7.2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
http://www.tuxedo.org/~esr/fetchmail/ \
@@ -12,6 +12,7 @@ HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= msgfmt:../../devel/gettext
USE_LIBINTL= yes
GNU_CONFIGURE= yes