diff options
author | mycroft <mycroft> | 2003-02-21 11:22:03 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2003-02-21 11:22:03 +0000 |
commit | fde5e2178db0180236495d45b7bf38413c2a1e4f (patch) | |
tree | b0240c14b86e3bab2f73b2a6c883219ea1167962 /mail | |
parent | a4c798db5f5f4415fcbea19d0d4ee3825683a838 (diff) | |
download | pkgsrc-fde5e2178db0180236495d45b7bf38413c2a1e4f.tar.gz |
Update from 6.2.0 to 6.2.1.
* Updated German, Turkish, Spanish, and Danish translation files.
* Integrated Sunil Shetye's patch to make mark_seen an explicit method.
* Removed FAQ warning about GMX and associated fetchmailconf check,
we have a report that its servers are conformant now.
* Another Sunil patch to fix a minor bug in bouncemail generation.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 6 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index b33796c03d2..f2c689013ca 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.124 2002/12/13 14:38:52 tron Exp $ +# $NetBSD: Makefile,v 1.125 2003/02/21 11:22:03 mycroft Exp $ -DISTNAME= fetchmail-6.2.0 +DISTNAME= fetchmail-6.2.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index f8b90a57110..87155a40162 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2002/12/13 14:38:52 tron Exp $ +$NetBSD: distinfo,v 1.21 2003/02/21 11:22:03 mycroft Exp $ -SHA1 (fetchmail-6.2.0.tar.gz) = 1d456acb735a1d376df996c7fa41025a9b8aaacd -Size (fetchmail-6.2.0.tar.gz) = 1089936 bytes +SHA1 (fetchmail-6.2.1.tar.gz) = acb17ff86ca52f58829ec4b369b13a18f308a927 +Size (fetchmail-6.2.1.tar.gz) = 1139251 bytes SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507 SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330 diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 50c7a1560d9..2194a06a458 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2002/12/13 14:38:52 tron Exp $ +# $NetBSD: Makefile,v 1.46 2003/02/21 11:22:04 mycroft Exp $ -DISTNAME= fetchmail-6.2.0 +DISTNAME= fetchmail-6.2.1 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ |