diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | mail/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 5e62f389cc1..e33715be6d0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.10803 2005/08/05 22:40:50 wiz Exp $ +$NetBSD: CHANGES,v 1.10804 2005/08/06 05:33:48 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -507,3 +507,4 @@ Changes to the packages collection and infrastructure in 2005: Updated www/opera to 8.02 [jdolecek 2005-08-05] Added net/btget version 1.04 [reinoud 2005-08-06] Updated emulators/suse91_base to 9.1nb6 [wiz 2005-08-05] + Added mail/etpan version 0.6.1 [xtraeme 2005-08-06] diff --git a/mail/Makefile b/mail/Makefile index 2a4eb756d8a..918fc31027a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.270 2005/07/23 21:34:55 wiz Exp $ +# $NetBSD: Makefile,v 1.271 2005/08/06 05:33:48 xtraeme Exp $ # COMMENT= Electronic mail utilities @@ -37,6 +37,7 @@ SUBDIR+= elm SUBDIR+= elm-me SUBDIR+= elmo SUBDIR+= etach +SUBDIR+= etpan SUBDIR+= evolution SUBDIR+= evolution-data-server SUBDIR+= evolution14 |