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 ce292ae1fbc..cdf85bb9c07 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.11729 2005/10/31 17:36:38 xtraeme Exp $ +$NetBSD: CHANGES,v 1.11730 2005/10/31 20:36:05 minskim Exp $ Changes to the packages collection and infrastructure in 2005: @@ -4923,3 +4923,4 @@ Changes to the packages collection and infrastructure in 2005: Updated graphics/gimp to 2.2.9 [adam 2005-10-31] Added devel/sysexits version 1.0 [tv 2005-10-31] Updated multimedia/kmplayer to 0.9.1 [xtraeme 2005-10-31] + Added mail/gotmail version 0.8.6 [minskim 2005-10-31] diff --git a/mail/Makefile b/mail/Makefile index f85435d9af3..40cb378f5bc 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.273 2005/10/27 19:52:14 minskim Exp $ +# $NetBSD: Makefile,v 1.274 2005/10/31 20:36:05 minskim Exp $ # COMMENT= Electronic mail utilities @@ -59,6 +59,7 @@ SUBDIR+= getmail SUBDIR+= gld SUBDIR+= gmime SUBDIR+= gnus +SUBDIR+= gotmail SUBDIR+= grepmail SUBDIR+= hypermail SUBDIR+= ifile |