summaryrefslogtreecommitdiff
path: root/mail/fetchmailconf
diff options
context:
space:
mode:
authorfrueauf <frueauf>2003-07-20 14:52:45 +0000
committerfrueauf <frueauf>2003-07-20 14:52:45 +0000
commit7af03216336919cfec6b9526cb720c518436af86 (patch)
treef5c143347161ccd26034b60c8cd88a2d3a2117a1 /mail/fetchmailconf
parent38572a78d1e39671165f8edf35fd7de63ea553f1 (diff)
downloadpkgsrc-7af03216336919cfec6b9526cb720c518436af86.tar.gz
Update fetchmail{conf} to 6.2.3.
Changes since 6.2.2: * German, Danish, Spanish, and Turkish translations updated. * Brian Sammon's patch to deal with malformed message lines containiing NULs. * Fai's patch to ignore all but the first Return-Path (some spams have more than one of these). * Benjamin Drieu's ptch to properly byte-stuff when talking to BSNTP. Fixes Debian bug #184469. * Benjamin Drieu's patch to enable auth=cram-md5. Fixes Debian bug #185232. * Sunil Shetye's configure.in patch to avoid spurious search order messages from GCC. * Header-reading code now copes better with lines ending in \n only. * Elias Israel's patches for POP3 NTLM support and dealing with byte- stuffing failures at socket level.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r--mail/fetchmailconf/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 2e7ac33a09a..7882eaaf369 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.50 2003/07/17 21:46:07 grant Exp $
+# $NetBSD: Makefile,v 1.51 2003/07/20 14:52:46 frueauf Exp $
-DISTNAME= fetchmail-6.2.2
+DISTNAME= fetchmail-6.2.3
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
-PKGREVISION= 1
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
- http://www.tuxedo.org/~esr/fetchmail/ \
+MASTER_SITES= http://catb.org/~esr/fetchmail/ \
http://sunsite.unc.edu/pub/Linux/system/mail/pop/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
+HOMEPAGE= http://catb.org/~esr/fetchmail/
COMMENT= Configuration tool for fetchmail
DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail