diff options
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | mail/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 40e6ab75e24..6ed4aab616b 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.78 2006/04/28 16:24:45 wiz Exp $ +$NetBSD: CHANGES-2006,v 1.79 2006/04/28 18:12:03 jlam Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2298,3 +2298,4 @@ Changes to the packages collection and infrastructure in 2006: Updated chat/dircproxy-devel to 1.2.0nb2 [tron 2006-04-28] Updated net/rsync to 2.6.8 [wiz 2006-04-28] Updated archivers/unrar to 3.6.2 [wiz 2006-04-28] + Added mail/courier-mta version 0.53.1 [jlam 2006-04-28] diff --git a/mail/Makefile b/mail/Makefile index cb6d94c013a..e74f2b1eaa1 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.284 2006/04/18 18:56:20 cube Exp $ +# $NetBSD: Makefile,v 1.285 2006/04/28 18:12:04 jlam Exp $ # COMMENT= Electronic mail utilities @@ -20,6 +20,7 @@ SUBDIR+= columba SUBDIR+= coolmail SUBDIR+= courier-imap SUBDIR+= courier-maildir +SUBDIR+= courier-mta SUBDIR+= cucipop SUBDIR+= cue SUBDIR+= cyrus-imapd |