d0787c946f
fetchmail-5.5.3 (Tue Sep 26 17:56:32 EDT 2000), 19278 lines: * Added skip size reporting as suggested by Franck Pommereau. * Don't terminate on failed DNS lookup of host, go to next entry. * Danish localization support, courtesy of Byrial Jensen. * Fix reference to freed message header block (thanks to Andrew Morton) fetchmail-5.5.2 (Thu Sep 7 23:00:24 EDT 2000), 19243 lines: * Horst Von Brand's security and specfile patches. * Major changes to FAQ item T1. * Minor correction to FAQ item K3 by Malte Kiesel. * Added to FAQ R1, on enabling sendmail in RH 6.9. * Resolved Debian bugs #66110, #70862. fetchmail-5.5.1 (Sun Aug 20 23:43:03 EDT 2000), 19241 lines: * Fix a finger error in the dot-termination fix for 5.5.0. * Javier Kohen's update for es.po. * Jiri Pavlovsky's cs.po update. * Added to FAQ item on K3 a recipe using the new plugin %h option. * Fixed a nasty typo in FAQ item T1 -- the old version didn't generate correct Delivered-To hacks. Thanks to Peter 'Rattacresh' Backes <rtc@helen.PLASMA.Xg8.DE> for spotting this.
26 lines
697 B
Makefile
26 lines
697 B
Makefile
# $NetBSD: Makefile,v 1.10 2000/10/15 17:11:43 frueauf Exp $
|
|
#
|
|
|
|
DISTNAME= fetchmail-5.5.3
|
|
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
|
|
http://www.tuxedo.org/~esr/fetchmail/ \
|
|
http://sunsite.unc.edu/pub/Linux/system/mail/pop/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
|
|
|
|
DEPENDS+= ${DISTNAME}:../../mail/fetchmail
|
|
DEPENDS+= py-Tk-*:../../x11/py-Tk
|
|
|
|
NO_BUILD= YES
|
|
USE_X11= YES
|
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf ${PREFIX}/bin/
|
|
${LN} -s fetchmail.1 ${PREFIX}/man/man1/fetchmailconf.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|