diff options
author | frueauf <frueauf@pkgsrc.org> | 2001-03-10 10:51:03 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2001-03-10 10:51:03 +0000 |
commit | be0ed5c819a583342bf19828025271f13f040fe7 (patch) | |
tree | bddd94c09210326a28a9d6506b39221f56adc896 | |
parent | 38bf4fa8c52c6bf957b3a38f02c65caed3fd056a (diff) | |
download | pkgsrc-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.
-rw-r--r-- | mail/fetchmail/Makefile | 5 | ||||
-rw-r--r-- | mail/fetchmail/files/md5 | 4 | ||||
-rw-r--r-- | mail/fetchmail/pkg/PLIST | 9 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
4 files changed, 15 insertions, 7 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 diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index 53227c78621..f7f9bb203c1 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.52 2001/03/03 12:27:51 frueauf Exp $ +$NetBSD: md5,v 1.53 2001/03/10 10:51:04 frueauf Exp $ -MD5 (fetchmail-5.7.0.tar.gz) = 0e5e14062e5e7d4004ebf1e04a272697 +MD5 (fetchmail-5.7.2.tar.gz) = f9210418ab6f065b58ffa0048e714d0d diff --git a/mail/fetchmail/pkg/PLIST b/mail/fetchmail/pkg/PLIST index c84338fa2f2..52d56db9948 100644 --- a/mail/fetchmail/pkg/PLIST +++ b/mail/fetchmail/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2001/03/03 12:27:52 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.9 2001/03/10 10:51:04 frueauf Exp $ bin/fetchmail man/man1/fetchmail.1 share/doc/fetchmail/README @@ -9,4 +9,11 @@ share/doc/fetchmail/FEATURES share/doc/fetchmail/fetchmail-FAQ.html share/doc/fetchmail/design-notes.html share/doc/fetchmail/fetchmail-features.html +share/locale/cs/LC_MESSAGES/fetchmail.mo +share/locale/da/LC_MESSAGES/fetchmail.mo +share/locale/es/LC_MESSAGES/fetchmail.mo +share/locale/fr/LC_MESSAGES/fetchmail.mo +share/locale/gl/LC_MESSAGES/fetchmail.mo +share/locale/pl/LC_MESSAGES/fetchmail.mo +share/locale/pt_BR/LC_MESSAGES/fetchmail.mo @dirrm share/doc/fetchmail diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 444a3491094..0a60874b01b 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2001/03/07 15:52:02 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/03/10 10:51:04 frueauf Exp $ -DISTNAME= fetchmail-5.7.0 +DISTNAME= fetchmail-5.7.2 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ |