da0e419f59
since version 5.8.1: - The `localhost' special case of `via' is gone. Use `plugin %h' for talking to ssh instead. - Prevent POP3 code from authenticating multiple times on success. - Fixed IMAP password shrouding. - GCC warning cleanups from ahaas@neosoft.com. - Plug another hole that was letting zombies through. - SA_RESTART portability fix for SunOS. - Ignore Sender and Resent-Sender headers unless they contain @. - HH's patches fixing Debian bug #90966 and addressing Debian bug #92554. - GSSAPI portability patch by Peter Fales. - Updated cs.po by Jiri Pavlovsky. - Michael Kjorling's patch to add server ID to authentication success/failure bugmail. - Kerberos build patch by HH. - Don't cough and die from failure to resolve a skipped host. Resolves Debian bug #92530 - Do aka suffix match even if DNS checking is enabled (Johannes Stille's bug). - SIGCHLD handler now sets SA_RESTART explicitly in order to avoid zombies from interrupted system calls. Debian bug #95659.
26 lines
733 B
Makefile
26 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.21 2001/05/14 12:12:47 tron Exp $
|
|
|
|
DISTNAME= fetchmail-5.8.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/
|
|
COMMENT= Configuration tool for 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"
|